Thread
Print

Bluetooth GPS compass

Bluetooth GPS compass

Bluetooth GPS compass is a free J2ME application that displays GPS data graphically .
features include satellite azimuth/elevation, GPS signal quality, analog gauges.



The demo source code will be avaiable soon, it uses Guidebee location API.

The application also has a demo mode, which reads the attached NMEA data sentences from a file.

Attachment

GPSData.txt (475.99 KB)

21-3-2009 19:03, Downloaded: 2740

GPS Sample data

VisualGPS.zip (679.62 KB)

21-3-2009 22:30, Downloaded: 4814

Source code

TOP

The source code is free for personal usage ,if you want to use the source in a commercial application, please get written permission from James Shen.

TOP

com.mapdigit.gis.location

com.mapdigit.gis.location defines some common classes for location API (similar to JSR179). It provides extend point to support various location report channel.



These location channel can either be a real device (GPS reciver) or a data connection channel (like SMS or internet etc).

the classes defined in the package.



the com.mapdigit.gis.location.nmea defines classes for NMEA compatiable devices.

TOP

Location API Java doc

Location API Java doc

Attachment

javadoc.zip (104.55 KB)

22-3-2009 14:31, Downloaded: 951

Java doc

libgislocation.jar (27.53 KB)

22-3-2009 14:31, Downloaded: 835

Location API lib

TOP

Thread