live cam stuff
Go to file
Florian Schlegel 9e0c0a8cc3 Ports korrigiert 2020-08-12 02:44:46 +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
README.md nützlich und so 2018-09-01 13:46:18 +02:00
hosts /etc/hosts 2018-09-01 13:53:08 +02:00
readme_neu.txt Ports korrigiert 2020-08-12 02:44:46 +02:00

README.md

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