Jump to content

DHT on PHP


ZonD80

Recommended Posts

> is it possible to implement DHT requests via PHP?

It's certainly possible, but you definitely don't want to reimplement the DHT.

Since PHP is able to link with C, you'll be better served by using an existing implementation of the DHT. There's a portable, documented and free implementation available on

http://www.pps.jussieu.fr/~jch/software/files/

(It's the one used in Transmission.)

--Juliusz

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...