Skip to content

AngouNin/p2p_gossip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p2p-gossping

Installation

  1. Install Rust

  2. Build Project

cargo build

Usage

  1. Start the first peer
cargo run -- --period=5 --port=8080
  1. Start the next peer
cargo run -- --period=5 --port="other port number" --connect=8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages