A simple peer-to-peer gossip protocol handler
Using Cargo, pass the necessary command-line args after --
, like the following:
rust
cargo run -- --duration 5 --port 8000 --peer 127.0.0.1:8000
``rust
$ cargo run -- --help
Finished dev [unoptimized + debuginfo] target(s) in 0.11s
Running
target/debug/grapevine -h`
grapevine v0.1.0
Kobby Pentangeli kobbypentangeli@gmail.com
A simple peer-to-peer gossip protocol handler
Usage: main [OPTIONS] --port
Options:
-p, --port