Skip to content

Instantly share code, notes, and snippets.

View chootka's full-sized avatar
🏠
I'm here, I'm here!

Sarah chootka

🏠
I'm here, I'm here!
View GitHub Profile
@jeffskinnerbox
jeffskinnerbox / wlan-monitor.sh
Created December 23, 2014 21:59
Simple script for wireless stations monitoring
#!/bin/bash
#
# WLAN Minitoring Script Version v2.0
# OpenWrt Atheros wireless radio STA status monitor
# Developed by dir2cas <kalin.t.ivanov@gmail.com>
#
# Comments:
# Required packages: bash, iw, kmod- packages&drivers to get your wireless interface running
# Optional packages:
# install with $ opkg update; opkg install iw bash ....