I'm running Traccar via Cloudron and trying to connect a ThinxNet LMU30G600.
The CalAmp protocol uses port 5082 over UDP, so the device packets don't reach Traccar.
root@cloudron:~# tcpdump -v port 5082
17:31:47.780025 IP (tos 0x0, ttl 112, id 3, offset 0, flags [none], proto UDP (17), length 217)
lte-out-ml01.sipgatewireless.de.20510 > my.<cloudrondomain>.5082: UDP, length 189
I tried to enable TCP by !RP,2321,1,0, but the tracker responded with ERROR.
Is it possible to also expose port 5082 as UDP by configuration?