Overview
Geo Tracker Software is a software portion of Geo Tracker. The solution consists of several modules written in Python:
- opengpfix - a Python framework providing common components of GPS position tracking system
- gtserver - a twisted daemon intended to work with a custom hardware device using a special protocol (the hardware portion is not opened yet)
- gtapiserver - a twisted web daemon providing API for visualization clients via REST supporting GeoJSON format
- gtwebportal - a web based visualization client using Django and OpenLayers
This is a work in progress yet. It is also pushed to GitHub for general public:
http://github.com/martchukov/opengpfix
because it may be used with other hardware devices with modification of gtserver module and probably some database changes. Our wish for this is to be a general framework supporting different hardware trackers and customizable web client, but current code state is a way from this target.
Members
Manager: Anton Martchukov
Developer: Anton Martchukov, Михаил Мантулов, Сергей Коянкин
Reporter: Anton Martchukov, Dmitry Belimov, Михаил Мантулов