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.
- Host: GitHub
- URL: https://github.com/nukkeldev/mdns-impl
- Owner: nukkeldev
- License: mit
- Created: 2024-02-12T04:21:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T02:41:52.000Z (over 2 years ago)
- Last Synced: 2024-03-05T01:27:15.969Z (over 2 years ago)
- Topics: dns-sd, mdns, rust
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.