An open API service indexing awesome lists of open source software.

https://github.com/nukkeldev/mdns-impl

An exploration of MDNS/DNS-SD.
https://github.com/nukkeldev/mdns-impl

dns-sd mdns rust

Last synced: over 1 year ago
JSON representation

An exploration of MDNS/DNS-SD.

Awesome Lists containing this project

README

          

# mdns-impl

> A hacky and somewhat to spec implementation/exploration of MDNS/DNS-SD.

`mdns-impl` is, albiet a work-in-progress, parser and bitpacker for MDNS requests and responses as well as a
service browser and publisher. Many, better, crates exist and as such this crate, in its current state, should
not be used. This was purely an exploration of the MDNS/DNS-SD protocols so I can use it better in future projects.