Giter Club home page Giter Club logo

Comments (28)

orutra avatar orutra commented on June 7, 2024

First af all, thankyou for traccar.

I have adquired a GT03B device, I have tested some different traccar ports, but the web interface does not show any location marks or data.

I copy some of the logs for the different ports (the ip changes since the SMS command to change server port makes the SIM adquire new dynamic ip)
Note: the IMEI is 868120100674479, which is literally reproduced in the HEX message:

Port 5022
2013-02-06 18:59:22 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5022 - 95.127.231.24] - (HEX: 787811010868120100674479100b06420001a9700d0a)
2013-02-06 18:59:53 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5022 - 95.127.231.24] - (HEX: 787811010868120100674479100b064200029beb0d0a)
2013-02-06 19:00:23 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5022 - 95.127.231.24] - (HEX: 787811010868120100674479100b064200038a620d0a)

Port 5013
2013-02-06 19:06:06 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5013 - 95.124.230.196] - (HEX: 787811010868120100674479100b06420001a9700d0a)
2013-02-06 19:06:36 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5013 - 95.124.230.196] - (HEX: 787811010868120100674479100b064200029beb0d0a)

Port 5000
2013-02-06 19:11:24 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5000 - 176.81.250.16] - (HEX: 787811010868120100674479100b06420001a9700d0a)
2013-02-06 19:11:54 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5000 - 176.81.250.16] - (HEX: 787811010868120100674479100b064200029beb0d0a)

Port 5023 (here the IMEI is not in the msg
2013-02-06 19:16:30 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.126.120.235] - (HEX: 78780501100be3170d0a)
2013-02-06 19:16:34 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.126.120.235] - (HEX: 78780a13c00404000200026e720d0a)
2013-02-06 19:16:34 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.126.120.235] - (HEX: 787805130002db6a0d0a)
2013-02-06 19:17:33 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.126.120.235] - (HEX: 787819100d0206130f17c3042edd0e006b9efb001d5200020003ff280d0a)

Port 5001
2013-02-06 19:24:37 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5001 - 79.149.238.105] - (HEX: 787811010868120100674479100b06420001a9700d0a)
2013-02-06 19:25:07 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5001 - 79.149.238.105] - (HEX: 787811010868120100674479100b064200029beb0d0a)

Any help???
thankyou

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Looks like it is GT06 protocol (port 5023). Could you try that one more time?

78780501100be3170d0a - this was supposed to be LOGIN message, but for some reason there is no IMEI there
787819100d0206130f17c3042edd0e006b9efb001d5200020003ff280d0a - this is valid GPS data, but because login failed it is not written to database

from traccar.

orutra avatar orutra commented on June 7, 2024

I'll make some more tests this evening using port 5023.
The device I created on the web platform was tagged "gt03" and unique Id = 868120100674479 (IMEI), I don't know why login failed.
thank you again,

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Login failed because device didn't send IMEI for some reason...

from traccar.

orutra avatar orutra commented on June 7, 2024

Hi,
I made some more test and investigation, looking into your code (Gt06ProtocolDecoder.java), It seems that GT03B may be not identical to GT06.

I copy the traccar first, then I make my comments for each message:

The traccar-server log:
2013-02-07 18:24:25 org.traccar.Main.main INFO: starting server...
2013-02-07 18:25:18 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 787811010868120100674479100b06420001a9700d0a)
2013-02-07 18:25:19 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 78780501100be3170d0a)
2013-02-07 18:25:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 78780a1380040400020002a9740d0a)
2013-02-07 18:25:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 787805130002db6a0d0a)
2013-02-07 18:27:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 78783b180d020711322200d607051700063844051700040b4405170005c94905170006cd4905170006395305170006a853051700041155ff000200039f110d0a)
2013-02-07 18:28:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 78780a1380040400020004cc420d0a)
2013-02-07 18:28:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 787805130004be5c0d0a)
2013-02-07 18:29:18 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 787819100d0207121b08c3042ef493006bce83001c000002000554d40d0a)
2013-02-07 18:30:18 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 787819100d0207121b18c3042ef409006bce23000c0000020006e2430d0a)
2013-02-07 18:31:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 78780a130004040002000778c40d0a)
2013-02-07 18:31:21 org.traccar.GenericPipelineFactory$StandardLoggingHandler.log FINE: [5023 - 95.127.179.218] - (HEX: 7878051300078cc70d0a)
2013-02-07 18:33:12 org.traccar.Main.main INFO: starting server...

My comments for that log
-First packet is an authentication sent by the GT03B
7878 11 01 0868120100674479 100b 0642 0001 a970 0d0a
header length login IMEI ('0' added in 1st place) (serial + ??) Nr of Try CRC tail

-The traccar server response:
7878 05 01 100b e317 0d0a
header length login (serial?) CRC tail

It seems that this works Ok, because the next message from GPS is a Status msd or GPS msg:

-Status MSG from GT03B
7878 0a 13 80 0404 0002 0002 a974 0d0a
header length status ¿? msg Nr CRC tail

