I want to implement a service discovery module to fetch the IP address of a service broadcasting device, similar to the bonjour browser. Is it possible to implement it in Unity3D(Android/iOS). Can anyone guide me on how can I achieve it. A small example would be really helpful. Thanks
Edit 1: An IOT device is broadcasting a DNS service, and I want to fetch this service in the Unity application to find the IP address of the IOT device. I don't have any access to the IOT device software or source code.