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

Open
opened 2023-04-17 04:21:31 +02:00 by wacdev · 3 comments
wacdev commented 2023-04-17 04:21:31 +02:00 (Migrated from github.com)

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.

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 2023-05-14 14:56:39 +02:00 (Migrated from github.com)

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.

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 2023-05-27 06:06:57 +02:00 (Migrated from github.com)

Could you provide more details on DHT please?

Could you provide more details on DHT please?
notseanray commented 2023-07-07 04:54:37 +02:00 (Migrated from github.com)

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

Here's a [wikipedia article on DHTs](https://en.wikipedia.org/wiki/Distributed_hash_table ) I am working on integrating qft into some projects which I may actually end up using a DHT for lookups
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TudbuT/qft#12
No description provided.