EVA-2020-02.git
4 years agofeat(doc/time/README):Replace ntpsec/ntp with chrony
Steven Baltakatei Sandoval [Sat, 17 Oct 2020 23:32:33 +0000 (23:32 +0000)]
feat(doc/time/README):Replace ntpsec/ntp with chrony

Change initial startup procedures so that `chrony` is used instead of
`ntp` or `ntpsec`. `chrony` seems to be more appropriate for devices
that may experience intermittent unexpected shutdowns which
~ninfacyzga-1~ devices now currently experience (being basically
internet-of-things devices).

4 years agofix(doc/setup/README):Add more details for SSH login
Steven Baltakatei Sandoval [Sat, 17 Oct 2020 21:24:41 +0000 (21:24 +0000)]
fix(doc/setup/README):Add more details for SSH login

Note commands to be used when setting up multiple newly formatted
Raspberry Pi OS SD cards; the default hostname causes `ssh` to
complain.

4 years agochore(README):Update main readme.
Steven Baltakatei Sandoval [Fri, 16 Oct 2020 23:10:42 +0000 (23:10 +0000)]
chore(README):Update main readme.

4 years agochore(doc/location):Remove old exported README cruft
Steven Baltakatei Sandoval [Fri, 16 Oct 2020 22:44:59 +0000 (22:44 +0000)]
chore(doc/location):Remove old exported README cruft

4 years agoMerge branch 'feature/bash-logging-filter/BK-2020-02' of https://zdv2.bktei.com/gitwe...
Steven Baltakatei Sandoval [Fri, 16 Oct 2020 22:41:44 +0000 (22:41 +0000)]
Merge branch 'feature/bash-logging-filter/BK-2020-02' of https://zdv2.bktei.com/gitweb/ninfacyzga-01 into feature/bash-logging-filter/BK-2020-02

4 years agodoc(doc/time):Document time tracking setup
Steven Baltakatei Sandoval [Fri, 16 Oct 2020 22:34:02 +0000 (22:34 +0000)]
doc(doc/time):Document time tracking setup

Also:

- Add TODO item to use `chrony` instead of `ntpsec`

- Modify `/doc/setup/README.org` to note need to disable bluetooth

- Modify `/doc/location/README.org` to note possible need to modify
`gpsd` configuration file again in order to provide ~pps~ signal to a
time tracking program such as ~ntpsec~.

4 years agoMerge branch 'develop' into feature/time-server/EVA-2020-02
Steven Baltakatei Sandoval [Tue, 13 Oct 2020 18:38:03 +0000 (18:38 +0000)]
Merge branch 'develop' into feature/time-server/EVA-2020-02

4 years agodoc(time):Prpeare update for README
Steven Baltakatei Sandoval [Tue, 13 Oct 2020 18:37:15 +0000 (18:37 +0000)]
doc(time):Prpeare update for README

4 years agodoc(time/README):Add working ntp.conf file and refs
Steven Baltakatei Sandoval [Mon, 12 Oct 2020 22:22:47 +0000 (22:22 +0000)]
doc(time/README):Add working ntp.conf file and refs

4 years agodoc(setup):Note need to install gpsbabel
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 18:14:14 +0000 (18:14 +0000)]
doc(setup):Note need to install gpsbabel

4 years agodoc(location/README):Note how to enable serial port for gpsd
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 18:03:17 +0000 (18:03 +0000)]
doc(location/README):Note how to enable serial port for gpsd

4 years agofix(exec/bklog):Fix missing semicolon
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:57:37 +0000 (00:57 +0000)]
fix(exec/bklog):Fix missing semicolon

4 years agofix(exec/bklog):Fix --no-store-raw option
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:56:05 +0000 (00:56 +0000)]
fix(exec/bklog):Fix --no-store-raw option

Removed extra `shift`.

4 years agodoc(setup):Note how to connect remotely to Syncthing WebUI
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:50:29 +0000 (00:50 +0000)]
doc(setup):Note how to connect remotely to Syncthing WebUI

