You may know that “bryton” use OSM in there device. The only problem is that it use a map without plenty of important information went you are out of road.
they label their map file us .dat (that can be any thing).
I try to open the file
following some advice i use
xxd (linux)
and get:
xxd 9-230-213.dat:
00000000: 5009 e600 d500 0200 0000 3200 0000 0000 P…2…
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 …
00000020: 0000 0000 0000 0000 0000 0000 0000 0000 …
00000030: 0000 0000 0000 0000 0000 0000 0000 0000 …
00000040: 0000 0000 0000 0000 0000 0000 0000 0000 …
00000050: 0000 0000 0000 5000 0000 492d 0000 8c81 …P…I-…
00000060: 0000 5671 0100 4894 0400 ca1b 0a00 0000 …Vq…H…
00000070: 0000 0000 0000 0000 0000 0000 0000 0000 …
00000080: 0000 4252 5954 4f4e 0100 0900 0100 0000 …BRYTON…
00000090: 0000 e600 0000 e600 0000 d500 0000 d500 …
000000a0: 0000 0404 6800 0000 0000 0000 0000 0000 …h…
000000b0: 0000 0000 0000 0000 0000 0000 0000 0000 …
000000c0: 0000 0000 0000 0000 0000 0000 0000 0000 …
000000d0: 0000 0000 0000 0000 0000 0000 0000 0000 …
000000e0: 0000 0000 0000 0000 0000 8b2c 0000 1f8b …,…
000000f0: 0800 4d76 545f 02ff b57c 7b74 1457 7a67 …MvT_…|{t.Wzg
00000100: df7a 7457 dd7a df7e 5757 bfaa 9fea 4775 .ztW.z.~WW…Gu
00000110: 4b08 4908 0442 bc65 c018 0cb6 b101 3720 K.I…B.e…7
00000120: 636c 21d9 02c6 637b 9c61 3066 350a c158 cl!..c{.a0f5…X
00000130: 2684 3084 6188 831d 8621 0c61 08c3 1086 &.0.a…!.a…
00000140: 9509 6159 0ec3 e170 084b 385e 96e5 1096 …aY…p.K8^…
It doesn’t mean any thing to me.
if some can give a hint where to follow