From: Eugene Crosser Date: Wed, 16 Mar 2022 23:17:26 +0000 (+0100) Subject: add README X-Git-Tag: 0.01~63 X-Git-Url: http://www.average.org/gitweb/?p=loctrkd.git;a=commitdiff_plain;h=f3789569d00b94f5fd63cdcd2f958238985bd216 add README --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..66a2881 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# A server to collect data from zx303 GPS trackers + +zx303 GPS+GPRS module is a cheap and featureful GPS tracker for pets, +children, elderly family members, and, of course, illegal tracking +of people and objects, though the latter absolutely must not be done. + +This work is inspired by [this project](https://github.com/tobadia/petGPS), +but is more of a complete reimplementation than a derived work. + +As of the time of creation of this README, the program can successfully +collect data and store it in sqlite database, but does not use/provide +location service based on mobile cell and wifi data.