4 years agodoc(setup):Note how to start syncthing automatically
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:38:11 +0000 (00:38 +0000)]
doc(setup):Note how to start syncthing automatically

4 years agodoc(setup):Note how to change time zone
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:33:19 +0000 (00:33 +0000)]
doc(setup):Note how to change time zone

4 years agochore(exec):Clean up dirs for age exec
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:24:08 +0000 (00:24 +0000)]
chore(exec):Clean up dirs for age exec

4 years agoexec(age):Add binary for linux-arm version of age
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:22:22 +0000 (00:22 +0000)]
exec(age):Add binary for linux-arm version of age

4 years agodoc(location):Update README
Steven Baltakatei Sandoval [Thu, 8 Oct 2020 00:18:20 +0000 (00:18 +0000)]
doc(location):Update README

4 years agodoc(setup):Update README with physical setup
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 23:53:25 +0000 (23:53 +0000)]
doc(setup):Update README with physical setup

4 years agodoc(setup):Update README with SSH, git, and age details
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 23:46:16 +0000 (23:46 +0000)]
doc(setup):Update README with SSH, git, and age details

4 years agofeat(exec):Add age binary
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 23:13:19 +0000 (23:13 +0000)]
feat(exec):Add age binary

Obtained from https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta2

4 years agodoc(setup):Use zdv2.bktei.com instead of gitlab.com for repo
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 23:11:40 +0000 (23:11 +0000)]
doc(setup):Use zdv2.bktei.com instead of gitlab.com for repo

4 years agodoc(various):Move common setup instructions to dedicatd README
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 23:09:29 +0000 (23:09 +0000)]
doc(various):Move common setup instructions to dedicatd README

Move common setup instructions from `location` to a `setup/README.org`
file.

Note: Not all instructions moved over yet

4 years agochore(doc/time):Add ref for PiZ time server setup
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 17:50:37 +0000 (17:50 +0000)]
chore(doc/time):Add ref for PiZ time server setup

4 years agochore(doc/time):Update README
Steven Baltakatei Sandoval [Wed, 7 Oct 2020 17:45:10 +0000 (17:45 +0000)]
chore(doc/time):Update README

4 years agodoc(time):Create README for time server setup
Steven Baltakatei Sandoval [Sat, 25 Jul 2020 19:35:07 +0000 (19:35 +0000)]
doc(time):Create README for time server setup

Start documentation process for making `ninfacyzga-01` a time server
that uses satellite GPS data.

4 years agodoc(location):Add NMEA sentence descrip; bklog:init time style
Steven Baltakatei Sandoval [Thu, 23 Jul 2020 21:58:09 +0000 (21:58 +0000)]
doc(location):Add NMEA sentence descrip; bklog:init time style

4 years agodoc(bklog-plan): Add TODO feature: config file parsing
Steven Baltakatei Sandoval [Mon, 20 Jul 2020 03:45:46 +0000 (03:45 +0000)]
doc(bklog-plan): Add TODO feature: config file parsing

4 years agofeat(README):Convert main README to org file from markdown
Steven Baltakatei Sandoval [Thu, 16 Jul 2020 01:01:44 +0000 (01:01 +0000)]
feat(README):Convert main README to org file from markdown

4 years agodoc(bklog-plan):Note possible future feature: user config file
Steven Baltakatei Sandoval [Wed, 15 Jul 2020 23:51:21 +0000 (23:51 +0000)]
doc(bklog-plan):Note possible future feature: user config file

4 years agofix(bklog):Update plan, bump version (bklog working)
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 22:27:50 +0000 (22:27 +0000)]
fix(bklog):Update plan, bump version (bklog working)

Complete fix for `bklog` duration string bug.

4 years agofix(bklog):Fix initial edge case bug in duration time
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 19:47:38 +0000 (19:47 +0000)]
fix(bklog):Fix initial edge case bug in duration time

