2

I am trying to implement a p2p application. I want to use DHT in libtorrent library. I would like to use python for p2p application. Can anyone suggest an example dht libtorrent python implementation or some api that I can use?

Spiff
  • 614
  • 6
  • 16
Tapan Prakash
  • 773
  • 8
  • 7

1 Answers1

1

Deluge is well supported implementation of libtorrent in python which supports DHT

Also DHT is enabled by default in libtorrent, even in the python bindings.

Spiff
  • 614
  • 6
  • 16