device notification

Arturo Negreiros2 years ago

Hi, i've got a question. Reading all the files in the main repository in the traccar github; i'm trying to understand, how can i send a command using java to the device, which protocol or which kind of address i must to use to send a command for example, eanble alarms, etc.

Track-trace2 years ago

Why dont you firstly exactly describe which brand an model tracker you are using ?

Arturo Negreiros2 years ago

Hi, i've been using the device Coban, GSM/GPRS/GPS Tracker
850/900/1800/1900Mhz

In the traccar repository, in the tools folder, using the test command, i've been trying to send de commands with python socket connection to my server. "imei:<imei number>,ac alarm ,0809231929, ,F,055403.000,A,2233.1870,N,11354.3067,E,0.00,,;"

But doesn't work for me. I don't know how to make possible the connection.