Get MAC address of all devices connected to home network | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Get MAC address of all devices connected to home network

I am looking to get a list of all connected devices’ MAC address so I can receive a text message when my housemate returns gone when I’m not in the house. I can use Twilio for the text message, cron on a raspberry pie to automate the task. I just need to establish how to get all MAC addresses connected to our home network. Any help appreciated 😘

24th Aug 2020, 7:54 PM
Lucy West
Lucy West - avatar
2 Answers
+ 3
If you are admin of the router you use at home device you can login and see established connections
24th Aug 2020, 8:43 PM
HBhZ_C
HBhZ_C - avatar
+ 2
I believe youre asking about "arp" tables. This will return a list of devices, their IP address and their respective MAC address
24th Aug 2020, 8:19 PM
Steven M
Steven M - avatar