GlobalStart problem to decode

hvendramea year ago

LOG INFOS:

2024-06-21 03:35:02  INFO: [T8a0cf909: globalstar < 10.0.6.86] 504f5354202f20485454502f312e310d0a436f6e74656e742d547970653a20746578742f786d6c0d0a782d64617461646f672d74726163652d69643a20363339303938303838343636303935323434340d0a782d64617461646f672d706172656e742d69643a20333830353130343631393931323733373037320d0a782d64617461646f672d73616d706c696e672d7072696f726974793a20320d0a782d64617461646f672d746167733a205f64642e702e757073747265616d5f73657276696365733d63326c746347786c6543316959574e7262325a6d61574e6c7c327c337c310d0a43616368652d436f6e74726f6c3a206e6f2d63616368650d0a507261676d613a206e6f2d63616368650d0a557365722d4167656e743a204a6176612f312e382e305f3135310d0a486f73743a2072617374726561646f7265732e6573746f69636f73697374656d61732e636f6d2e62723a353138350d0a4163636570743a20746578742f68746d6c2c20696d6167652f6769662c20696d6167652f6a7065672c202a3b20713d2e322c202a2f2a3b20713d2e320d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a436f6e74656e742d4c656e6774683a203239310d0a0d0a3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e67203d20225554462d38223f3e0a3c7072766d73677320786d6c6e733a7873693d22687474703a2f2f7777772e77332e6f72672f323030312f584d4c536368656d612d696e7374616e636522207873693a6e6f4e616d657370616365536368656d614c6f636174696f6e3d22687474703a2f2f636f64792e676c70636f6e6e6563742e636f6d2f5853442f50726f766973696f6e4d6573736167655f526576315f302e787364222074696d655374616d703d2232312f30362f323032342030333a33353a303220474d5422207072764d65737361676549443d223334363736356138373665333130303638313466656136653132383531353466223e0a3c2f7072766d7367733e0a
2024-06-21 03:35:02  INFO: [T8a0cf909] error - NullPointerException (GlobalstarProtocolDecoder:202 < ExtendedObjectDecoder:75 < ... < WrapperContext:102 < ...)
2024-06-21 04:21:00  INFO: [T1f048f3b: globalstar < 10.0.6.86] 504f5354202f20485454502f312e310d0a436f6e74656e742d547970653a20746578742f786d6c0d0a782d64617461646f672d74726163652d69643a20323833373232373030313332313634373837350d0a782d64617461646f672d706172656e742d69643a20323532323134343635383937313830373033360d0a782d64617461646f672d73616d706c696e672d7072696f726974793a202d310d0a782d64617461646f672d746167733a205f64642e702e757073747265616d5f73657276696365733d63326c746347786c6543316959574e7262325a6d61574e6c7c2d317c337c310d0a43616368652d436f6e74726f6c3a206e6f2d63616368650d0a507261676d613a206e6f2d63616368650d0a557365722d4167656e743a204a6176612f312e382e305f3135310d0a486f73743a2072617374726561646f7265732e6573746f69636f73697374656d61732e636f6d2e62723a353138350d0a4163636570743a20746578742f68746d6c2c20696d6167652f6769662c20696d6167652f6a7065672c202a3b20713d2e322c202a2f2a3b20713d2e320d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a436f6e74656e742d4c656e6774683a203436310d0a0d0a3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d38223f3e0a3c7374754d6573736167657320786d6c6e733a7873693d22687474703a2f2f7777772e77332e6f72672f323030312f584d4c536368656d612d696e7374616e636522207873693a6e6f4e616d657370616365536368656d614c6f636174696f6e3d22687474703a2f2f636f64792e676c70636f6e6e6563742e636f6d2f5853442f5374754d6573736167655f526576315f305f312e787364222074696d655374616d703d2232312f30362f323032342030343a31313a313420474d5422206d65737361676549443d226235653238316430373665333130303638666165656136653132383531353466223e0a3c7374754d6573736167653e0a3c65736e3e302d343733323738373c2f65736e3e0a3c756e697854696d653e313731383934333039303c2f756e697854696d653e0a3c6770733e4e3c2f6770733e0a3c7061796c6f6164206c656e6774683d22392220736f757263653d2270632220656e636f64696e673d22686578223e30784345444344354533443943353344303033303c2f7061796c6f61643e0a3c2f7374754d6573736167653e0a3c2f7374754d657373616765733e0a

When decode hex doesn't have speed. What we can try it?

Anton Tananaeva year ago

Does your device report speed? Do you have the protocol documentation?

hvendramea year ago

This is a Smart One C, I don't have the protocol documentation

hvendramea year ago

@Anton Tananaev
I can get this - eg.:

<payload length="9" source="pc" encoding="hex">0xFCD3F4CED921204550</payload>

This is the documentation to decode (byte 7 - Speed)

documentation-decode-smartone.jpeg

Then, when we decode this - 0xFCD3F4CED921204550
We can check - byte 7 - Speed - 69 DEC:

speed-.jpeg

Anton Tananaeva year ago

Do you have full documentation file?

hvendramea year ago
Anton Tananaeva year ago

Try setting device model to AtlasTrax and see if it works.

hvendramea year ago

I can't do it.. The new configurator it's disabled this option to me

Anton Tananaeva year ago

What do you mean? What configurator are you talking about?

hvendramea year ago

AtlasTrax - where I set configuration on SmartOne C
https://1drv.ms/b/s!Ag6WmFC1S-nviJ1-Rj4UdopPFGtbvA?e=yNId2Q

Tracker CWBa year ago

Device model (AtlasTrax)
It works perfectly now at speed.

Thanks Anton
1000278476.jpg

hvendramea year ago

wooww.. I need to put AtlasTrax on device model input.

I'll try it.

hvendramea year ago

It work to me too.

Thank you guys