-4

Is my parsing method worng?

I got like this avl data format: 08010013ba7695698059a9f580eb76a140280048b045021f0101c70005e

Codec ID :08
Count:01
strTimeStamp:0013ba7695698
Longitude:59a9f580
Latitude :eb76a140
Altitude:280
Angle:048
Speed:045

I convert the data to decimal format . but my longitude and latitude were wrong.

Ranju
  • 17
  • 4

1 Answers1

4

Your time stamp seems to be missing some data (it must be 8 bytes).

Matt
  • 74,352
  • 26
  • 153
  • 180
Mhd. Yasseen
  • 1,027
  • 3
  • 16
  • 27
  • -mhd yasseen thanks for your reply .... i too refer the document .but the lenght of the packet always seem to be changed . so i split the avl data in the format of byte array.. – Ranju Dec 20 '12 at 06:03