I would need documentation.
Attached link to the documentation provided by the manufacturer. On page 5 talks about the format of the ack, Unfortunately it is only available in Spanish. I hope you can help me
https://drive.google.com/file/d/0BxyLoLoUUGqLZ1JYZWpsUXF5d3c/view
Funny story. I have just implemented it yesterday.
My English is not very good with sarcasm. What did you mean to tell me?
It's already implemented.
Should I download a more recent version? I'm currently using 3.10 or maybe it's another reason why it does not work for me.
There is no more recent version. You should either wait for next release, or compile it from source code if you have enough technical knowledge.
I'll try! thanks for your time.
Eh I tried to compile myself and replace tracker-server.jar but I still do not respond correctly to the ack.
I have the doubt of doing something wrong. Maybe you can compile for me, to see if the problem is solved
Thank you
I will compile it for everybody with the next release. If you need it urgently, send me an email to discuss it.
Dear, I managed to make my lantrix work with Traccar
But you have to modify some lines of your source code where
Make the ack string
I attach the lines that worked for me.
Maybe you want to add them to the next release: D
if (deviceSession != null) { if (sendResponse && channel != null) { if (messageIndex != null) { //String response = ">ACK;" + messageIndex + ";ID=" + uniqueId + ";"; //response += Checksum.nmea(response) + "<"; String response = ">ACK;ID=" + uniqueId + ";#" + messageIndex + ";"; response += "*" + Checksum.xor(response) + "<"; channel.write(response); } else { channel.write(uniqueId); } } return position; }
Saludos
Santiago Ligenza
I have already fixed a problem in ACK message.
hola buenas tarde. mi nombre es daniel y estoy armando mi servidor con traccar, mi consulta seria la siguiente, tengo conectado un lantrix t1700 3g, me figura que esta llegando la seƱal en el traccar en el archivo log pero no me aparece en online, que puerto se utiliza para el lantrix o si tengo que modificar algo desde ya muchas gracias
Podrias ser mas especifico? y colocar loque ves es tu log ?
I have a problem with a lantrix tracker, it sends the location normally but the server does not respond to the ack.
Could someone help me solve this problem?