Guess the trees across the road that sit between my antenna and Skye have grown - my connectivity is not getting better :-(
Site stumbled just now, but only Skye shows up (well Air-Stream AP's that is).
Kismet does not work with my USB wifi dongle, so I used the following bit of bash script:
while true
do
#reset
iwlist wlan1 scanning >> scan_2_nov_2011_1
sleep 1
tail -n 50 scan_2_nov_2011_1
ls -lh scan_2_nov_2011_1
#reset
done
Then
cat scan_2_nov_2011_1 | grep ESSID | awk '{print($1)}' | awk '! a[$0]++'
to pull out unique ESSIDs... which gave
ESSID:"BigPondDA93E3"
ESSID:"BigPond9A29F9"
ESSID:"wireless"
ESSID:"aitel-adeltwr-norwood"
ESSID:"BigPond1C28"
ESSID:"betsuin_home"
ESSID:"WLAN"
ESSID:"IndianSpiceCentre"





