I have two ESP32 web socket clients connected to B4J web socket server, for example device 1 and device 2, I want to run function on specific device say device1 to set device name or any other configs, like this scenario:
the server services html 'Setup' page http://127.0.0.1:51042/setup
on setup page;
the user enters device identification key (IP address or any available identification method) to select desired device.
user enters new device name and then click submit button
the server then starts WebSocket.RunFunction
I don't know if that scenario is possible or not, is there any other method to implement this config tool?
how to identify device which user want to configure?
TIA
the server services html 'Setup' page http://127.0.0.1:51042/setup
on setup page;
the user enters device identification key (IP address or any available identification method) to select desired device.
user enters new device name and then click submit button
the server then starts WebSocket.RunFunction
I don't know if that scenario is possible or not, is there any other method to implement this config tool?
how to identify device which user want to configure?
TIA