Skip to content

wifi.Radio: add method to get connected devices in access point mode #8790

@ultranoise

Description

@ultranoise

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions