]> www.average.org Git - loctrkd.git/blobdiff - README.md
rectifier: set umask for zmq publish socket
[loctrkd.git] / README.md
index 5dca14d0cc9e117b08b7734f732273ce3ddadcca..cc4848a4d53e1f3c990e63fa0bf779b39215180e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
-# A server to collect data from zx303 ZhongXun Topin Locator
+# A server to collect data from GPS Locators
 
 
-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.
+Supported:
+
+* zx303 ZhongXun Topin Locator
+  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.
+* Some watches-locators, sometimes identified as D99 or similar
 
 ## Introduction
 
 
 ## Introduction
 
@@ -149,14 +153,14 @@ less accurate.
 
 Lookaside service can be configured to use either of the options by
 assigning `backend = opencellid` or `backend = googlemaps` in the
 
 Lookaside service can be configured to use either of the options by
 assigning `backend = opencellid` or `backend = googlemaps` in the
-configuration file (`/etc/gps303.conf` by default). Then, the path to
+configuration file (`/etc/loctrkd.conf` by default). Then, the path to
 the file with the auth token needs to be specified in the `[opencellid]`
 section or `[googlemaps]` section of the configuration file respectively.
 
 Note that in both cases, the value in the configuration file needs
 to _point to the file_ that contains the token, rather than contain
 the token itself. The file needs to be readable for the user under which
 the file with the auth token needs to be specified in the `[opencellid]`
 section or `[googlemaps]` section of the configuration file respectively.
 
 Note that in both cases, the value in the configuration file needs
 to _point to the file_ that contains the token, rather than contain
 the token itself. The file needs to be readable for the user under which
-services are executed. That is the user `gps303` if this software was
+services are executed. That is the user `loctrkd` if this software was
 installed as the Debian package.
 
 This part of setup cannot be automated, because each user needs to
 installed as the Debian package.
 
 This part of setup cannot be automated, because each user needs to
@@ -176,6 +180,6 @@ owners of the terminals.
 
 ## Homepage and source
 
 
 ## Homepage and source
 
-Home page is [http://www.average.org/gps303/](http://www.average.org/gps303/)
-Get the source from the origin `git://git.average.org/gps303.git`
-or from [Github mirror](https://github.com/crosser/gps303).
+Home page is [http://www.average.org/loctrkd/](http://www.average.org/loctrkd/)
+Get the source from the origin `git://git.average.org/loctrkd.git`
+or from [Github mirror](https://github.com/crosser/loctrkd).