9 lines
166 B
Markdown
9 lines
166 B
Markdown
# LiveCam
|
|
|
|
live cam stuff
|
|
|
|
# scan for AP
|
|
iwlist ath0 scanning
|
|
|
|
# get Wifi status every Second
|
|
ssh ubnt@192.168.1.19 -C 'while true; do iwconfig ath0; sleep 1; done;'
|