11 lines
345 B
Markdown
11 lines
345 B
Markdown
mDNS server
|
||
===
|
||
|
||
Minimalist mDNS server implementation with only core service annoucement and no conflict resolution.
|
||
|
||
Listen for `http` service questiond and answer with `toto` service.
|
||
|
||
To test our implementation we’re using zeroconf as a trusted client.
|
||
|
||
See the [blog post](https://alexrio.fr/blog/mdns-server) for references and details.
|