jablonka.czprosek.czf

wifimon

Subversion Repositories:
[/] [trunk/] [wifimon] - Diff between revs 37 and 38

Show entire file Ignore whitespace

Rev 37 Rev 38
Line 513... Line 513...
nocompleted = 0; nocompleted = 0;
} }
   
(nocompleted == 0) { (nocompleted == 0) {
printf "%s \t %s \t %s ", Frequency, Quality, MAC; printf "%s \t %s \t %s ", Frequency, Quality, MAC;
for (i = 1; i <= Quality; i++) if (Quality > 127) {
printf "#" Quality = 256 - Quality
  for (i = 1; i <= Quality; i++)
  printf "*"; }
  else {
  for (i = 1; i <= Quality; i++)
  printf "#"; }
print " " ESSID; print " " ESSID;
} }
   
{ nocompleted++; } { nocompleted++; }
' | sort -g | uniq ' | sort -g | uniq

Powered by WebSVN 2.2.1