Skip to content
/ p2p-mls Public

Proof-of-concept P2P delivery service for OpenMLS, built on top of libp2p.

Notifications You must be signed in to change notification settings

nomaxg/p2p-mls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p2p-mls

Proof-of-concept P2P delivery service for OpenMLS, built on top of libp2p.

Usage:

cargo run // Starts a messenger node that listens on a local tcp port
node create // Start a group
cargo run // In another terminal, start a new messenger node
node join // Join the group (sends key package and first node will respond with a welcome message)
node send // Send a message

About

Proof-of-concept P2P delivery service for OpenMLS, built on top of libp2p.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages