issues
search
mda100
/
snail
A DHT Crawler to connect to the Bittorrent peer swarm via bootstrapping and implement the Mainline DHT Protocol
1
stars
0
forks
source link
refactor dht crawler
#3
Closed
mda100
closed
1 year ago
mda100
commented
2 years ago
write in cython for speed
simplify the code -> abstractions / no redundancy
modular code -> each step does one clear thing
all error cases / edge cases -> handle errors
make into a module / class that can be imported -> info hash to peer list or errors