port identification

Niraj Singha year ago

Hi,

Please help on which port this device might work.

3a3a2b583f086065705154043900801017050b11190f01623ef40887dff00000c25e9ff707000007152a2d0000000105004794916902050000000000050252ee060200822323

Thanks

Anton Tananaeva year ago

Do you have the protocol documentation?

Niraj Singha year ago
Anton Tananaeva year ago

It doesn't look like it's supported currently. If you manage to implement it yourself, feel free to send a pull request. If you need help and interested in sponsoring the work, send us an email.

Nikolay a year ago

Hi,

the protocol is familiar to me, I have a decoding implementation written in Python.

If there is interest I can implement it in Traccar.

The above example returns the following:

{
  "protocol": "unknown",
  "serverTime": "May 15, 2023, 4:53:40 PM",
  "deviceTime": "May 11, 2023, 8:25:15 PM",
  "fixTime": "May 11, 2023, 8:25:15 PM",
  "outdated": false,
  "valid": true,
  "latitude": 12.8977,
  "longitude": 79.51245333333334,
  "altitude": 0.0,
  "speed": 0.0,
  "course": 194.0,
  "accuracy": 0.0,
  "network": {
    "radioType": "gsm",
    "considerIp": false,
    "cellTowers": [
      {
        "cellId": 40951,
        "locationAreaCode": 22591,
        "mobileCountryCode": 0,
        "mobileNetworkCode": 94,
        "signalStrength": 21
      }
    ]
  },
  "deviceId": 1,
  "attributes": {
    "hdop": 0,
    "battery": 4.0,
    "odometer": 47949169,
    "adc1": 0,
    "adc2": 21230,
    "tag": "00000000",
    "sat": 45,
    "gpsFix": true,
    "ignition": false,
    "gps": true
  },
  "id": 0
}
Anton Tananaeva year ago

Sure, please send a pull request.

Niraj Singha year ago

Yes please share pull request.

thanks

Niraj Singha year ago

Hi Nikolay,

have you shared the pull request please confirm.

thanks in advanced..!!

Nikolay a year ago