Odp: Wifianalyzer
Ten skrypt u mnie coś dziwnie się zachowuje. Jeśli go wywołam, to dostaje:
# wifianalyzer.sh
plot '/tmp/tmp.Hj1iM9' ind 0:0 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 1:1 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 2:2 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 3:3 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 4:4 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 5:5 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 6:6 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 7:7 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 8:8 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 9:9 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 10:10 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 11:11 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 12:12 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 13:13 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 14:14 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 15:15 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' ind 16:16 using 1:2 noti w filledcurve smooth csplines, '/tmp/tmp.Hj1iM9' every ::1::1 using 1:2:3 w labels center offset 0,1 notitle
^
"/tmp/tmp.lmqvNN", line 30: Can't calculate splines, need at least 3 pointsJeśli wywołam sam gnuplot na /tmp/tmp.lmqvNN , to również mi zwróci ten sam błąd ale jeśli zrobię małą edycję tego pliku, która polega na usunięciu:
'/tmp/tmp.Hj1iM9' ind 8:8 using 1:2 noti w filledcurve smooth csplines, \z tego pliku tymczasowego, wtedy nagle graf się narysuje, choć to dziwne bo przecie wszystkie te linijki wyglądają tak samo, tylko się numerkami różnią. xD Zawsze jest to pozycja "ind 8:8". Jak przejrzeć ten drugi plik tmp, to 9 (numerowane od 0) sieć w nim (jeśli to w ten sposób operuje), to jest:
-2 0 "PLAY
Internet 4G "PLAY
2 0 "PLAYW drugiej linijce brakuje numerka. xD
Tu jest wynik ze skanowania tej sieci:
Cell 09 - Address: F4:9F:F3:4E:DF:EA
ESSID: "PLAY Internet 4G LTE-DFEA"
Mode: Master Channel: 6
Signal: -87 dBm Quality: 23/70
Encryption: WPA2 PSK (CCMP)Tak przejrzałem na szybko te sieci i wychodzi na to, że to jest jedyna co ma spacje w nazwie, temu prawdopodobnie się chrzani skrypt.