Hi there. I want to send EGTS data to traccar. I see that this protocol is supported. My server successfully receiving lacak data via curl and I'm seeing the correct logs. However, now I tried to send EGTS data and failed. I took the data from tests. Here is the command I'm using:
echo "0100020B0025003A5701C91A003A5701CD6E68490202101700CBB4740F7617FD924364104F116A0000000000010300001EC2" | netcat localhost 5162
Am I doing something wrong? I don't see anything in the logs
You should see something in the logs, but you also can't just send a single location sample. This protocol requires a "login" message first.
Where can I read about the login message? Can I find it somewhere in the code?
You can read about it in the protocol documentation.
Hi there. I want to send EGTS data to traccar. I see that this protocol is supported. My server successfully receiving lacak data via curl and I'm seeing the correct logs. However, now I tried to send EGTS data and failed. I took the data from tests. Here is the command I'm using:
echo "0100020B0025003A5701C91A003A5701CD6E68490202101700CBB4740F7617FD924364104F116A0000000000010300001EC2" | netcat localhost 5162
Am I doing something wrong? I don't see anything in the logs