8000 GitHub - marcelbuesing/libmdns: mDNS Responder library for building discoverable LAN services in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

marcelbuesing/libmdns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmdns - Rust mDNS responder

libmdns 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]
libmdns = "0.2"

Then, add this to your crate root:

extern crate libmdns;

Only the latest stable version of rust and cargo are officially supported for now. Please open an issue on GitHub if you need support for older versions.

Provenance Note

This project originally started as a fork of plietar/rust-mdns.

About

mDNS Responder library for building discoverable LAN services in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%
0