aliaksei
- Mapper since:
- July 22, 2008
- Last map edit:
- May 09, 2009
Latest Diaries
Diary Entry Holux M-241 binary data decoder example program
#include struct GPSPOINT { unsigned long time; float latitude; float longtitude; unsigned long altitude; }; int main(int argc, char* argv[])...
Diary Entry Holux M-241 binary data decoder example program
#include struct GPSPOINT { unsigned long time; float latitude; float longtitude; unsigned long altitude; }; int main(int argc, char* argv[])...
Diary Entry Holux M-241 GPS data logger binary data format
When you download tracks from your data logger, you gets set of .trl files. This files contains raw binary data. Each point takes 16 bytes of memor...