Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p2p: peer discovery #93

Open
Tracked by #16
bajtos opened this issue Mar 6, 2023 · 1 comment
Open
Tracked by #16

p2p: peer discovery #93

bajtos opened this issue Mar 6, 2023 · 1 comment
Labels
feature New feature or request libp2p All things related to libp2p

Comments

@bajtos
Copy link
Member

bajtos commented Mar 6, 2023

Allow Zinnia modules to discover the addresses of other peers in the network. Probably using the Kademlia DHT?

Details to be fleshed out later.

Links & References

@bajtos bajtos added feature New feature or request libp2p All things related to libp2p labels Mar 6, 2023
@mxinden
Copy link

mxinden commented Mar 16, 2023

Sounds reasonable.

I am assuming that most of your nodes will be behind a firewall and or NAT. Unless we implement UPnP in rust-libp2p your nodes would most likely operate in Kademlia client mode only.

Consider using the IPFS DHT instead of spanning your own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request libp2p All things related to libp2p
Projects
None yet
Development

No branches or pull requests

2 participants