简体   繁体   English

是否可以获取我的家庭网络中所有已连接设备的mac地址?

[英]Is it possible to get the mac addresses of all connected device in my home network?

I wanted to create a personal app that can display who's at home now by detecting all the devices connected to the network. 我想创建一个个人应用程序,通过检测连接到网络的所有设备来显示谁在家里。 Is it possible? 可能吗?

there are already routers that accept access from outside of your network and you can use that to get all the information you need. 已经有一些路由器接受来自网络外部的访问,您可以使用它来获取所需的所有信息。

If you want something better, you can write a program to run on your PC from home that will get all this information and sends them to you, and for this I would recommend you java and selenium 如果您想要更好的东西,可以编写一个程序在家里的PC上运行,该程序将获取所有这些信息并将其发送给您,为此,我建议您使用Java和Selenium

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在android中获取连接到同一网络的设备的mac地址? - How to get mac addresses of devices connected to the same network in android? 获取已连接网络设备的唯一 ID - Get an unique id for a connected network device 如何获取连接到热点的设备的Wi-fi Mac地址并将其保存到数据库中? - How can i get the Wi-fi Mac Address of the device that are connected to my hotspot and save it to my database? ANDROID获取网络上的所有IP地址 - ANDROID get all ip addresses on network 找到连接到同一Wifi网络的所有设备的MAC地址 - Find the MAC address of all devices connected to the same Wifi network 是否可以在java中获取默认网关IP和MAC地址? - Is it possible to get the default gateway IP and MAC addresses in java? 如何在Android中获取Wifi连接设备的MAC地址 - how to get MAC Address of Wifi connected device in android 加快查找连接到Wifi网络的设备并获取设备名称的速度 - Speed up finding devices connected to a Wifi network and get device name 如何在编程运行时找到我的设备连接到的连接接入点的信号强度和mac地址? - how to find the signal strength and mac address of the connected access point to which my device is connected at run time, programatically? 检查设备是否连接到特定网络 - Checking if device is connected to certain network
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM