You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: a custom multicast protocol might work better, since SSDP and UPnP seem fairly complex and over-engineered.
All it needs to do is advertise its IP address, port, and text identifying what service it is. A simple text JSON format would suffice.
also, since the IP address of the server should be the same as the multicast packet source, we may not need to include an IP address in the UDP data; it could be just the port and the name/description/identifier of the service.
Add support for Simple Service Discovery Protocol, and Universal Plug and Play.
Don't forget to add settings to enable/disable them as well.
The text was updated successfully, but these errors were encountered: