eusonlito / GPS-Tracker

GPS Tracker platform for Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd and Queclink devices built with Laravel 11 + PHP 8.2 and MySQL 8. Plataforma GPS Tracker para dispositivos Sinotrack Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd y Queclink creada con Laravel 11 + PHP 8.2 y MySQL 8.
https://tracker-demo.lito.com.es/
MIT License
169 stars 73 forks source link

response for coban devices #37

Closed sajjadintel closed 8 months ago

sajjadintel commented 8 months ago

Hi, When I send this to the device: **,imei:868166054696190,111 device will send this response: (it will be shown in the server log file.) imei:868166054696190,111,240112185257,,F,152257.000,A,3531.37056,N,04610.27195,E,,,,0,0,0.00%,,; But it doesn't show in response for the request. Thanks.

eusonlito commented 8 months ago

I have the log:

[2024-01-12 15:19:01.996 +00:00] [INFO] [65a1334972be2] [WRITE] **,imei:868166056076334,111
[2024-01-12 15:19:03.714 +00:00] [INFO] [65a1334972be2] [READ] imei:868166056076334,511,240112151902,,F,151902.000,A,3528.51503,N,04611.84315,E,,,,0,1,0.00%,,;

Write is from server to device and read is from device to server.

I wil check it.

sajjadintel commented 8 months ago

for enabling arm will return 111 but if car is turned on and it won't enable and will return 511

eusonlito commented 8 months ago

Added message response check for Coban devices.

eusonlito commented 8 months ago

Hi! Can we close this issue?

sajjadintel commented 8 months ago

Hi, Yeah I've tested it and works. Thanks!