NACK-Oriented Reliable Multicast (NORM)
===
- norm/protolib C++ libraries are included.
go get -d github.com/aletheia7/norm
cd $GOPATH/src/github.com/aletheia7/norm
go generate
Ready to run on one machine at 127.0.0.1:6003/6004
cd examples/data_send_recv
go install
data_send_recv -h
data_send_recv -r &
data_send_recv -s
Ready to run on one machine at 127.0.0.1:6003/6004
cd examples/stream_send_recv
go install
stream_send_recv -h
stream_send_recv -r &
stream_send_recv -s
Ready to run on one machine at 127.0.0.1:6003/6004
cd examples/file_send_recv
go install
file_send_recv -h
file_send_recv -r &
file_send_recv -s
Use of this source code is governed by a BSD-2-Clause license that can be found in the LICENSE file.