From f3789569d00b94f5fd63cdcd2f958238985bd216 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Thu, 17 Mar 2022 00:17:26 +0100 Subject: [PATCH] add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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. -- 2.43.0