A system service that exposes local mDNS services via a JSON API on port 5380.
Run locally:
cargo run -- run
# OR
./http-discovery-service runInstall as Service (Windows/Linux/macOS):
# Auto-elevates on Windows if needed
./http-discovery-service install
./http-discovery-service uninstallGET http://localhost:5380/ returns a JSON list of discovered services.
cargo build --release