J2ME NMEA GPS Receiver Code
Status: Pre-Alpha
Brought to you by:
elmot73
File | Date | Author | Commit |
---|---|---|---|
locale | 2010-07-28 | djinnn | [r1] Initial commit |
res | 2010-07-28 | djinnn | [r1] Initial commit |
src | 2010-08-21 | djinnn | [r18] Fix month value. |
ExportGPS.jad | 2010-07-28 | djinnn | [r1] Initial commit |
ExportGPSService.jad | 2010-07-28 | djinnn | [r1] Initial commit |
LICENSE | 2010-07-29 | djinnn | [r3] Fix LICENSE tabulation |
README | 2010-07-28 | djinnn | [r1] Initial commit |
build.properties.example | 2010-07-28 | djinnn | [r1] Initial commit |
build.xml | 2010-07-29 | djinnn | [r14] Chosen test device is now an Ant property (test... |
+------------------------------------------------------------------------------+ | Gps2Nmea project | | | | http://gps2nmea.sf.net | +------------------------------------------------------------------------------+ ExportGPS is a J2ME MIDlet allowing to export real-time GPS data to several other devices via Bluetooth. 1. Building from source 1.1. Dependencies Make sure the following dependencies are properly installed. Required: * Sun WTK http://java.sun.com/products/sjwtoolkit/ * Ant http://ant.apache.org/ * Antenna http://antenna.sf.net/ Recommended: * Proguard http://proguard.sf.net/ Optional: * Ant-Contrib http://ant-contrib.sf.net/ 1.2. Environment settings * Rename/copy build.properties.example into build.properties * Edit build.properties settings 1.3. Build * Run "ant" (MIDlet with GUI) or "ant serv" (auto-start service MIDlet) * Resulting JAD/JAR files are in the "dist" directory 1.4. Testing * "ant run" 1.5. JavaDoc * "ant doc"