4 years agofix(bklog):Fix flip-flopped buffer start/end timestamps
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 19:40:03 +0000 (19:40 +0000)]
fix(bklog):Fix flip-flopped buffer start/end timestamps

4 years agodebug(bklog):Testing duration code
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 17:23:40 +0000 (17:23 +0000)]
debug(bklog):Testing duration code

4 years agodebug(bklog):Debugging duration code
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 17:20:42 +0000 (17:20 +0000)]
debug(bklog):Debugging duration code

4 years agofix(bklog):Fix gap in duration times
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 16:58:48 +0000 (16:58 +0000)]
fix(bklog):Fix gap in duration times

Gap caused by not accounting for synchronous calcs between timestamps
marking duration. Using method planned in `bklog-plan.org`.

4 years agofix(bklog):timeDuration():Fix duration 0 error.
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 03:23:37 +0000 (03:23 +0000)]
fix(bklog):timeDuration():Fix duration 0 error.

Duration of "0" was erroneously being converted to "P" instead of
"PT0S".

4 years agodoc(bklog-plan):Add TODO item:account for input script failure
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 03:08:18 +0000 (03:08 +0000)]
doc(bklog-plan):Add TODO item:account for input script failure

4 years agoMerge branch 'develop' into feature/bash-logging-filter/BK-2020-02
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 03:00:09 +0000 (03:00 +0000)]
Merge branch 'develop' into feature/bash-logging-filter/BK-2020-02

4 years agodebug(bklog):Fix SECONDS advancing
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 02:44:05 +0000 (02:44 +0000)]
debug(bklog):Fix SECONDS advancing

4 years agodebug(bklog):Add minor debug msg
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 02:39:33 +0000 (02:39 +0000)]
debug(bklog):Add minor debug msg

4 years agodebug(bklog):Add debug messages
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 02:31:40 +0000 (02:31 +0000)]
debug(bklog):Add debug messages

bklog is malfunctioning. Adding debug messages.

4 years agofix(bklog):Fix buffer drift via SECONDS
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 02:08:49 +0000 (02:08 +0000)]
fix(bklog):Fix buffer drift via SECONDS

==Change 1==
Fix drift in when bklog starts reading data via `while read` by
enforcing buffer termination when SECONDS (script variable that
increments every second) rises above a number determined by the
current bufferRound number and bufferTTL.

==Change 2==
Also initially advance SECONDS so it aligns with the remainder of
dividing the current seconds remaining in the day by bufferTTL. The
result should be that, if the user specifies a bufferTTL value that is
a clean fraction of a time element (ex: a bufferTTL of 5 minutes = 300
seconds), then each buffer round should start at a clean fraction of
absolute time with respect to the day (ex: 02:05, 02:10, 02:15,
etc.). This may assist searching through saved files since instead of
files named:

20200714T000019+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T000521+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T001023+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T001525+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T002027+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T002529+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T003031+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T003533+0000--PT5M0S..hostname_location.nmea.gz.age

they will be named something more like:

20200714T000000+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T000500+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T001000+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T001500+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T002000+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T002500+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T003000+0000--PT5M0S..hostname_location.nmea.gz.age
20200714T003500+0000--PT5M0S..hostname_location.nmea.gz.age

==Change 3==

Fix how the ISO-8601 duration string is calculated. Instead of using a
fixed value of `bufferTTL` seconds, record the epoch start and end
times (in seconds since 1970-01-01) of the main data gathering loop
and then calculate the difference. Now, actual deviations in buffer
gathering durations (ex: the first buffer round will likely be shorter
than a normal one) will be accurately represented.

4 years agodoc(bklog-plan):Add TODO task: correct drift of SECONDS
Steven Baltakatei Sandoval [Tue, 14 Jul 2020 01:03:27 +0000 (01:03 +0000)]
doc(bklog-plan):Add TODO task: correct drift of SECONDS

