#tetcoin #tetsy-libp2p #networking #crypto

tetsy-libp2p-mdns

Implementation of the tetsy-libp2p mDNS discovery method

Show the crate…

3 unstable releases

0.29.0 Mar 12, 2021
0.28.1 Apr 3, 2021
0.28.0 Apr 2, 2021
0.0.0 Mar 11, 2021

#12 in #tetsy-libp2p

Download history 45/week @ 2024-04-01 21/week @ 2024-04-08 24/week @ 2024-04-15 29/week @ 2024-04-22 22/week @ 2024-04-29 22/week @ 2024-05-06 31/week @ 2024-05-13 19/week @ 2024-05-20 30/week @ 2024-05-27 29/week @ 2024-06-03 22/week @ 2024-06-10 18/week @ 2024-06-17 31/week @ 2024-06-24 8/week @ 2024-07-08 33/week @ 2024-07-15

73 downloads per month
Used in 36 crates (via tetsy-libp2p)

MIT license

700KB
12K SLoC

tetsy-libp2p-mdns

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

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

Usage

This crate provides the Mdns struct which implements the NetworkBehaviour trait. This struct will automatically discover other tetsy-libp2p nodes on the local network.


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 tetsy-libp2p, the mDNS protocol is used to discover other nodes on the local network that support tetsy-libp2p.

Usage

This crate provides the Mdns struct which implements the NetworkBehaviour trait. This struct will automatically discover other tetsy-libp2p nodes on the local network.

Dependencies

~13–29MB
~453K SLoC