Skip to content

port/ESP32/network.AP_IF: get IP addresses from connected stations #9203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MeckPommER opened this issue Sep 3, 2022 · 0 comments
Open
Labels
enhancement Feature requests, new feature implementations

Comments

@MeckPommER
Copy link

Hello and thanks for your time!

When the ESP32 is working as an access point, it is possible get a MAC list of connected stations via ap.status('stations'). But there is (i've found) no way to find the IP, which the ESP32 has assigned to the corresponding station.

I my case, the ESP32 is working as a mobile accesspoint and webserver, handling the communication between robots and browsers. To configure the robot controlling HTML pages, i need the corrent IP addresses. I am at a point where I know, which robot is connected from a dictionary, where I store the MAC and other info, but i am unable to find the needed IP.

An extension of the station list to include the IP entry (if assigned) would be very helpful.

Thanks in advance.

@MeckPommER MeckPommER added the enhancement Feature requests, new feature implementations label Sep 3, 2022
tannewt added a commit to tannewt/circuitpython that referenced this issue Apr 25, 2024
Enable MAX3421E support for all ESP builds.

Fixes micropython#9203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, new feature implementations
Projects
None yet
Development

No branches or pull requests

1 participant