henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

wifi_users_tracker #40

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

Title: wifi_users_tracker Language: Linux Script Overview: A software which states when a new device joins your WiFi network via a notification. It could be extended to show when a device disconnects. Previous implementation of this used a for loop to read the nmap's "x devices found" string.