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.
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!!
Found this -> naturalsciences
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:
How can i register a device using this protocol? I am so noob.
Thanks!