bmuller / kademlia

A DHT in Python using asyncio
http://kademlia.readthedocs.org
MIT License
830 stars 210 forks source link

[Example] run multiple node #56

Closed csunny closed 5 years ago

csunny commented 6 years ago

Create a second server to run multiple node! I guess it will be nice for those person, who want to run multiple node test.

bmuller commented 5 years ago

Hey @csunny - in the examples folder, the first_node.py is started first, and then the set.py and get.py are basically "second nodes" that run. For instance - the set.py script would be the same as your second node file without the last 2 lines.

bmuller commented 5 years ago

Closed from inactivity. Please feel free to reopen if you still see a need and want to discuss. Thanks!