]> zdv.bktei.com Git - EVA-2020-02.git/blobdiff - TODO.org
feat(doc/time/README):Add instructions setting up chrony client
[EVA-2020-02.git] / TODO.org
index 78b7fcfc08ee9936bb6486ea339215cc5da3a758..31380366b5fea6d4a7cfefc3197d42a8ccb12595 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -35,7 +35,42 @@ be reused to do this. It is probably not appropriate to try and
 augment ~bklog~ to handle this method of being called since it was
 written with the intention of handling continuous streams of stdout.
 
 augment ~bklog~ to handle this method of being called since it was
 written with the intention of handling continuous streams of stdout.
 
+** TODO Create automatic setup scripts for logging
+Date Created: 2021-01-25T00:21Z
+
+Create bash scripts that automatically set up a ~ninfacyzga-1~ device
+to automatically run executables in ~exec/~ according to procedures
+described in ~doc/~.
+
+*** TODO Create setup script for location logging
+Date Created: 2021-01-25T00:24Z
+
+Setting up location logging script using ~bklog~ via ~cron~ job.
+
+*** TODO Create setup script for time tracking
+Date Created: 2021-01-25T00:25Z
+
+Setting up time tracking via ~chrony~.
+
+** TODO Create scripts to store current sensor values in ~/dev/shm/~ dir
+Date Created: 2021-01-25T00:36Z
+
+Create or adjust executables so they write latest sensor values to
+~/dev/shm~ so other scripts can read values from them for other
+purposes (i.e. periodically reading and piping into ~bklog~).
+
+Ideally, the scripts should output sensor data in ~jsonline~ formatted
+to use an appropriate ontology (i.e. [[https://www.w3.org/TR/vocab-ssn/#iphone_barometer-sosa][SOSA]]). 
+
 * Finished Tasks
 * Finished Tasks
+** DONE Remove unused executables
+   CLOSED: [2021-01-25 Mon 00:07]
+Date Created: 2021-01-25T00:03Z
+
+Some unused executables are present in the ~exec/~ directory that are
+not used. An example is ~bkgpslog~ which has been superceded by
+~gpspipe | bklog~.
+
 ** DONE ~/doc/time~: Migrate from ~ntpsec~ to ~chrony~
    CLOSED: [2020-10-19 Mon 03:48]
 The ~ntpsec~ package is in the ~dfsg~ Debian repository instead of the
 ** DONE ~/doc/time~: Migrate from ~ntpsec~ to ~chrony~
    CLOSED: [2020-10-19 Mon 03:48]
 The ~ntpsec~ package is in the ~dfsg~ Debian repository instead of the
@@ -48,6 +83,7 @@ in the Debian main repository.
 ~gpsd~ documentation for communicating to ~chrony~ via
 ~/run/chrony.XXXX.sock~ and ~/run/chrony.YYYY.sock~ sockets (for GPS
 and PPS data respectively) can be found [[https://gpsd.gitlab.io/gpsd/gpsd-time-service-howto.html#_feeding_chrony_from_gpsd][here]].
 ~gpsd~ documentation for communicating to ~chrony~ via
 ~/run/chrony.XXXX.sock~ and ~/run/chrony.YYYY.sock~ sockets (for GPS
 and PPS data respectively) can be found [[https://gpsd.gitlab.io/gpsd/gpsd-time-service-howto.html#_feeding_chrony_from_gpsd][here]].
+
 *** Closing comments (bktei):
 ~chrony~ seems much simpler to configure. Its method for interfacing
 with ~gpsd~ seems simpler as well. The fact that it displays time
 *** Closing comments (bktei):
 ~chrony~ seems much simpler to configure. Its method for interfacing
 with ~gpsd~ seems simpler as well. The fact that it displays time