Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 429 Bytes

zeroconf-tokio

zeroconf-tokio is a Tokio-based wrapper around the zeroconf crate, which provides mDNS service discovery and registration capabilities.

Installation

Please reference the zeroconf README for prerequisite requirements.

Usage

Please refer to the examples directory for sample code for registering and browsing services in a Tokio context.