HI,
I use a TK102b, manual is here https://www.munstergps.ie/wp-content/uploads/TK102B-Manual.pdf
When GPRS is setup, I can use the command "address". I send "address123456" command to the tracker via SMS from my phone.
Few seconds later, the tracker send back to my phone a sms with position & the address (city+street name).
This function is explained at chapter 5.8 (page 8) of the manual.
Could you implement this function in traccar server ??
The tracker need to request the server in order to get the address.
Protocol is here http://docshare01.docshare.tips/files/28298/282985893.pdf
chapter 3.2.15 (page 30)
chapter 3.1.15 (page 13-14)
Tracker does a request via gprs to the server with command "BR03" and waiting for answer.
The server must reply with the command "AR03" to the tracker.
Then the tracker send sms to my phone with the address
Hope you understand what I mean.
I could do some test if you need.
Thanks in advance
Traccar doesn't support such functionality at the moment, but it should be possible to implement.
Thanks fer your answer Anton.
So, I will wait for a new release of traccar with this functionality.
keep up the great work !!
If you want it to be implemented you need to create a feature request on GitHub.
HI,
I use a TK102b, manual is here https://www.munstergps.ie/wp-content/uploads/TK102B-Manual.pdf
When GPRS is setup, I can use the command "address". I send "address123456" command to the tracker via SMS from my phone.
Few seconds later, the tracker send back to my phone a sms with position & the address (city+street name).
This function is explained at chapter 5.8 (page 8) of the manual.
Could you implement this function in traccar server ??
The tracker need to request the server in order to get the address.
Protocol is here http://docshare01.docshare.tips/files/28298/282985893.pdf
chapter 3.2.15 (page 30)
chapter 3.1.15 (page 13-14)
Tracker does a request via gprs to the server with command "BR03" and waiting for answer.
The server must reply with the command "AR03" to the tracker.
Then the tracker send sms to my phone with the address
Hope you understand what I mean.
I could do some test if you need.
Thanks in advance