LiveCam/README.md

10 lines
166 B
Markdown
Raw Normal View History

2018-09-01 13:40:07 +02:00
# LiveCam
2018-09-01 13:46:18 +02:00
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;'