-traccar Response (the GT06Decoder does not makenothing with MSG_TYPE=13, I don´t know what theses type of msg mean...but the sequence 04040 is repetade in TYPE 13 msgs and it seems as if 0002 0002 is a count message number (all the follwing GT03 msgs are 0002 0003, 0002 0004, 0002 0005...)
7878 05 13 0002 db6a 0d0a
header length status (result from skip data length CRC tail

-MSG sent after pressing GT03 SOS button:
7878 3b 18 0d020711322200d607051700063844051700040b4405170005c94905170006cd49051700063953051
70006a853051700041155ff 0002 0003 9f11 0d0a
Note msg type = 18
No response for this msg

-Next msg is again a Status MSG:
7878 0a 13 800404 0002 0004 cc42 0d0a
-and traccar respone:
7878 05 13 0004 be5c 0d0a

-Following 2 Msgs are Type 10 (GPS data) and following your decoder:

7878 19 10 0d 02 07 12 1b 08 c3 042ef4 9300 6bce 8300 1c00 0002 0005 54d4 0d0a
7878 19 10 0d 02 07 12 1b 18 c3 042ef4 0900 6bce 2300 0c00 0002 0006 e243 0d0a
head lgth type 13 Feb 7 18h 27min sec sats (Pos...) Nr msg CRC tail
(year 2013)

And it seems that the GT03 Position message is different from GT06, your code reads lat&long as int, which is not the case here. Note that not response from traccar is in the log file, and your decoder sends at the end of the code, just before returning the position. I think the decoder fails and that is the reason why no position is written in the database, in spite of a successful login.
In my test the GPS device was in the same position, so the msg 042ef4 - 6bce must be related with long&lat.

I hope this can help to make a GT03 decoder.

Finally I attach the wrapper.log, though I think there's nothing with it (I stoped the traccar after the test, so the TERM signal) :

STATUS | wrapper | 2013/02/07 18:24:24 | --> Wrapper Started as Daemon
STATUS | wrapper | 2013/02/07 18:24:24 | Java Service Wrapper Community Edition 32-bit 3.5.15
STATUS | wrapper | 2013/02/07 18:24:24 | Copyright (C) 1999-2012 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper | 2013/02/07 18:24:24 | http://wrapper.tanukisoftware.com
STATUS | wrapper | 2013/02/07 18:24:24 |
STATUS | wrapper | 2013/02/07 18:24:25 | Launching a JVM...
INFO | jvm 1 | 2013/02/07 18:24:25 | WrapperManager: Initializing...
INFO | jvm 1 | 2013/02/07 18:24:25 | 2013-02-07 18:24:25.778:INFO:oejs.Server:jetty-8.1.8.v20121106
INFO | jvm 1 | 2013/02/07 18:24:25 | 2013-02-07 18:24:25.845:INFO:oejw.WebInfConfiguration:Extract jar:file:/opt/traccar/traccar-web.war!/ to /tmp/jetty-0.0.0.0-8082-traccar-web.war--any-/webapp
INFO | jvm 1 | 2013/02/07 18:24:27 | 2013-02-07 18:24:27.617:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
INFO | jvm 1 | 2013/02/07 18:24:27 | Null identity service, trying login service: null
INFO | jvm 1 | 2013/02/07 18:24:27 | Finding identity service: null
INFO | jvm 1 | 2013/02/07 18:24:27 | 2013-02-07 18:24:27.655:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8082-traccar-web.war-
-any-/webapp/},/opt/traccar/traccar-web.war
INFO | jvm 1 | 2013/02/07 18:24:27 | 2013-02-07 18:24:27.655:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8082-traccar-web.war--any-/webapp/},/opt/traccar/traccar-web.war
INFO | jvm 1 | 2013/02/07 18:24:27 | 2013-02-07 18:24:27.698:INFO:oejs.AbstractConnector:Started [email protected]:8082
STATUS | wrapper | 2013/02/07 18:32:22 | TERM trapped. Shutting down.
INFO | jvm 1 | 2013/02/07 18:32:23 | 2013-02-07 18:32:23.103:INFO:oejsh.ContextHandler:stopped o.e.j.w.WebAppContext{/,file:/tmp/jetty-0.0.0.0-8082-traccar-web.war-
-any-/webapp/},/opt/traccar/traccar-web.war
STATUS | wrapper | 2013/02/07 18:32:23 | <-- Wrapper Stopped

from traccar.

orutra avatar orutra commented on June 7, 2024

I update my previous message, reading the code and development of: http://www.ural.org/track/gt06/opengts/

the message from GT03B (gps data) is (counting 1st byte as byte 1):

Header: bytes 1-2
length: byte 3
message type: byte 4
time (ye/mo/day/hr/min/sec): bytes 5- 10
satellites: byte 11
Latitude: bytes 12-15
Longitude: bytes 16-19
Speed: byte 20
Status/heading: bytes 21-22
message count?? bytes 23-26
CRC: bytes 27-28
tail: bytes 29-30

The Lat/Long are calculated from the Hex to Dec conversion and then dividing by 3000 and again dividin by 60

I hope this helps...

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Is it for message type 0x18? Where did you find it? I can't see it there...

from traccar.

vinc88 avatar vinc88 commented on June 7, 2024

Good day all...

where can I download a copy of the GT03B protocol documentation? Currently I facing problem to generate the 2 bytes CRC.

the data from the device is 78780A130006040002000336B60D0A, was unable to calculate correctly the 2 bytes CRC

Please help!

from traccar.

tananaev avatar tananaev commented on June 7, 2024

I don't know where to get documentation, but I am sure it is using same CRC method as GT06, you can find function here (crc16Ccitt) - https://github.com/tananaev/traccar/blob/master/src/org/traccar/helper/Crc.java

from traccar.

vinc88 avatar vinc88 commented on June 7, 2024

Thanks tananaev, it works now!

from traccar.

orutra avatar orutra commented on June 7, 2024

tananaev, the russian page has a zip file, where the file "TrackClientPacketHandler.java" shows the decoding of the data, it is for msg type 12, thoug I think it should be also for type 10.

from traccar.

tananaev avatar tananaev commented on June 7, 2024

I've already got protocol documentation, just need some time to implement it.

from traccar.

orutra avatar orutra commented on June 7, 2024

I would be very grateful if you could upload a copy of the protocol documentation,

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Here it is - https://docs.google.com/file/d/0B2GwK26geA9eS0RBUXlqVC1aRVE/edit?usp=sharing

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Here is JAR file to test - https://docs.google.com/file/d/0B2GwK26geA9eMWtqaTE3Ui1TZ3c/edit?usp=sharing
Port is same as GT06.

from traccar.

orutra avatar orutra commented on June 7, 2024

Thankyou very much, its working ok...

from traccar.

pac22 avatar pac22 commented on June 7, 2024

Hello Tananaev,how are you, I testing with a GT03-B, you can send me or share files for suport this model. Thanks, Cristian.

from traccar.

tananaev avatar tananaev commented on June 7, 2024

@pac22, what sort of file are you looking for? I have only protocol specifications.

from traccar.

pac22 avatar pac22 commented on June 7, 2024

Ahh, OK, I think that with this file, support for GT03-B was added when
look this post.

9b5a190

from traccar.

pac22 avatar pac22 commented on June 7, 2024

All work OK, but not data are added to DB. This are some lines in LOG:

