platramos / tokenTrust

Python based blockchain that is more datastore than currency
0 stars 0 forks source link

Peer to Peer protocol (node discovery) #5

Open pduldig-at-tw opened 7 years ago

pduldig-at-tw commented 7 years ago

I am interested in Kademlia as a peer discovery and routing protocol.

There is a twisted python (which is an event driven IO python library) library for the kademilia protocol. This could be used for NAT traversal and peer discovery. https://github.com/bmuller/kademlia

Twisted python might be suitable event IO lib for such a network driver project.

There is also Pastry, Chord and Tapestry as possible for the p2p network