#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

#13 in #tetsy-libp2p

Download history 1/week @ 2024-11-13 9/week @ 2024-11-20 16/week @ 2024-11-27 23/week @ 2024-12-04 34/week @ 2024-12-11 11/week @ 2024-12-18 2/week @ 2024-12-25 3/week @ 2025-01-01 10/week @ 2025-01-08 11/week @ 2025-01-15 9/week @ 2025-01-22 27/week @ 2025-02-05 44/week @ 2025-02-12 3/week @ 2025-02-19 14/week @ 2025-02-26

88 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

~14–27MB
~454K SLoC