Showing posts with label gsm. Show all posts
Showing posts with label gsm. Show all posts

Wednesday, July 21, 2010

SIGLOG


WM App that measures/logs gsm signal strength

Written in Win32 C++ it's lean, mean, rather basic, but it does the job. It requires a phone with GPS, as it calls the Microsoft intermediate GPS driver.

Once it is running, it checks the GPS and phone status every 5 seconds. If the signal strength has changed since the last reading, it writes a record out to \SIGLOG.TXT in the root directory of your device, in the format:-


Latitude,Longitude,Signal Strength,Mobile Country Code, Mobile Network Code,Location Area Code, CellID eg.

0.000000,0.000000,090,0EA,0F,00CF,0000E66C

In this case the 090 is the signal strength, 0 to 100

SIGLOG

Monday, April 13, 2009

gsmGPS


gsmGPS is a Windows Mobile application that approximates your current location without a GPS.

It does this by "triangulation". Since all data is in a local datafile, you do not need WiFi or GPRS or EDGE access - it works offline.

gsmGPS