Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ulogger Android | 267 | 3 days ago | 8 | gpl-3.0 | Java | |||||
μlogger • android application for real-time collection and publishing of geolocation data | ||||||||||
Nodejs Tk102 | 112 | 4 | 2 | 2 years ago | 12 | July 17, 2021 | 1 | unlicense | JavaScript | |
DEPRECATED - Server for Xexun/Coban TK102 GPS tracker devices - Anyone want to take over this project? | ||||||||||
Backgroundlocation | 102 | 7 years ago | 2 | JavaScript | ||||||
Background Phonegap app that sends current gps location to a server. | ||||||||||
Gnsstimeserver | 90 | 23 days ago | mit | C | ||||||
WiFi-enabled GNSS (GPS, BeiDou, GLONASS, Galileo) fed NTP/RDATE server based on ESP8266/ESP32 and Arduino | ||||||||||
Petgps | 72 | 2 months ago | 6 | mit | Python | |||||
A DIY, python-based framework to set up a server and exchange TCP packets with a chinese GPS+SIM (2G) device whose communication protocol is derived from something called GT06 | ||||||||||
Chasr Server | 61 | 2 months ago | agpl-3.0 | Python | ||||||
End-To-End Encrypted GPS Tracking Service | ||||||||||
Tk102 Server | 27 | 10 years ago | gpl-3.0 | Python | ||||||
Python server for tk102-2 compatible GPS trackers. | ||||||||||
Midoze | 23 | 7 months ago | 1 | mit | Kotlin | |||||
Firmwares for Huami wearables | ||||||||||
Gpstracking | 15 | 4 years ago | gpl-2.0 | PHP | ||||||
GPS tracking system | ||||||||||
Ag_ntrip_esp | 14 | 5 years ago | 1 | gpl-3.0 | C++ | |||||
AG Rooftop controller with NTRIP client and IMU (ESP32 Controller) |
This is a very old project that contains tones of old code structures. The project was completely rewritten and is available at its own Github Repository. Furthermore, the rewritten project also contains Android Apps.
This is a GPS tracking system that allows you to track the taken paths of a client or to track the current position and movements of a client. It consists of a server component that stores all GPS data in a MySQL database and a client component that gathers the current GPS data in an interval and transmits it to the server.
The server supports multiple clients and with the help of OpenStreetMap it can show you the taken GPS data directly with the browser.
The data is transmitted via HTTPS from the client to the server. If you are interested in this project and want to write your own client (for example for Android or iOS), you just have to be able to log in via HTTP authentication and transmit "latitude", "longitude", "altitude", "utctime" and "speed" via a POST request. The server will take care of the rest (which is storing the GPS data in a database and providing an interface to work with this data).
If you are interested in this project or just want to see some screenshots from the tracking, you can visit: http://h4des.org/blog/index.php?/archives/342-Introduction-GPS-tracking-system.html