The core module wifi.Radio does not provide any method to know if there is any device connected to the board when it is configured as access point. I would like to suggest the development of the following method:
- .connected_clients -> list of of connected devices
- connected_clients[].IP -> IP address of a particular connected device
For applications when we have to transmit sensor data to connected devices (e.g. musical controllers), this is radically important. We usually do not receive any communication from the connected clients where they would expose their IP.
The core module wifi.Radio does not provide any method to know if there is any device connected to the board when it is configured as access point. I would like to suggest the development of the following method:
For applications when we have to transmit sensor data to connected devices (e.g. musical controllers), this is radically important. We usually do not receive any communication from the connected clients where they would expose their IP.