4 years agofix(bklog):Add 2nd try to checkMakeTar() if tar --list fails
Steven Baltakatei Sandoval [Mon, 13 Jul 2020 22:31:14 +0000 (22:31 +0000)]
fix(bklog):Add 2nd try to checkMakeTar() if tar --list fails

4 years agodoc(exec):Create coding plan for bklog, retire bkgpslog plan
Steven Baltakatei Sandoval [Sun, 12 Jul 2020 21:35:16 +0000 (21:35 +0000)]
doc(exec):Create coding plan for bklog, retire bkgpslog plan

Create coding plan for `bklog` at `exec/bklog-plan.org`.

Retire coding plan for `bkgpslog` at `exec/bkgpslog-plan.org`.

4 years agodoc(bklog):Update location readme with bklog details
Steven Baltakatei Sandoval [Sun, 12 Jul 2020 21:05:23 +0000 (21:05 +0000)]
doc(bklog):Update location readme with bklog details

4 years agochore(bklog):Update vbm() to include script name
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 09:28:00 +0000 (09:28 +0000)]
chore(bklog):Update vbm() to include script name

4 years agofix(pressure):bmp388.py:Make executable
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 09:09:31 +0000 (09:09 +0000)]
fix(pressure):bmp388.py:Make executable

4 years agodoc(pressure):Note python-smbus dependency for bmp388.py script
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 08:51:45 +0000 (08:51 +0000)]
doc(pressure):Note python-smbus dependency for bmp388.py script

4 years agofeat(pressure):Add python script for outputting pressure to stdout
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 08:42:46 +0000 (08:42 +0000)]
feat(pressure):Add python script for outputting pressure to stdout

4 years agofix(bklog):Fix debug and status messages
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 08:23:00 +0000 (08:23 +0000)]
fix(bklog):Fix debug and status messages

4 years agotest(bklog):Uncomment cleanup line since script functional
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 08:02:18 +0000 (08:02 +0000)]
test(bklog):Uncomment cleanup line since script functional

Use of appendFileTar() to append a file to a tar using the file's same
location as a temporary working file caused problems. More direct
'eval' command string formation and 'tar --append' usage solved empty
file problem.

4 years agodebug(bklog):Test tar --append
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:54:48 +0000 (07:54 +0000)]
debug(bklog):Test tar --append

4 years agodebug(bklog):Test more direct tar --append operation
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:51:48 +0000 (07:51 +0000)]
debug(bklog):Test more direct tar --append operation

4 years agochore(bklog):Bump version for recent commit change.
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:37:04 +0000 (07:37 +0000)]
chore(bklog):Bump version for recent commit change.

4 years agofix(bklog):Add missing appendArgTar() function
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:35:43 +0000 (07:35 +0000)]
fix(bklog):Add missing appendArgTar() function

Note:Used by magicWriteVersion() function.

4 years agodebug(bklog):Fix version appending; test filewrite change
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:33:28 +0000 (07:33 +0000)]
debug(bklog):Fix version appending; test filewrite change

4 years agodebug(bklog):Debugging write command
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 07:10:45 +0000 (07:10 +0000)]
debug(bklog):Debugging write command

Note: bklog appending appropriately named files to tar but they are
all empty.

4 years agodebug(bklog):Add debug msgs in magicParseProcessStrings
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 06:43:07 +0000 (06:43 +0000)]
debug(bklog):Add debug msgs in magicParseProcessStrings

Add debug msgs to try and debug error in procStrings and procFileExts
arrays.

4 years agofix(bklog):Fix how procStrings and procFileExts arrays assembled
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 06:39:19 +0000 (06:39 +0000)]
fix(bklog):Fix how procStrings and procFileExts arrays assembled

Default raw data was not being included in output file processing
since procStrings and procFileExts arrays were being completely
overwritten instead of being appended by argProcStrings array
assembled in magicParseProcessStrings() function.

