From: sgunderson@bigfoot.com <> Date: Mon, 12 May 2008 10:27:52 +0000 (+0200) Subject: Added sample strength meter. X-Git-Url: https://git.sesse.net/?p=wardrive;a=commitdiff_plain;h=54c1c5fbf2719107e18d7a675cccf08860f632fe Added sample strength meter. --- diff --git a/bt-remote.c b/bt-remote.c index 77ca270..315e96b 100644 --- a/bt-remote.c +++ b/bt-remote.c @@ -136,7 +136,8 @@ int parse_packet(unsigned char *buf, unsigned bytes, int sock) if (sscanf(ptr, "*NETWORK: %s %d %d %d %d", bssid, &crypted, &weak, &signal, &noise) != 5) { printf("Couldn't parse NETWORK packet\n"); } else { - if (strcmp(bssid, "00:0D:54:A0:27:7F") == 0) { + if (strcmp(bssid, "00:18:39:0A:97:C9") == 0) { + //if (strcmp(bssid, "00:13:10:1F:2A:1C") == 0) { static int last_crypted = 0; char str1[64], str2[64], str3[64], str4[64], str5[64], str6[64]; short len; diff --git a/strength.png b/strength.png new file mode 100644 index 0000000..f7c9a0b Binary files /dev/null and b/strength.png differ