YunoHost-Apps / hotspot_ynh

Wifi Hotspot app for YunoHost
GNU Affero General Public License v3.0
39 stars 19 forks source link

list connected devices #103

Closed Thatoo closed 2 months ago

Thatoo commented 11 months ago

Would it be possible to have the list of devices connected to the hotspot?

hidrarga commented 11 months ago

Yes, you can do

iw dev wlx6cfdb9aac586 station dump

where wlx6cfdb9aac586 is your wireless device.

You can also run this command to get their MAC address with their corresponding IP:

arp -a -n