2014-01-11 01:35:32 DEBUG: [5023 <- 186.13.2.121] - HEX: 787819100e010903230ec803ae32a60653cded00180000020072feb70d0a
2014-01-11 01:35:32 DEBUG: [5023 -> 186.13.2.121] - HEX: 78780510007247890d0a

from traccar.

tananaev avatar tananaev commented on June 7, 2024

As far as I can tell it's decoded correctly because Traccar sent response. Can you provide more lines from log file?

from traccar.

pac22 avatar pac22 commented on June 7, 2024

Yes, sure...


2014-01-11 00:47:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100129b2070d0a
2014-01-11 00:47:06 INFO: device: 3, time: Fri Jan 10 17:16:27 ART 2014, lat: -34.304343333333335, lon: -58.9753
2014-01-11 00:47:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141039c903ae32700653ce110018c80002012a6d360d0a
2014-01-11 00:47:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012a809c0d0a
2014-01-11 00:47:07 INFO: device: 3, time: Fri Jan 10 17:16:57 ART 2014, lat: -34.30434666666667, lon: -58.975298333333335
2014-01-11 00:47:59 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14111bc803ae32730653ce080018c80002012b4b010d0a
2014-01-11 00:47:59 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012b91150d0a
2014-01-11 00:47:59 INFO: device: 3, time: Fri Jan 10 17:17:27 ART 2014, lat: -34.30434833333333, lon: -58.97529333333333
2014-01-11 00:48:00 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14113ac803ae32700653ce050018c80002012c03400d0a
2014-01-11 00:48:00 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012ce5aa0d0a
2014-01-11 00:48:00 INFO: device: 3, time: Fri Jan 10 17:17:58 ART 2014, lat: -34.30434666666667, lon: -58.975291666666664
2014-01-11 00:48:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14131cc703ae322e0653cda50018d50002012d54c90d0a
2014-01-11 00:48:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012df4230d0a
2014-01-11 00:48:01 INFO: device: 3, time: Fri Jan 10 17:19:28 ART 2014, lat: -34.30431, lon: -58.97523833333333
2014-01-11 00:48:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14133ac803ae32310653cda50018d50002012e68990d0a
2014-01-11 00:48:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012ec6b80d0a
2014-01-11 00:48:02 INFO: device: 3, time: Fri Jan 10 17:19:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:48:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14141bc803ae32310653cda20018d50002012f1e440d0a
2014-01-11 00:48:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510012fd7310d0a
2014-01-11 00:48:02 INFO: device: 3, time: Fri Jan 10 17:20:27 ART 2014, lat: -34.30431166666666, lon: -58.97523666666667
2014-01-11 00:48:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14143ac903ae32310653cda20018d50002013079ef0d0a
2014-01-11 00:48:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001303f470d0a
2014-01-11 00:48:04 INFO: device: 3, time: Fri Jan 10 17:20:58 ART 2014, lat: -34.30431166666666, lon: -58.97523666666667
2014-01-11 00:48:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14151bc903ae32310653cda50018d5000201310d420d0a
2014-01-11 00:48:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001312ece0d0a
2014-01-11 00:48:05 INFO: device: 3, time: Fri Jan 10 17:21:27 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:48:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141539c903ae32310653cda50018d5000201320e050d0a787819100e010a14161cc903ae32310653cda20018d500020133c34b0d0a
2014-01-11 00:48:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001321c550d0a
2014-01-11 00:48:09 INFO: device: 3, time: Fri Jan 10 17:21:57 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:48:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001330ddc0d0a
2014-01-11 00:48:09 INFO: device: 3, time: Fri Jan 10 17:22:28 ART 2014, lat: -34.30431166666666, lon: -58.97523666666667
2014-01-11 00:48:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14163ac903ae32310653cda50018d5000201345a1a0d0a
2014-01-11 00:48:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013479630d0a
2014-01-11 00:48:10 INFO: device: 3, time: Fri Jan 10 17:22:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:48:59 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14171bc903ae32310653cda20018d5000201352eb70d0a
2014-01-11 00:48:59 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013568ea0d0a
2014-01-11 00:48:59 INFO: device: 3, time: Fri Jan 10 17:23:27 ART 2014, lat: -34.30431166666666, lon: -58.97523666666667
2014-01-11 00:49:00 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14173ac903ae32310653cda50018d50002013681ef0d0a
2014-01-11 00:49:00 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001365a710d0a
2014-01-11 00:49:00 INFO: device: 3, time: Fri Jan 10 17:23:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:00 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14181cc903ae32310653cda50018d500020137e45e0d0a
2014-01-11 00:49:00 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001374bf80d0a
2014-01-11 00:49:00 INFO: device: 3, time: Fri Jan 10 17:24:28 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14183ac903ae32310653cda50018d5000201386d490d0a
2014-01-11 00:49:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100138b30f0d0a
2014-01-11 00:49:01 INFO: device: 3, time: Fri Jan 10 17:24:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14191bc903ae32310653cda50018d50002013985ea0d0a
2014-01-11 00:49:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100139a2860d0a
2014-01-11 00:49:02 INFO: device: 3, time: Fri Jan 10 17:25:27 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14193ac903ae32310653cda50018d50002013ab6bc0d0a
2014-01-11 00:49:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013a901d0d0a
2014-01-11 00:49:03 INFO: device: 3, time: Fri Jan 10 17:25:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141a1cc903ae32310653cda80018d50002013b6d300d0a
2014-01-11 00:49:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013b81940d0a
2014-01-11 00:49:04 INFO: device: 3, time: Fri Jan 10 17:26:28 ART 2014, lat: -34.30431166666666, lon: -58.97524
2014-01-11 00:49:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141a3ac903ae32310653cda80018d50002013c686f0d0a
2014-01-11 00:49:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013cf52b0d0a
2014-01-11 00:49:05 INFO: device: 3, time: Fri Jan 10 17:26:58 ART 2014, lat: -34.30431166666666, lon: -58.97524
2014-01-11 00:49:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141b1cc803ae32310653cda80018d50002013d7ef10d0a
2014-01-11 00:49:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013de4a20d0a
2014-01-11 00:49:06 INFO: device: 3, time: Fri Jan 10 17:27:28 ART 2014, lat: -34.30431166666666, lon: -58.97524
2014-01-11 00:49:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141b3ac903ae32310653cda50018d50002013e09470d0a
2014-01-11 00:49:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510013ed6390d0a
2014-01-11 00:49:07 INFO: device: 3, time: Fri Jan 10 17:27:58 ART 2014, lat: -34.30431166666666, lon: -58.97523833333333
2014-01-11 00:49:22 DEBUG: [5023 <- 186.13.4.184] - HEX: 78780a130004030002013fec0b0d0a
2014-01-11 00:49:22 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780513013f28d40d0a
2014-01-11 00:50:00 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022c25c703ae33780653ce6500180000020140f4ee0d0a
2014-01-11 00:50:00 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001404cc00d0a
2014-01-11 00:50:00 INFO: device: 3, time: Wed Jan 08 23:44:37 ART 2014, lat: -34.30449333333333, lon: -58.975345
2014-01-11 00:50:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022d07c803ae33810653ce5000180000020141fc430d0a
2014-01-11 00:50:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001415d490d0a
2014-01-11 00:50:01 INFO: device: 3, time: Wed Jan 08 23:45:07 ART 2014, lat: -34.304498333333335, lon: -58.97533333333333
2014-01-11 00:50:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022d25c803ae33690653ce3e00180000020142c4f40d0a
2014-01-11 00:50:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001426fd20d0a
2014-01-11 00:50:02 INFO: device: 3, time: Wed Jan 08 23:45:37 ART 2014, lat: -34.304485, lon: -58.975323333333336
2014-01-11 00:50:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022e07c803ae336f0653ce2f0018000002014338930d0a
2014-01-11 00:50:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001437e5b0d0a
2014-01-11 00:50:03 INFO: device: 3, time: Wed Jan 08 23:46:07 ART 2014, lat: -34.30448833333333, lon: -58.975315
2014-01-11 00:50:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022e25c803ae33420653ce0e00182700020144bb8d0d0a
2014-01-11 00:50:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001440ae40d0a
2014-01-11 00:50:04 INFO: device: 3, time: Wed Jan 08 23:46:37 ART 2014, lat: -34.30446333333333, lon: -58.975296666666665
2014-01-11 00:50:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022f07c803ae33300653cdff001827000201451caf0d0a
2014-01-11 00:50:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001451b6d0d0a
2014-01-11 00:50:05 INFO: device: 3, time: Wed Jan 08 23:47:07 ART 2014, lat: -34.304453333333335, lon: -58.97528833333333
2014-01-11 00:50:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109022f25c803ae33390653ce0e0018270002014684720d0a
2014-01-11 00:50:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014629f60d0a
2014-01-11 00:50:06 INFO: device: 3, time: Wed Jan 08 23:47:37 ART 2014, lat: -34.304458333333336, lon: -58.975296666666665
2014-01-11 00:50:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109023006c803ae333c0653ce170018270002014730270d0a
2014-01-11 00:50:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100147387f0d0a
2014-01-11 00:50:07 INFO: device: 3, time: Wed Jan 08 23:48:06 ART 2014, lat: -34.30446, lon: -58.97530166666667
2014-01-11 00:50:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109023905c703ae31dd0653cd1e00186a0002014886a30d0a
2014-01-11 00:50:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100148c0880d0a
2014-01-11 00:50:08 INFO: device: 3, time: Wed Jan 08 23:57:05 ART 2014, lat: -34.304265, lon: -58.975163333333334
2014-01-11 00:50:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109023923c803ae31ef0653cd4800186a000201491ba60d0a
2014-01-11 00:50:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100149d1010d0a
2014-01-11 00:50:09 INFO: device: 3, time: Wed Jan 08 23:57:35 ART 2014, lat: -34.304275, lon: -58.975186666666666
2014-01-11 00:51:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141e0cc703ae320d0653cdea0018eb0002014a7ae20d0a
2014-01-11 00:51:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014ae39a0d0a
2014-01-11 00:51:01 INFO: device: 3, time: Fri Jan 10 17:30:12 ART 2014, lat: -34.304291666666664, lon: -58.975276666666666
2014-01-11 00:51:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141e2ac903ae31f80653cdc30018eb0002014b25f30d0a
2014-01-11 00:51:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014bf2130d0a
2014-01-11 00:51:02 INFO: device: 3, time: Fri Jan 10 17:30:42 ART 2014, lat: -34.30428, lon: -58.975255
2014-01-11 00:51:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141f0dc903ae31f80653cdc00018eb0002014c42940d0a
2014-01-11 00:51:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014c86ac0d0a
2014-01-11 00:51:03 INFO: device: 3, time: Fri Jan 10 17:31:13 ART 2014, lat: -34.30428, lon: -58.975253333333335
2014-01-11 00:51:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a141f2bc903ae31f80653cdc00018eb0002014d22fd0d0a
2014-01-11 00:51:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014d97250d0a
2014-01-11 00:51:04 INFO: device: 3, time: Fri Jan 10 17:31:43 ART 2014, lat: -34.30428, lon: -58.975253333333335
2014-01-11 00:51:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14200dc903ae31f80653cdc00018eb0002014e77de0d0a
2014-01-11 00:51:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014ea5be0d0a
2014-01-11 00:51:05 INFO: device: 3, time: Fri Jan 10 17:32:13 ART 2014, lat: -34.30428, lon: -58.975253333333335
2014-01-11 00:51:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14202bc903ae31fb0653cdc00018eb0002014f90590d0a
2014-01-11 00:51:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510014fb4370d0a
2014-01-11 00:51:06 INFO: device: 3, time: Fri Jan 10 17:32:43 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:51:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14210cc903ae31fb0653cdc00018eb00020150e1270d0a
2014-01-11 00:51:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001505c410d0a
2014-01-11 00:51:07 INFO: device: 3, time: Fri Jan 10 17:33:12 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:51:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14212ac803ae31fb0653cdc00018eb000201510f5e0d0a
2014-01-11 00:51:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001514dc80d0a
2014-01-11 00:51:08 INFO: device: 3, time: Fri Jan 10 17:33:42 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:51:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14220cc803ae31fb0653cdc00018eb000201524d1d0d0a
2014-01-11 00:51:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001527f530d0a
2014-01-11 00:51:09 INFO: device: 3, time: Fri Jan 10 17:34:12 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:51:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14222bc903ae31fb0653cdc00018eb00020153b36b0d0a
2014-01-11 00:51:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001536eda0d0a
2014-01-11 00:51:10 INFO: device: 3, time: Fri Jan 10 17:34:43 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:52:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14230dc903ae31fb0653cdc00018eb000201544ed30d0a
2014-01-11 00:52:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001541a650d0a
2014-01-11 00:52:02 INFO: device: 3, time: Fri Jan 10 17:35:13 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:52:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14232bc903ae31fb0653cdc00018eb000201552eba0d0a
2014-01-11 00:52:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001550bec0d0a
2014-01-11 00:52:02 INFO: device: 3, time: Fri Jan 10 17:35:43 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:52:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14240cc803ae31fb0653cdc00018eb0002015609490d0a
2014-01-11 00:52:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015639770d0a
2014-01-11 00:52:02 INFO: device: 3, time: Fri Jan 10 17:36:12 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:52:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14242ac903ae31fb0653cdc00018eb00020157e7300d0a
2014-01-11 00:52:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015728fe0d0a
2014-01-11 00:52:03 INFO: device: 3, time: Fri Jan 10 17:36:42 ART 2014, lat: -34.30428166666667, lon: -58.975253333333335
2014-01-11 00:52:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14250cc903ae31fb0653cdbd0018eb00020158a4640d0a
2014-01-11 00:52:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100158d0090d0a
2014-01-11 00:52:04 INFO: device: 3, time: Fri Jan 10 17:37:12 ART 2014, lat: -34.30428166666667, lon: -58.975251666666665
2014-01-11 00:52:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14252ac903ae31fb0653cdbd0018eb00020159c40d0d0a
2014-01-11 00:52:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100159c1800d0a
2014-01-11 00:52:05 INFO: device: 3, time: Fri Jan 10 17:37:42 ART 2014, lat: -34.30428166666667, lon: -58.975251666666665
2014-01-11 00:52:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14260cc903ae31fb0653cdbd0018eb0002015a864e0d0a
2014-01-11 00:52:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015af31b0d0a
2014-01-11 00:52:06 INFO: device: 3, time: Fri Jan 10 17:38:12 ART 2014, lat: -34.30428166666667, lon: -58.975251666666665
2014-01-11 00:52:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14262ac903ae31f80653cdbd0018eb0002015b61c90d0a
2014-01-11 00:52:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015be2920d0a
2014-01-11 00:52:07 INFO: device: 3, time: Fri Jan 10 17:38:42 ART 2014, lat: -34.30428, lon: -58.975251666666665
2014-01-11 00:52:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14270cc903ae31fb0653cdbd0018eb0002015c1b9f0d0a
2014-01-11 00:52:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015c962d0d0a
2014-01-11 00:52:08 INFO: device: 3, time: Fri Jan 10 17:39:12 ART 2014, lat: -34.30428166666667, lon: -58.975251666666665
2014-01-11 00:52:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14272bc903ae31fb0653cdbd0018eb0002015d6bf90d0a
2014-01-11 00:52:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510015d87a40d0a
2014-01-11 00:52:09 INFO: device: 3, time: Fri Jan 10 17:39:43 ART 2014, lat: -34.30428166666667, lon: -58.975251666666665
2014-01-11 00:52:21 DEBUG: [5023 <- 186.13.4.184] - HEX: 78780a13c004030002015edf9f0d0a
2014-01-11 00:52:21 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780513015e5a5b0d0a
2014-01-11 00:52:53 DEBUG: [5023 <- 186.13.4.184] - HEX: 787825160e010b003435cc03ae32340653cd7b0019200902d21f1bcf0045b56004020002015f36120d0a
2014-01-11 00:52:53 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780516015f726f0d0a
2014-01-11 00:52:53 INFO: device: 3, time: Fri Jan 10 21:52:53 ART 2014, lat: -34.30431333333333, lon: -58.975215
2014-01-11 00:53:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14280cc903ae31fe0653cdbd0018eb00020160658b0d0a
2014-01-11 00:53:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001606dc20d0a
2014-01-11 00:53:01 INFO: device: 3, time: Fri Jan 10 17:40:12 ART 2014, lat: -34.30428333333333, lon: -58.975251666666665
2014-01-11 00:53:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14282ac903ae31fe0653cdbd0018eb0002016105e20d0a
2014-01-11 00:53:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001617c4b0d0a
2014-01-11 00:53:02 INFO: device: 3, time: Fri Jan 10 17:40:42 ART 2014, lat: -34.30428333333333, lon: -58.975251666666665
2014-01-11 00:53:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14290ac903ae32040653cdcf0018eb000201629c220d0a
2014-01-11 00:53:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001624ed00d0a
2014-01-11 00:53:03 INFO: device: 3, time: Fri Jan 10 17:41:10 ART 2014, lat: -34.30428666666667, lon: -58.97526166666667
2014-01-11 00:53:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142928c803ae32070653cdfc0018eb00020163d2d10d0a
2014-01-11 00:53:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001635f590d0a
2014-01-11 00:53:04 INFO: device: 3, time: Fri Jan 10 17:41:40 ART 2014, lat: -34.30428833333333, lon: -58.97528666666667
2014-01-11 00:53:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142a0ac903ae32070653cdfc0018eb00020164189a0d0a
2014-01-11 00:53:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001642be60d0a
2014-01-11 00:53:05 INFO: device: 3, time: Fri Jan 10 17:42:10 ART 2014, lat: -34.30428833333333, lon: -58.97528666666667
2014-01-11 00:53:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142a29c903ae32070653cdfc0018eb0002016528c00d0a
2014-01-11 00:53:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001653a6f0d0a
2014-01-11 00:53:06 INFO: device: 3, time: Fri Jan 10 17:42:41 ART 2014, lat: -34.30428833333333, lon: -58.97528666666667
2014-01-11 00:53:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142b0bc803ae32070653cdfc0018eb000201665d700d0a
2014-01-11 00:53:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016608f40d0a
2014-01-11 00:53:07 INFO: device: 3, time: Fri Jan 10 17:43:11 ART 2014, lat: -34.30428833333333, lon: -58.97528666666667
2014-01-11 00:53:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142b28c903ae32070653cdf90018eb00020167745b0d0a
2014-01-11 00:53:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100167197d0d0a
2014-01-11 00:53:08 INFO: device: 3, time: Fri Jan 10 17:43:40 ART 2014, lat: -34.30428833333333, lon: -58.975285
2014-01-11 00:53:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142c0ac903ae32070653cdf90018eb0002016847e70d0a
2014-01-11 00:53:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100168e18a0d0a
2014-01-11 00:53:09 INFO: device: 3, time: Fri Jan 10 17:44:10 ART 2014, lat: -34.30428833333333, lon: -58.975285
2014-01-11 00:53:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109023a05c803ae32190653cd2a00186a000201695ce00d0a
2014-01-11 00:53:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100169f0030d0a
2014-01-11 00:53:10 INFO: device: 3, time: Wed Jan 08 23:58:05 ART 2014, lat: -34.304298333333335, lon: -58.97517
2014-01-11 00:54:01 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108160210c903ae32460653cd660018a10002016a32eb0d0a
2014-01-11 00:54:01 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016ac2980d0a
2014-01-11 00:54:01 INFO: device: 3, time: Wed Jan 08 19:02:16 ART 2014, lat: -34.304323333333336, lon: -58.97520333333333
2014-01-11 00:54:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010816022ec903ae326a0653cd4b0018960002016b16110d0a
2014-01-11 00:54:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016bd3110d0a
2014-01-11 00:54:02 INFO: device: 3, time: Wed Jan 08 19:02:46 ART 2014, lat: -34.304343333333335, lon: -58.975188333333335
2014-01-11 00:54:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108160311c803ae32a60653cd2a00189b0002016c25df0d0a
2014-01-11 00:54:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016ca7ae0d0a
2014-01-11 00:54:03 INFO: device: 3, time: Wed Jan 08 19:03:17 ART 2014, lat: -34.30437666666667, lon: -58.97517
2014-01-11 00:54:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010816032fc903ae32a30653cd2400189b0002016df3110d0a
2014-01-11 00:54:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016db6270d0a
2014-01-11 00:54:04 INFO: device: 3, time: Wed Jan 08 19:03:47 ART 2014, lat: -34.304375, lon: -58.97516666666667
2014-01-11 00:54:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108160411c903ae32a30653cd2100189b0002016e55050d0a
2014-01-11 00:54:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016e84bc0d0a
2014-01-11 00:54:05 INFO: device: 3, time: Wed Jan 08 19:04:17 ART 2014, lat: -34.304375, lon: -58.975165
2014-01-11 00:54:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010816042ec903ae32a30653cd1e00189b0002016ff1c00d0a
2014-01-11 00:54:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510016f95350d0a
2014-01-11 00:54:06 INFO: device: 3, time: Wed Jan 08 19:04:46 ART 2014, lat: -34.304375, lon: -58.975163333333334
2014-01-11 00:54:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108160510c803ae32a30653cd1b00189b0002017001590d0a
2014-01-11 00:54:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001707d430d0a
2014-01-11 00:54:07 INFO: device: 3, time: Wed Jan 08 19:05:16 ART 2014, lat: -34.304375, lon: -58.975161666666665
2014-01-11 00:54:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010816052ec903ae32a30653cd1800189b00020171ed690d0a
2014-01-11 00:54:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001716cca0d0a
2014-01-11 00:54:08 INFO: device: 3, time: Wed Jan 08 19:05:46 ART 2014, lat: -34.304375, lon: -58.97516
2014-01-11 00:54:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108170f05c303ae34320653ccb5001800000201727f1d0d0a
2014-01-11 00:54:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001725e510d0a
2014-01-11 00:54:09 INFO: device: 3, time: Wed Jan 08 20:15:05 ART 2014, lat: -34.30459666666667, lon: -58.975105
2014-01-11 00:54:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142e38ca03ae32460653cd8700180000020173b53d0d0a
2014-01-11 00:54:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001734fd80d0a
2014-01-11 00:54:10 INFO: device: 3, time: Fri Jan 10 17:46:56 ART 2014, lat: -34.304323333333336, lon: -58.97522166666667
2014-01-11 00:55:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142f1ac803ae32430653cd8a0018000002017426760d0a
2014-01-11 00:55:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001743b670d0a
2014-01-11 00:55:02 INFO: device: 3, time: Fri Jan 10 17:47:26 ART 2014, lat: -34.30432166666667, lon: -58.97522333333333
2014-01-11 00:55:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a142f38c903ae32430653cd8a0018000002017588330d0a
2014-01-11 00:55:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001752aee0d0a
2014-01-11 00:55:03 INFO: device: 3, time: Fri Jan 10 17:47:56 ART 2014, lat: -34.30432166666667, lon: -58.97522333333333
2014-01-11 00:55:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14301aca03ae32430653cd8a00180000020176e2020d0a
2014-01-11 00:55:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017618750d0a
2014-01-11 00:55:03 INFO: device: 3, time: Fri Jan 10 17:48:26 ART 2014, lat: -34.30432166666667, lon: -58.97522333333333
2014-01-11 00:55:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a143037ca03ae32430653cd8d00180000020177ae0c0d0a
2014-01-11 00:55:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017709fc0d0a
2014-01-11 00:55:04 INFO: device: 3, time: Fri Jan 10 17:48:55 ART 2014, lat: -34.30432166666667, lon: -58.975225
2014-01-11 00:55:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14311aca03ae32430653cd90001800000201788e300d0a
2014-01-11 00:55:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100178f10b0d0a
2014-01-11 00:55:05 INFO: device: 3, time: Fri Jan 10 17:49:26 ART 2014, lat: -34.30432166666667, lon: -58.975226666666664
2014-01-11 00:55:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a143137ca03ae32430653cd90001800000201795e300d0a
2014-01-11 00:55:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100179e0820d0a
2014-01-11 00:55:06 INFO: device: 3, time: Fri Jan 10 17:49:55 ART 2014, lat: -34.30432166666667, lon: -58.975226666666664
2014-01-11 00:55:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a143219ca03ae32430653cd900018000002017a9c0b0d0a
2014-01-11 00:55:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017ad2190d0a
2014-01-11 00:55:07 INFO: device: 3, time: Fri Jan 10 17:50:25 ART 2014, lat: -34.30432166666667, lon: -58.975226666666664
2014-01-11 00:55:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a143237c903ae32460653cd930018000002017becc80d0a
2014-01-11 00:55:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017bc3900d0a
2014-01-11 00:55:08 INFO: device: 3, time: Fri Jan 10 17:50:55 ART 2014, lat: -34.304323333333336, lon: -58.975228333333334
2014-01-11 00:55:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a14331ac903ae32460653cd930018000002017ca1190d0a
2014-01-11 00:55:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017cb72f0d0a
2014-01-11 00:55:09 INFO: device: 3, time: Fri Jan 10 17:51:26 ART 2014, lat: -34.304323333333336, lon: -58.975228333333334
2014-01-11 00:55:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a143337ca03ae32460653cd960018000002017d7c590d0a
2014-01-11 00:55:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017da6a60d0a
2014-01-11 00:55:10 INFO: device: 3, time: Fri Jan 10 17:51:55 ART 2014, lat: -34.304323333333336, lon: -58.97523
2014-01-11 00:55:20 DEBUG: [5023 <- 186.13.4.184] - HEX: 78780a13c004040002017ece410d0a
2014-01-11 00:55:20 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780513017e7b590d0a
2014-01-11 00:56:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0108170f23c303ae331b0653cf5b0219260002017fff220d0a
2014-01-11 00:56:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510017f85b40d0a
2014-01-11 00:56:02 INFO: device: 3, time: Wed Jan 08 20:15:35 ART 2014, lat: -34.30444166666667, lon: -58.97548166666667
2014-01-11 00:56:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109030033c403ae326a0653ce2900191300020180535c0d0a
2014-01-11 00:56:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001808acc0d0a
2014-01-11 00:56:03 INFO: device: 3, time: Thu Jan 09 00:00:51 ART 2014, lat: -34.304343333333335, lon: -58.97531166666667
2014-01-11 00:56:28 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109030112c803ae32d60653ce860019130002018190cb0d0a
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001819b450d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:01:18 ART 2014, lat: -34.30440333333333, lon: -58.975363333333334
2014-01-11 00:56:28 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109030130c803ae32df0653ce9500191300020182cd9d0d0a787819100e0109030212c803ae32df0653ce920019130002018370fe0d0a787819100e0109030230c803ae32dc0653ce8600191300020184ffd50d0a
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100182a9de0d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:01:48 ART 2014, lat: -34.304408333333335, lon: -58.97537166666667
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100183b8570d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:02:18 ART 2014, lat: -34.304408333333335, lon: -58.97537
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100184cce80d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:02:48 ART 2014, lat: -34.304406666666665, lon: -58.975363333333334
2014-01-11 00:56:28 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e0109030312c803ae32d90653ce770019130002018565600d0a787819100e0109030330c703ae33210653ce590018a400020186a0a70d0a787819100e0109030412c803ae33330653ce1701182a00020187ae450d0a787819100e0109030431c803ae32e20653cdc3001849000201880df90d0a
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100185dd610d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:03:18 ART 2014, lat: -34.304405, lon: -58.975355
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100186effa0d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:03:48 ART 2014, lat: -34.304445, lon: -58.97533833333333
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100187fe730d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:04:18 ART 2014, lat: -34.304455, lon: -58.97530166666667
2014-01-11 00:56:28 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018806840d0a
2014-01-11 00:56:28 INFO: device: 3, time: Thu Jan 09 00:04:49 ART 2014, lat: -34.30441, lon: -58.975255
2014-01-11 00:57:02 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150309c903ae32490653cdc3001800000201890fff0d0a
2014-01-11 00:57:02 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100189170d0d0a
2014-01-11 00:57:02 INFO: device: 3, time: Fri Jan 10 18:03:09 ART 2014, lat: -34.304325, lon: -58.975255
2014-01-11 00:57:03 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150327c903ae32430653cdb70018000002018a5a0c0d0a
2014-01-11 00:57:03 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018a25960d0a
2014-01-11 00:57:03 INFO: device: 3, time: Fri Jan 10 18:03:39 ART 2014, lat: -34.30432166666667, lon: -58.97524833333333
2014-01-11 00:57:04 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150409c703ae32400653cdae0018000002018b5c880d0a
2014-01-11 00:57:04 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018b341f0d0a
2014-01-11 00:57:04 INFO: device: 3, time: Fri Jan 10 18:04:09 ART 2014, lat: -34.30432, lon: -58.97524333333333
2014-01-11 00:57:05 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150426ca03ae323a0653cda20018000002018c652b0d0a
2014-01-11 00:57:05 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018c40a00d0a
2014-01-11 00:57:05 INFO: device: 3, time: Fri Jan 10 18:04:38 ART 2014, lat: -34.304316666666665, lon: -58.97523666666667
2014-01-11 00:57:06 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150508c903ae323a0653cd9f0018000002018db0a90d0a
2014-01-11 00:57:06 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018d51290d0a
2014-01-11 00:57:06 INFO: device: 3, time: Fri Jan 10 18:05:08 ART 2014, lat: -34.304316666666665, lon: -58.975235
2014-01-11 00:57:07 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150526c903ae323a0653cd9f0018000002018e73aa0d0a
2014-01-11 00:57:07 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018e63b20d0a
2014-01-11 00:57:07 INFO: device: 3, time: Fri Jan 10 18:05:38 ART 2014, lat: -34.304316666666665, lon: -58.975235
2014-01-11 00:57:08 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150608c903ae323a0653cd9c0018000002018f18530d0a
2014-01-11 00:57:08 DEBUG: [5023 -> 186.13.4.184] - HEX: 78780510018f723b0d0a
2014-01-11 00:57:08 INFO: device: 3, time: Fri Jan 10 18:06:08 ART 2014, lat: -34.304316666666665, lon: -58.975233333333335
2014-01-11 00:57:09 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150624ca03ae32400653cda5001800000201909b560d0a
2014-01-11 00:57:09 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001909a4d0d0a
2014-01-11 00:57:09 INFO: device: 3, time: Fri Jan 10 18:06:36 ART 2014, lat: -34.30432, lon: -58.97523833333333
2014-01-11 00:57:10 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150706ca03ae32400653cda200180000020191dfea0d0a
2014-01-11 00:57:10 DEBUG: [5023 -> 186.13.4.184] - HEX: 7878051001918bc40d0a
2014-01-11 00:57:10 INFO: device: 3, time: Fri Jan 10 18:07:06 ART 2014, lat: -34.30432, lon: -58.97523666666667
2014-01-11 00:57:11 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150724c903ae323d0653cda200180000020192a54b0d0a
2014-01-11 00:57:11 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100192b95f0d0a
2014-01-11 00:57:11 INFO: device: 3, time: Fri Jan 10 18:07:36 ART 2014, lat: -34.304318333333335, lon: -58.97523666666667
2014-01-11 00:58:11 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150806c803ae323d0653cd9f0018000002019359830d0a
2014-01-11 00:58:11 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100193a8d60d0a
2014-01-11 00:58:11 INFO: device: 3, time: Fri Jan 10 18:08:06 ART 2014, lat: -34.304318333333335, lon: -58.975235
2014-01-11 00:58:12 DEBUG: [5023 <- 186.13.4.184] - HEX: 787819100e010a150824c803ae323d0653cd9f001800000201941ce00d0a787819100e010a150907c903ae323d0653cd9f001800000201955a4d0d0a787819100e010a150924c803ae323d0653cd9f00180000020196c7150d0a787819100e010a150a06c903ae323a0653cd9c0018000002019760200d0a787819100e010a150a24ca03ae323a0653cd9c00180000020198332a0d0a787819100e010a150b06ca03ae323a0653cd99001800000201997cf90d0a787819100e010a150b24c903ae32370653cd990018000002019a6f500d0a787819100e010a150c06c903ae32370653cd990018000002019bb5920d0a787819100e010a150c24c903ae32340653cd990018000002019c771f0d0a
2014-01-11 00:58:12 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100194dc690d0a
2014-01-11 00:58:12 INFO: device: 3, time: Fri Jan 10 18:08:36 ART 2014, lat: -34.304318333333335, lon: -58.975235
2014-01-11 00:58:12 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100195cde00d0a
2014-01-11 00:58:12 INFO: device: 3, time: Fri Jan 10 18:09:07 ART 2014, lat: -34.304318333333335, lon: -58.975235
2014-01-11 00:58:12 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100196ff7b0d0a
2014-01-11 00:58:12 INFO: device: 3, time: Fri Jan 10 18:09:36 ART 2014, lat: -34.304318333333335, lon: -58.975235
2014-01-11 00:58:12 DEBUG: [5023 -> 186.13.4.184] - HEX: 787805100197eef20d0a
2014-01-11 00:58:12 INFO: device: 3, time: Fri Jan 10 18:10:06 ART 2014, lat: -34.304316666666665, lon: -58.975233333333335

