Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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