format, add comments

This commit is contained in:
2025-12-22 13:57:56 +01:00
parent 4cf8499c32
commit b6a0322cdd
3 changed files with 53 additions and 15 deletions

View File

@@ -3,4 +3,8 @@ mDNS server
Minimalist mDNS server implementation with only core service annoucement and no conflict resolution.
To test our implementation were using zeroconf as a trusted client.
Listen for `http` service questiond and answer with `toto` service.
To test our implementation were using zeroconf as a trusted client.
See the [blog post](https://alexrio.fr/blog/mdns-server) for references and details.