Listening datas from gps tracker/android app

strejcradis9 years ago

Hi guys,

Im wondering how to write own C#/C++ program to listen data sended by gps tracker/android app, could anybody help me or anybody got his own code example? Share it with me/us please!

:-)

Anton Tananaev9 years ago

You can find Java code here:

https://github.com/tananaev/traccar

There are many different protocols. Which ones do you want to implement? For example, Traccar Client uses HTTP-based protocol. Most GPS tracking devices use TCP-based protocols.