live cam stuff
Find a file
2020-08-03 19:41:16 +02:00
cam2 added script for terminal 1 (fixes #1) 2020-07-09 20:25:56 +02:00
terminal1 added script for terminal 1 (fixes #1) 2020-07-09 20:25:56 +02:00
hosts /etc/hosts 2018-09-01 13:53:08 +02:00
README.md nützlich und so 2018-09-01 13:46:18 +02:00
readme_neu.txt quick&dirty Doku fürs neue Setup 2020-08-03 19:41:16 +02:00

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;'