Skip to content

fubarnetes/rust-mdns-responder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdns_responder - Rust mDNS responder

mdns_responder is a pure rust implementation of the mDNS (RFC 6762) and DNS-SD (RFC 6763) protocols.

Usage

To use it, first add this to your Cargo.toml:

[dependencies.mdns-responder]
git = "https://github.com/fubarnetes/rust-mdns-responder"

Then, add this to your crate root:

extern crate mdns_responder;

Packages

No packages published

Languages

  • Rust 100.0%