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

[service][network] implement a simple node discovery mechanism following BitTorrent or libp2p #3

Open
chungquantin opened this issue Dec 23, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@chungquantin
Copy link
Contributor

Issues

New node added to the network must declare the ip_address and ws_port. Then, single node instance will be started and start discovering other nodes to construct the P2P network. Can reference from the way node discoveries work in Bit Torrent: https://www.youtube.com/watch?v=jf_ddGnum_4

Expected outcomes

Peer nodes can connect with each other via provided bootnodes

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

1 participant