When I use one arduino to generate an MDNS service, and another arduino to listen to the service...
- The service name is OK
- The IP address is OK, but sometimes, it's 0.0.0.0?
- The port is not the same port advertised by the arduino? Sometimes it is a random number.
- The text content is arbitrary garbage
It seems like adding the service record is OK, as on my host computer, I don't have issues reading the text data,
...but the service discovery on arduino is very broken?
When I use one arduino to generate an MDNS service, and another arduino to listen to the service...
It seems like adding the service record is OK, as on my host computer, I don't have issues reading the text data,
...but the service discovery on arduino is very broken?