commonware-chat 0.0.13

Send encrypted messages to a group of friends using commonware-cryptography and commonware-p2p.
commonware-chat-0.0.13 is not a library.

commonware-chat

Crates.io

Send encrypted messages to a group of friends using commonware-cryptography and commonware-p2p.

Usage (4 Friends)

Friend 1 (Bootstrapper)

cargo run --release -- --me=1@3001 --friends=1,2,3,4

Friend 2

cargo run --release -- --me=2@3002 --friends=1,2,3,4 --bootstrappers=1@127.0.0.1:3001 

Friend 3

cargo run --release -- --me=3@3003 --friends=1,2,3,4 --bootstrappers=1@127.0.0.1:3001 

Friend 4 (Different Friend as Bootstrapper)

cargo run --release -- --me=4@3004 --friends=1,2,3,4 --bootstrappers=3@127.0.0.1:3003

Not Friend (Blocked)

cargo run --release -- --me=5@3005 --friends=1,2,3,4,5 --bootstrappers=1@127.0.0.1:3001