How to get started with finding peers without opening ports? #6019
Unanswered
ChocolateLoverRaj
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Technically, you will need to open a port to transfer any data, including information about other active peers. So no port, no data exchange, no knowledge about other peers. To know any information about other peers, you will need at least one connection to a peer that supports |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a small app and I'm trying to use libp2p to synchronize data between devices. I want to see other devices which are also running my app so that I can share the data with them. I can run a server for discovering peers but I also want it to work with just the public servers. The app is an iced app and I am looking for a solution that will work on the web and on the desktop.
All of the examples seem to be either for the local network or when you already know the peer id you are looking for. How can I discover which other peers are online?
Beta Was this translation helpful? Give feedback.
All reactions