casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
473 stars 25 forks source link

Intermodal Directory #308

Open casey opened 4 years ago

casey commented 4 years ago

Current peer discovery mechanisms, including the DHT, trackers, and peer exchange, used in BitTorrent leave much to be desired.

This issue is a dump of notes regarding issues, and ways peer discovery might be improved.

casey commented 4 years ago

@nijynot Just cleaned this up, expanded it, and formatted it!

alethiophile commented 4 years ago

One potentially useful resource here is the SSB protocol: https://ssbc.github.io/scuttlebutt-protocol-guide/

It's a simple, minimally configurable authenticated/encrypted stream protocol that's easy to implement and doesn't have much hair. Already in use in the SSB decentralized ecosystem.

casey commented 4 years ago

This is great stuff, thanks for the link!