Nuno Durães Member May 20, 2023 #1 Hi, Wich library is recommended to list all devices ip in the same network as the app. I need to list them , then i must select them to send data. Lets say that i want my app perform like a server. thanks in advance
Hi, Wich library is recommended to list all devices ip in the same network as the app. I need to list them , then i must select them to send data. Lets say that i want my app perform like a server. thanks in advance
Erel B4X founder Staff member Licensed User Longtime User May 21, 2023 #2 This is not something that you can simply find. Your device isn't familiar with other devices on the network. You can use UDP broadcasting feature to find other devices running your apps: MQTT Chat with Auto Discovery Upvote 0
This is not something that you can simply find. Your device isn't familiar with other devices on the network. You can use UDP broadcasting feature to find other devices running your apps: MQTT Chat with Auto Discovery