![]() |
2008-02-18
, 12:33
|
Posts: 11 |
Thanked: 1 time |
Joined on Sep 2007
|
#2
|
![]() |
2008-02-18
, 12:49
|
Posts: 60 |
Thanked: 7 times |
Joined on Jan 2008
|
#3
|
![]() |
2008-02-18
, 15:15
|
Posts: 11 |
Thanked: 1 time |
Joined on Sep 2007
|
#4
|
![]() |
2008-02-19
, 02:40
|
Posts: 7 |
Thanked: 1 time |
Joined on Nov 2007
@ NoVA
|
#5
|
![]() |
2008-02-19
, 13:42
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#6
|
![]() |
2008-02-19
, 15:48
|
Posts: 139 |
Thanked: 24 times |
Joined on Sep 2005
|
#7
|
![]() |
2008-05-08
, 09:33
|
Posts: 11 |
Thanked: 1 time |
Joined on Sep 2007
|
#8
|
![]() |
2008-05-08
, 09:59
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#9
|
![]() |
2008-05-08
, 10:47
|
Posts: 66 |
Thanked: 145 times |
Joined on Jan 2008
|
#10
|
#!/bin/sh USER=my_username PASS=my_password COOKIES=/tmp/wiglecookies CACHEROOT=/tmp/wiglecache. for n in `iwlist wlan0 scan | awk '/Address/ {print $5;}'`; do # '/Signal level/ {print id " " $3;}' CACHEFILE=${CACHEROOT}$n; echo check netid $n if [ ! -e ${CACHEFILE} ]; then echo looking up $n if [ ! -e ${COOKIES} ]; then wget --save-cookies=${COOKIES} --no-check-certificate \ 'https://wigle.net/gps/gps/GPSDB/login?credential_0='${USER}'&credential_1='${PASS}'&noexpire=1' 2>/dev/null fi POS=`wget --load-cookies=${COOKIES} --no-check-certificate \ 'https://wigle.net/gpsopen/gps/GPSDB/confirmquery?netid='${n} -O- 2>/dev/null| awk 'BEGIN {FS="[&?=]";} /Get Map/ { print $4 "," $6; }'` if [ -n "${POS}" ]; then echo -n "${POS}" > ${CACHEFILE} fi fi if [ -e ${CACHEFILE} ]; then echo $n: `cat ${CACHEFILE}`; else echo $n: not found; fi done
The Following 3 Users Say Thank You to tme For This Useful Post: | ||
Has anyone tried to install Loki apps from SkyHook Wireless on their N800.
With the help of Wifi HotSpots this application can pinpoint exactly where you are.
Also has channels for Events happening around you.
Looks really cool.
take a look at the link:http://www.skyhookwireless.com/
Regards Robert