TudbuT / qft

Quick Peer-To-Peer UDP file transfer
GNU General Public License v3.0
194 stars 16 forks source link

Is it possible to generate an address and then look up the IP and port via DHT? #12

Open wacdev opened 1 year ago

wacdev commented 1 year ago

I think qft is a very good project, and I think I can develop an open source alternative to Resilio Sync based on it.

But in China, the helper server is easily blocked because of GFW.

Is it possible to find the IP and port of a certain address through DHT, Kad network.

The address can be a public key.

TudbuT commented 1 year ago

I don't know what DHT is, but I suspect any kind of protocol that lets bytes be transmitted can be used by adapting the SafeReadWrite implementation.

TudbuT commented 1 year ago

Could you provide more details on DHT please?

notseanray commented 1 year ago

Here's a wikipedia article on DHTs I am working on integrating qft into some projects which I may actually end up using a DHT for lookups