4 releases (2 breaking)

0.3.0 Apr 23, 2021
0.2.2 Mar 2, 2021
0.2.1 Jan 26, 2021
0.1.0 Jan 14, 2021

#107 in #libp2p

29 downloads per month
Used in libp2p-rs

MIT license

325KB
5.5K SLoC

libp2prs-mdns

This is the experimental mdns implementation for libp2p-rs.

usage

refer to examples/mdns_simple.rs


lib.rs:

mDNS is a protocol defined by RFC 6762 that allows querying nodes that correspond to a certain domain name.

In the context of libp2p, the mDNS protocol is used to discover other nodes on the local network that support libp2p.

Dependencies

~16–31MB
~549K SLoC