A simple P2P CLI demo application
cargo build --releasenote: look for build artifacts in the target/release directory
-r, --period Sets the messaging period [default: 1] -p, --port Sets the peer port -c, --connect Sets the address of the remote peer -h, --help Print help -V, --version Print version
./peer --period=5 --port=8080./peer --period=6 --port=8081 --connect="127.0.0.1:8080"./peer --period=7 --port=8082 --connect="127.0.0.1:8080"