https://www.raspberrypi.org/documentati ... s-point.md
to create a wireless access point with internet access, and it's been working well for around 2 weeks now.
I'd like to the able to see the IP addresses of the devices connected to the hotspot as I need to update the firmware on 1 of the devices using a webinterface.
Is this possible? If so how?
I can find the MAC addresses of connected devices using the following command:
Code: Select all
systemctl status hostapd
Jul 21 17:07:50 pixx hostapd[725]: wlan0: STA b4:xx:xx:xx:fb:65 WPA: group key handshake completed (RSN)
Is it possible to find the IP addresses somehow?
Thanks