Send notification to all the devices connected to a Wi-Fi network

后端 未结 3 838
闹比i
闹比i 2020-12-13 20:39

Is there any way to send a notification to the devices which are connected to a particular Wi-Fi network?

Say, I have a Wi-Fi network named \"My Wi-Fi\", which is no

3条回答
  •  春和景丽
    2020-12-13 21:20

    There is no uniform answers to this. It depends on if you have access to the connection list. If you have access to the AP then it simplify things easier. If not, you can attempt to send a message all 254 IP addresses: 192.168.1.[1-254].

    For users who are connected using WinXP or older. You can send a message using net send

    For users who are connected using WinVista or newer. You can send a message using msg

    For users who are connected using Linux. You can try: smbclient -M hostname message goes here

    For users who are connected using MAC. I have not seen this yet.

提交回复
热议问题