From af32c1575d91567fc9fa0da2f7565fe306b221b4 Mon Sep 17 00:00:00 2001 From: "twalz@hs-mittweida.de" Date: Sat, 1 Sep 2018 13:46:18 +0200 Subject: [PATCH] =?UTF-8?q?n=C3=BCtzlich=20und=20so?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d21ad5e..372acd7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # LiveCam -live cam stuff \ No newline at end of file +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;'