myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

Peer discovery mechanism #13

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

A pop should be able to bootstrap connection with other nodes when joining the network. This could be implemented with a DHT or some type of request-response protocol to a single bootstrap node.