susyp2p-mdns 0.7.0

Implementation of the susyp2p mDNS discovery method
Documentation

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

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

Usage

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