Implement mDNS discovery #46

Open
opened 2026-04-05 17:51:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @gorbit99 on 10/23/2025

This PR implements mDNS discovery. It searches for an mDNS record with host name "slimevr-server.local" and resolves it into the server's ip address. In some specific cases this should function better than broadcast based discovery.

mDNS packets are implemented manually to both make the process non-blocking and have it peacefully coexist with broadcast based discovery.

*Originally created by @gorbit99 on 10/23/2025* This PR implements mDNS discovery. It searches for an mDNS record with host name "slimevr-server.local" and resolves it into the server's ip address. In some specific cases this should function better than broadcast based discovery. mDNS packets are implemented manually to both make the process non-blocking and have it peacefully coexist with broadcast based discovery.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#46