Difference between dctur, relay server, rendezvous protocol, signalling server and a tracking server? #5357
-
Hi, I was able to make a p2p network discover new nodes in the local network and were able to publish messages using gossipsub protocol and mDNS. Now I want to discover nodes in a public network and I was going through the examples in the repo and went through a few:
and while it feels like they are solving similar problem so I wanted to understand the difference between the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In short:
If you want to discover nodes in a public network, the network would be using some protocol for that. Commonly, kad is used for this, but discovery could also happen through pubsub, or some other protocol. |
Beta Was this translation helpful? Give feedback.
In short:
libp2p-relay
(or specifically HOP protocol) to use this protocol.