Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UDP support for tlt2h protocol (e.g. Mictrack MT710) #5307

Open
heypete opened this issue Apr 25, 2024 · 2 comments
Open

Add UDP support for tlt2h protocol (e.g. Mictrack MT710) #5307

heypete opened this issue Apr 25, 2024 · 2 comments

Comments

@heypete
Copy link

heypete commented Apr 25, 2024

Background
I have a Mictrack MT710 tracker. It is compatible with Traccar using the tlt2h protocol on TCP port 5030. The tracker can communicate using either TCP or UDP.

Problem
Traccar only supports this device (and the tlt2h protocol more broadly) using TCP, not UDP.

Due to the overhead involved with the TCP handshake, payload exchange, and connection teardown, transmitting a small quantity of data (like that from a GPS tracker) using TCP uses roughly 2x the billable data to send the same amount of payload data compared to using UDP.

Requested Feature
Implement support for UDP for this protocol/device.

Describe alternatives you've considered
Continuing to use TCP is possible, but results in higher data usage.

Additional context
I am happy to pay a financial bounty for this feature, amount TBD.

@tananaev
Copy link
Member

Do you have the documentation?

@heypete
Copy link
Author

heypete commented Apr 25, 2024

Do you have the documentation?

Certainly.

The English in the manuals is generally ok, but some parts can be somewhat unclear. I have been reading through them in detail for several days and am happy to help disambiguate them as best I can if needed.

@heypete heypete changed the title Add UDP support for tlt2h protocol (e.g. Mictrack MT710 Add UDP support for tlt2h protocol (e.g. Mictrack MT710) Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants