4 个版本

0.1.3 2023 年 1 月 25 日
0.1.2 2023 年 1 月 19 日
0.1.1 2023 年 1 月 17 日
0.1.0 2023 年 1 月 17 日

#10#gossip-protocol

MIT 许可证

21KB
435

Grapevine

一个简单的对等节点八卦协议处理程序

如何运行

使用 Cargo,在 -- 后传递必要的命令行参数,如下所示

cargo run -- --duration 5 --port 8000 --peer 127.0.0.1:8000

用法

$ 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 <PORT> --duration <DURATION>

Options:
  -p, --port <PORT>          Sets the port to listen to.
                                Example: --port 8000
  -d, --duration <DURATION>  Sets the duration (in seconds) of emitting messages to other peers.
                                Example: --duration 5
      --peer <PEER>          Sets the optional peer address to connect to.
                                Example: --peer 127.0.0.1:8000
  -h, --help                 Print help
  -V, --version              Print version

依赖项

~10MB
~194K SLoC