Replies: 1 comment 3 replies
-
Hi @TomzBench,
You will discover other libp2p nodes, though you can decide who to connect to.
You can use the mdns protocol only. In other words you don't have to use kademlia, gossipsub, ping, ...
Very much general networking application. Usecases range from file-sharing, over blockchains to industry applications. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello,
I cam across here via: https://libp2p.io/ while looking for a cross platform device discovery solution (mdns/bonjour/zeroconf).
The libp2p website kind of implies I could pull in a mdns lib, but in the example looks like I need the whole libp2p stack. Digging further, the mdns implementation is non standard, and there is some discussion to address that #2394 and #1815.
But even the current implementation seems to hard code the host name, meaning my discovery solution could bump into libp2p nodes - and the api doesn't allow me to distinguish myself from other libp2p nodes.
So I am curious what is the goal for libp2p.
Is there going to be a refactor where a user could just pull in only mdns if that's all that they need?
Is this library intended for general networking applications or is this specific for a single purpose related to web3?
Beta Was this translation helpful? Give feedback.
All reactions