Skip to content

This python script will read a torrent file, look for a udp tracker, get a list of peers for that torrent and then gather a list of their IPs and DHT ports. This is useful for bootstrapping a DHT client

Notifications You must be signed in to change notification settings

bbarrows/dht_bootstrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dht_bootstrapper

This python script will read a torrent file, look for a udp tracker, get a list of peers for that torrent and then gather a list of their IPs and DHT ports. This is useful for bootstrapping a DHT client

The first argument when running python dht.py is the torrent file:

python dht.py atorrent.torrent

About

This python script will read a torrent file, look for a udp tracker, get a list of peers for that torrent and then gather a list of their IPs and DHT ports. This is useful for bootstrapping a DHT client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages