Have you ever wanted to see the list of devices connected to your local home network? Linux provides a cool solution to list all the devices connected to your network using arp scanning. You need to follow these simple steps:(These are for Linux) 1) Make sure you have arp-scan package installed (if not use sudo apt-get install arp-scan command in terminal to install the package) 2) In order to verify type sudo arp-scan --interface=wlan0 --localnet in terminal. You will probably see the list of devices connected to your local network using wifi. This sets our base and now we can move on to write our python script to detect particular devices and see there status if its connected to wifi or not. NOTE: We need to know the mac address of the devices we want to track. Now Let's create a new python script and name it anything you like and paste this code I named mine detectDeviceOnWifi.py Now run your script using sudo python detectDeviceOnWifi.py in
In my last post i've worked on detecting the face. In progress to that, i am able to detect eyes as well. Its pretty simple as of now. Here is the result Before After So as you can see it starts detecting eyes as well. I am making a little progress now but, still a lot to learn. I am super excited to work towards my goal. * The image has been taken from google images and is used only for testing purpose.