From 96690646629e880f807522fe050d0e99326581b3 Mon Sep 17 00:00:00 2001 From: Christian Kuster Date: Tue, 12 Apr 2016 17:25:00 +0200 Subject: [PATCH] readme.md fixed: removed nmcli --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa9c10..79a8142 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ The module uses command line tools for gathering the network information: * airport on Mac OS-X: `airport -s` * netsh on Windows: `netsh wlan show networks mode=Bssid` -* iwlist (1st choice) on Linux: `iwlist scan` -* nmcli (fallback only) on Linux: `nmcli -m tabular -f SSID,BSSID,SIGNAL,FREQ device wifi` +* iwlist on Linux: `iwlist scan` Unfortunately, Mac OS-X and Windows use the system language for the output which requires a quite generic way of parsing the data. If you experience any troubles, please create a GitHub issue and supply