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.
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
- to generate config files: ./generate_configs.sh
- to start listening on broadcast for node_id between 0 to node_id: ./startserver_ida.sh node_id
- to broadcast a message from node_id ./send_ida.sh <node_id> <message_file>
add unicast mode support