from traccar.

tananaev avatar tananaev commented on June 7, 2024

Log tells me that all data was successfully written to the database.

from traccar.

pac22 avatar pac22 commented on June 7, 2024

Ok, I test in next hours on my car.
I dude, because when find historic data, not show any rows. Thanks

from traccar.

gitjaf avatar gitjaf commented on June 7, 2024

Hello tananaev, i'm too working with the GT03-B device and trying to write a program in groovy that communicates with this device and logs the data that receives from it. I have read the documentation that i could find on the device but i can't figure it out how to implement the first communication with the device.

I understand that the device, when it's first turn on, sends some data expecting a response from the server in order to start sending information, but i couldn't figure from the docs what is the exact format of the response the server has to send at that instant, because it's not pointed in there explicitly.

I've tried to send commands to change the language to English for example, but the response i've got from the device it's always the same exact code so i think it's asking me for some kind of login information from what i've read so far, but i don't know the exact structure of what my response should be.

If it is not much to ask, could you give me some pointers on how the response format should be?.
This is what the device is sending me always (when i turn it on, when i send the change to English language message, or even when i press the SOS button on the device) just in case it's some code that you recognize from the devices you have worked with.

78 78 11 01 08 64 71 70 02 39 FD 36 10 0B 12 FD 00 01 FD 30