4 years agostyle(bklog):Combine functions that parse '-r' and '-R'
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 06:21:32 +0000 (06:21 +0000)]
style(bklog):Combine functions that parse '-r' and '-R'

Combine functions magicParseRecipientArgs() and
magicParseRecipientDir() into magicParseRecipients().

Group showUsage() function with other script-specific functions.

4 years agodebug(bklog):Format DEBUG messages to align better
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 05:00:08 +0000 (05:00 +0000)]
debug(bklog):Format DEBUG messages to align better

4 years agodebug(bklog):Add debug msgs to write function
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:58:57 +0000 (04:58 +0000)]
debug(bklog):Add debug msgs to write function

4 years agodebug(bklog):Add various debug msgs with function names
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:51:21 +0000 (04:51 +0000)]
debug(bklog):Add various debug msgs with function names

4 years agofix(bklog):Add missing function dateTimeShort()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:32:26 +0000 (04:32 +0000)]
fix(bklog):Add missing function dateTimeShort()

4 years agotest(bklog):Add debug message in main loop
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:30:51 +0000 (04:30 +0000)]
test(bklog):Add debug message in main loop

4 years agotest(bklog):Add debug messages in magic functions
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:24:41 +0000 (04:24 +0000)]
test(bklog):Add debug messages in magic functions

4 years agodebug(bklog):Remove debug msgs from main loop
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:17:53 +0000 (04:17 +0000)]
debug(bklog):Remove debug msgs from main loop

4 years agofix(bklog):Convert debug echos into vbm()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:16:03 +0000 (04:16 +0000)]
fix(bklog):Convert debug echos into vbm()

4 years agofix(bklog):Add missing functions, remove ref to removed func
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:13:32 +0000 (04:13 +0000)]
fix(bklog):Add missing functions, remove ref to removed func

+checkMakeTar()
+timeUntilNextDay()
+timeUntilNextHour()

-magicParseStoreRaw() ref

4 years agofix(bklog):Fix boolean '-' test in magicParseProcessStrings()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:10:40 +0000 (04:10 +0000)]
fix(bklog):Fix boolean '-' test in magicParseProcessStrings()

4 years agotest(bklog):Add debug msg to magicParseProcessStrings()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:07:18 +0000 (04:07 +0000)]
test(bklog):Add debug msg to magicParseProcessStrings()

4 years agotest(bklog):Add debug msgs to magicParseProcessStrings()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:04:49 +0000 (04:04 +0000)]
test(bklog):Add debug msgs to magicParseProcessStrings()

4 years agofix(bklog):Add missing validateInput()
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 04:01:45 +0000 (04:01 +0000)]
fix(bklog):Add missing validateInput()

4 years agofix(bklog):Add missing checkAgePubkey(), reorder functions
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 03:59:12 +0000 (03:59 +0000)]
fix(bklog):Add missing checkAgePubkey(), reorder functions

4 years agochore(bklog):Remove extraneous echoerr references
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 03:53:01 +0000 (03:53 +0000)]
chore(bklog):Remove extraneous echoerr references

4 years agotest(bklog):Minor usage correction
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 03:46:45 +0000 (03:46 +0000)]
test(bklog):Minor usage correction

4 years agofix(bklog):Add missing function timeDuration() from bkgpslog
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 01:19:19 +0000 (01:19 +0000)]
fix(bklog):Add missing function timeDuration() from bkgpslog

Rearrange function declarations

4 years agofeat(bklog):Copy bkgpslog functions, rewrite main
Steven Baltakatei Sandoval [Sat, 11 Jul 2020 01:11:02 +0000 (01:11 +0000)]
feat(bklog):Copy bkgpslog functions, rewrite main

4 years agoMerge branch 'develop' into feature/bash-logging-filter/BK-2020-02
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 05:42:25 +0000 (05:42 +0000)]
Merge branch 'develop' into feature/bash-logging-filter/BK-2020-02

