Giter Site home page Giter Site logo

recsimu-rs's Introduction

recsimu-rs

This is a CLI tool for simulating the network of shape-changeable computer system.

Requirements

Installation

Usage

Run Simulation (currently only in debug mode)

$ cargo run run -i <input_file_path>

recsimu-rs's People

Contributors

neccolini avatar

Stargazers

Toshiki Goto avatar NIWA Naoya avatar YUSUKE IZAWA avatar Junichiro Kadomoto avatar

Watchers

 avatar

Forkers

kons-9

recsimu-rs's Issues

Logのバグ

send_cycle > receive_cycleとなることがある

IDの仮想化

  • ネットワーク層でのIDと,シミュレータの都合で用いるIDを対応付ける
  • protocol内でflitを用いないように設計に修正を加える
    • こうすることで,protocolはpacketを取り扱い,Networkではflitを扱うように分割できる

workloadを複数種類用意する

現在はrandom uniform trafficのみだが,例えばルートからほかのノードに一方的に配信し続けるというようなもの

cut_throughのときにエラー

thread 'main' panicked at src/network/core_functions/packets.rs:47:17:
error occured while serializing a packet: Io(Custom { kind: UnexpectedEof, error: "" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

スイッチング

  • store and forward,受信ブロックする
  • virtual cut through,受信ブロックしない
  • virtual cut through, 受信ブロックする
    切り替えできるようにする

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.