Program to Operate the i-Blue 747 GPS Data Logger
http://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/gps_logger_i_blue_747
MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger.
It should work also with other GPS devices based on the MediaTek MTK
chipset.
The main capabilities are:
* Command line interface
* Save data log in GPX and raw binary format
* If required retrieve all the data, also the old one being overlapped
* Change logging criteria: time, distance, speed
* Change log format
* START/STOP logging
* Set OVERLAP or STOP method on memory full
* Erase the internal memory
The program is written in Perl, and it was tested on Linux via USB
connection. One goal is easy portability to C and small RAM footprint.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/mtkbabel && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
mtkbabel-0.8.3.1.tar.gz | 0000028472 27.8 KB | |
mtkbabel.changes | 0000002036 1.99 KB | |
mtkbabel.spec | 0000002058 2.01 KB |
Revision 6 (latest revision is 8)
Stanislav Brabec (sbrabec)
committed
(revision 6)
- Update to version 0.8.3.1: * Fixed model detection for Qstarz BT-Q1000P: not Holux format. * Added detection of Holux GPSport 245 and Holux M-1000C. * Refactored handling of Holux separators: HOLUXxxxxxLOGGER and HOLUXxxxxxWAYPNT. * Changed behaviour with-i switch: do not save bad data into the GPX. Added the -I switch to download also bad data. * Fixed a bug in identifying model (and flash memory size). * Added iBlue 747A+ to the known models. * Added binmode() call when opening binary files.
Comments 0