4 years agostyle(bkgpslog):Change VAR_NAMES to varNames
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 05:29:19 +0000 (05:29 +0000)]
style(bkgpslog):Change VAR_NAMES to varNames

Change all-caps variable names to mix of lowercase and uppercase names
in order to avoid naming conflicts with environment variables.

Ref: https://mywiki.wooledge.org/BashGuide/InputAndOutput

4 years agochore(bkgpslog):Change allcaps varnames to lower/uppercase
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 02:44:45 +0000 (02:44 +0000)]
chore(bkgpslog):Change allcaps varnames to lower/uppercase

4 years agochore(bklog):Add more metadata
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 02:32:50 +0000 (02:32 +0000)]
chore(bklog):Add more metadata

4 years agofeat(bklog):Add metadata, version
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 02:26:56 +0000 (02:26 +0000)]
feat(bklog):Add metadata, version

4 years agofeat(bklog):Create barebones logging script for general logger
Steven Baltakatei Sandoval [Fri, 10 Jul 2020 02:10:29 +0000 (02:10 +0000)]
feat(bklog):Create barebones logging script for general logger

4 years agofix(bkgpslog):Recreate working dir if missing
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 23:59:56 +0000 (23:59 +0000)]
fix(bkgpslog):Recreate working dir if missing

4 years agotest(bkgpslog):Add sticky bit to DIR_TMP
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 23:51:32 +0000 (23:51 +0000)]
test(bkgpslog):Add sticky bit to DIR_TMP

Add debug message when DIR_TMP removal is completed.

4 years agostyle(bkgpslog):Minor boilerplate modification
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 20:32:00 +0000 (20:32 +0000)]
style(bkgpslog):Minor boilerplate modification

4 years agofix(bkgpslog):Fix PATHOUT_TAR filename dateShort() call
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 20:10:47 +0000 (20:10 +0000)]
fix(bkgpslog):Fix PATHOUT_TAR filename dateShort() call

4 years agotest(bkgpslog):Test date format bug
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 19:47:15 +0000 (19:47 +0000)]
test(bkgpslog):Test date format bug

4 years agotest(bkgpslog):Add debug messages
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 18:55:21 +0000 (18:55 +0000)]
test(bkgpslog):Add debug messages

Bug still exists if `bkgpslog` run by cron instead of directly by
user.

4 years agotest(bkgpslog):Minor debug msg
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 13:38:43 +0000 (13:38 +0000)]
test(bkgpslog):Minor debug msg

4 years agotest(bkgpslog):Add debug tests
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 12:32:25 +0000 (12:32 +0000)]
test(bkgpslog):Add debug tests

4 years agochore(bkgpslog):Minor verbose message fix
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 12:15:58 +0000 (12:15 +0000)]
chore(bkgpslog):Minor verbose message fix

4 years agofix(bkgpslog):Make static initial BUFFER_TTL dynamic
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 12:02:47 +0000 (12:02 +0000)]
fix(bkgpslog):Make static initial BUFFER_TTL dynamic

Static value was used during debugging but should have been made
dynamic.

4 years agochore(bkgpslog):Add minor comment
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 11:45:52 +0000 (11:45 +0000)]
chore(bkgpslog):Add minor comment

4 years agofeat(bkgpslog):Add PID control loop for buffer start sched
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 11:37:53 +0000 (11:37 +0000)]
feat(bkgpslog):Add PID control loop for buffer start sched

Add PID loop to adjust time delay between when buffer read-write jobs
are spun off in main while loop. The adjustments are made in order to
keep startup times of write jobs BUFFER_TTL seconds apart. This PID
loop calculation dynamically accounts for any future synchronous
calculations that may be added in the main while loop (including
itself).

4 years agoMerge branch 'feature/location-logging/EVA-2020-02' into develop
Steven Baltakatei Sandoval [Tue, 7 Jul 2020 11:35:36 +0000 (11:35 +0000)]
Merge branch 'feature/location-logging/EVA-2020-02' into develop