Introducing NMEA devices

rmocholia year ago

Hi!
I'm trying to implement traccar for a vessel fleet. Every vessel have a couple of sensors that sends NMEA datagrams to the network (one of them are GPS sending nmea position datagrams)

Datagram example:

$PSDGPOS,27032023,090334,-003.5199115,35.8939178,348.4,1.1,1625,325.8,1.1

How can i register a device using this protocol? I am so noob.

Thanks!

Anton Tananaeva year ago

It's not a part of NMEA standard, as far as I know. So if you need to support it you would need to find the protocol documentation.

Stevea year ago

I was just able to implement Cisco routers with GPS using NMEA protocol, it uses port 5005..

I'm new to Traccar as well.. I believe all that is needed is to configure your GPS devices to send it's data to server IP address on port 5005. I also used UDP data, vs TCP..

Hope this helps!!

Nikolay a year ago

Found this -> naturalsciences