mDNS or similar to discover devices in LAN

Hello,

Is there a plugin/solution to discover devices in LAN with an iOS app made with Thunkable X? Like mDNS.

Hello, in iOS I tested sending WebAPI to a URL with .local ending for mDNS querys and the operating system supports mDNS so it resolves de URL to the IP address and works.
To give an example, if you send a WebAPI http GET to the URL foo.local, the iOS will perform the mDNS query and resolve the device with that name (that is the mDNS responder of that name) will respond to it.
Hope it helps.
Diego