Thanks in advance for any info you can spare and for your time. Sorry for the long message.

from traccar.

tananaev avatar tananaev commented on June 7, 2024

@gitjaf, not sure what documentation you've read, but here is the latest one I have:
https://dl.dropboxusercontent.com/s/d2603hbd8aeybrh/GT07_GPS_Tracker_Communication_Protocol_v1.4neutral.pdf

So, device sends you a login message (see 5.1. Login Message Packet) and you need to reply with corresponding message (see 5.1.2 Server Response). I think it's pretty explicit.

Let me know if you still have problems/questions.

from traccar.

gitjaf avatar gitjaf commented on June 7, 2024

@tananaev, thank you for your response, i'm sorry i didn't wrote sooner, but i wanted to try and sort out the problem before bothering you again. The documentation you gave me was very helpful, at least more than the original documentation of the device gt03b, i have figure out what was preventing me from establishing a connection with the device but i have kind of reach a dead end.

The problem now is that when i read the bytes that are send from the device some of them are wrong. For example the stop bytes should be '0d0a' but instead i read 'fd30'. I found that's because the socket connection created through the java.net.ServerSocket class accept method gives me an input and output stream to work with, and the inputStream gives me a BufferedReader through the newReader() method wich in ones of it's form accepts the charset encoding as a parameter to read the bytes.

Now the problem is that i can't find what character encoding the device is using to send the bytes. I have tried: utf-8, utf-16, utf-32, latin-1, windows-1252, big5, cp1252, ascii, gb2312, gb18030 so far and none of them gave the correct bytes. You wouldn't by any chance know what encoding they are using, or have any advice if i'm facing this problem using the wrong classes or methods?.

Thanks again in advance and sorry for bothering you.

from traccar.

tananaev avatar tananaev commented on June 7, 2024

This device is using binary protocol, what encoding are you talking about? :)

Ignore stop bytes, just use message length field to determine its size.

from traccar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.