https://github.com/angounin/p2p_gossip
https://github.com/angounin/p2p_gossip
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/angounin/p2p_gossip
- Owner: AngouNin
- Created: 2024-07-26T20:06:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T20:10:23.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T23:17:04.753Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p2p-gossping
## Installation
1. Install Rust
2. Build Project
```sh
cargo build
```
## Usage
1. Start the first peer
```sh
cargo run -- --period=5 --port=8080
```
2. Start the next peer
```sh
cargo run -- --period=5 --port="other port number" --connect=8080