Protocol AustinNb UDP

ghost376 years ago

Hi, in out company we use a Traccar Server to work on our application. The server works great, thanks for such a tool.

We need to use AustinNb protocol and I'm wondering if it works on UDP by default or we have to modify the source code of an application to get it working? If yes, are there any examples how to do such a thing?

Anton Tananaev6 years ago

What's AustinNb protocol?

ghost376 years ago
Anton Tananaev6 years ago

It is UDP protocol.

ghost376 years ago

Ok, thank you for quick reply

ghost376 years ago

I have a problem with this protocol. I'm trying to send position data with an UDP packet to a port with number 5158, but with no reaction on the server side. No logs are shown about connection or errors and also no data is written to a database. I've added a firewall rule for this port and also tried to change port in configuration file to other one but with no result.

What can be the problem ?

Anton Tananaev6 years ago

I have just verified that Traccar accepts UDP packets on port 5158 and logs HEX correctly, so there must be some issue on your end.