Data usage (bandwidth) GT06n

jaimzj9 years ago

Dear Anton,

Just wondering if you might have some input on this.

I was wondering how much (data/bandwidth does Gt06n device or any other tracking device for that matter) use per update.

Assuming a device gt06n frequency of update is set to 5 seconds, What is the payload/data size of each update.

And how much data would be consumed by the device/gsm network over a period of lets say 1 hour.

Any information on this?

Anton Tananaev9 years ago

GT06 location update message is usually less than 50 bytes long, but there is also TCP protocol overhead (20 bytes header plus connection handshake messages and acknowledgements).

So, if we take estimate of 100 bytes per message including overhead, it would be 72 KiB per hour (message every 5 seconds). Note that it's only a very rough theoretical estimate.

aminedeg8 years ago

Dear Anton.
i used your parser traccar-server to communicate with a device installed in taxi this device use GT06 protocol.My problem is that traccar use more than 100 MO to communicate between device and server in 13 days is that normal ?

Anton Tananaev8 years ago

It doesn't sounds normal. Most likely you have many reconnects and your SIM provider has a minimum unit of data if charges you for. For example, some providers always round data up to next 100KB for each connection.

aminedeg8 years ago

Is there a way to monitor the status of Traccar (runniong/stopped)? It seems that it's running many threads? how to detect the main thread?

Anton Tananaev8 years ago

Just use standard system tools to check if the process is running. It has many threads, but there is no main one.

aminedeg8 years ago

i added this line in traccar.cfg <entry key='gt06.resetDelay'>60</entry> do u think that this is the problem that make my device do soo many connections ? if yes how i can correct this bug .
thanks for your help .

aminedeg8 years ago
2016-04-13 14:24:34 DEBUG: [43DBD424: 6665 < 25.91.58.118] HEX: 78780d010358899051260191022de0eb0d0a
2016-04-13 14:24:34 DEBUG: [43DBD424: 6665 > 25.91.58.118] HEX: 78780501022d01020d0a
2016-04-13 14:24:34 DEBUG: [43DBD424: 6665 < 25.91.58.118] HEX: 78780a130406040002022e90970d0a
2016-04-13 14:24:34 DEBUG: [43DBD424: 6665 > 25.91.58.118] HEX: 78780513022e03b40d0a
2016-04-13 14:25:34  INFO: [43DBD424] timed out
2016-04-13 14:25:34  INFO: [43DBD424] disconnected
2016-04-13 14:26:41  INFO: [6F29FBFA] connected
2016-04-13 14:26:41 DEBUG: [6F29FBFA: 6665 < 25.91.58.118] HEX: 78780d01035889905126019102357c220d0a
2016-04-13 14:26:41 DEBUG: [6F29FBFA: 6665 > 25.91.58.118] HEX: 7878050102359dcb0d0a
2016-04-13 14:26:42 DEBUG: [6F29FBFA: 6665 < 25.91.58.118] HEX: 78780d01035889905126019102364eb90d0a
2016-04-13 14:26:42 DEBUG: [6F29FBFA: 6665 > 25.91.58.118] HEX: 787805010236af500d0a
2016-04-13 14:26:43 DEBUG: [6F29FBFA: 6665 < 25.91.58.118] HEX: 78780a13040604000202371dd70d0a
2016-04-13 14:26:43 DEBUG: [6F29FBFA: 6665 > 25.91.58.118] HEX: 7878051302378ef40d0a
2016-04-13 14:27:43  INFO: [6F29FBFA] timed out
2016-04-13 14:27:43  INFO: [6F29FBFA] disconnected
2016-04-13 14:27:49  INFO: [A6667E76] connected
Anton Tananaev8 years ago

Yes, that might be a problem, but real problem is your SIM card plan. For tracking devices you shouldn't be using a SIM card with minimum charge per connection.

aminedeg8 years ago

Ok, thank you for your help i will check this.