Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogok/je-dns
Just Enough DNS for mDNS and DNS-SD in Zig
https://github.com/diogok/je-dns
dns
Last synced: 18 days ago
JSON representation
Just Enough DNS for mDNS and DNS-SD in Zig
- Host: GitHub
- URL: https://github.com/diogok/je-dns
- Owner: diogok
- License: mit
- Created: 2024-12-12T11:31:23.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:35:44.000Z (22 days ago)
- Last Synced: 2024-12-12T12:32:39.508Z (22 days ago)
- Topics: dns
- Language: Zig
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Enought mDNS
This library implements just enought DNS to work with mDNS (Multicast DNS, resolving `local` names) and DNS-SD (DNS Service discovery, finding services on your network).
For usage see the [documentation](https://diogok.github.io/je-dns) or the demo at [src/bin](src/bin/demo.zig).
## References
Main reference used was: http://www.tcpipguide.com/free/t_TCPIPDomainNameSystemDNS.htm.
Also the RFCs and Wireshark.
## License
MIT