Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
0
I am trying to implement a TCP listener that receives data from a tracking device (MT028). The device uses following protocol

GPS Tracker Transport Protocol version:V1.8_C

This listener needs to collect data (simple encoded text strings) from GPS tracking devices and store it on a database. It must accept multiple connections at the same time.

The GPS trackers sends information to the TCP/IP port of the server via GPRS.


Regards, Nikhil

What I have tried:

I have tried to use traccar server using the watch protocol but does not seem to be working. Can you please suggest any reference github project that listens this protocol
Posted
Updated 12-Mar-21 3:17am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900