Code Monkey home page Code Monkey logo

ida's Introduction

This is a standalone repository for ida developement purpose. It will be merged into harmony repository after fully develop and tested. It depends on go-raptorq repo.

12/06/2018 update

IDA Gossip Protocol finished. The go-raptorq binding to libraptorq has issue. Currently use a fake libraptorq version, which doesn't work well as libraptorq

  1. to generate config files: ./generate_configs.sh
  2. to start listening on broadcast for node_id between 0 to node_id: ./startserver_ida.sh node_id
  3. to broadcast a message from node_id ./send_ida.sh <node_id> <message_file>

12/11/2018

add unicast mode support

ida's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ida's Issues

decoding file incorrect

Consider 1 sender and 1 receiver case:
(1) create network of two nodes
./generate_configs.sh graph0.txt
(2) start receiver node (node 0):
./startserver_ida.sh 1
(3) sender node (node 1) sends a random file test.data to receiver node
dd if=/dev/urandom of=test.dat bs=1024 count=200 && ./send_ida.sh 1 test.dat

After test, if the count <= 200, the decode file is same as original file. But if count>=300, it will not the same. The borderline is around count =260. The root cause is not found out yet.

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.