Verify traccar works correctly with EGTS

Muammar3 months ago

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

Anton Tananaev3 months ago

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.

Muammar3 months ago

Where can I read about the login message? Can I find it somewhere in the code?

Anton Tananaev3 months ago

You can read about it in the protocol documentation.