OpenStreetMap logo OpenStreetMap

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[])...

Comments 0 comments Date July 25, 2008

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[])...

Comments 1 comment Date July 25, 2008

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...

Comments 2 comments Date July 25, 2008