History | View | Annotate | Download (3.84 KB)
Fix a glitch causing poor diagnostics for some errors.
Changes to permit dockerization of mqtt-gdp-gateway. Still a bit crude.
Another cut at trying to get mqtt-gdp-gateway running under Docker.
Fix a pathname glitch.
Change GDP_INSTALL_ROOT to GDP_ROOT, since all of the scripts in $gdp/adm are looking for that name. An even better choice would be GDP_RUN_ROOT, but we'll survive.
Put mqtt-gdp-gateway config files in a subdirectory of /etc/gdp.
Rationalize macro names to avoid confusion and for consistency with the base GDP code: * GDP_ROOT => GDP_INSTALL_ROOT * GDPROOT => GDP_SRC_ROOT * GDPADM => GDP_ADM
Dockerize mqtt-gdp-gateway.
Clean up mqtt-gdp-gateway compilation and convert to new API.
Fix typo in one of the messages in start-mqtt-gdp-gateway.sh.
Print broker name on idle topics to make joint logs easier to understand.
Syntax cleanup, no semantic changes.
Make more systemd friendly by properly returning exit status from mqtt-gdp-gateway rather than llogger. This was more complex than expected.
Make sure multiple mqtt-gdp-gateway instances do not overwrite their system log.
Improvements to mqtt-gdp-gateway and associated startup scripts.
Fix problem in start-mqtt-gdp-gateway.sh.
Don't auto-create logs in mqtt-gateway startup; this results in logs with the same name on different servers. Add sensor provisioning script to do this step.
Adjust llogger usage.
Inconsistency with mqtt-gdp-gateway log names.
Create empty logs on installation; miscellaneous code cleanup and consolidation.
Fix disagreement about name of mqtt-gdp-gateway broker configuration files.
Extensive rework on mqtt-gdp-gateway startup scripts. Not yet complete.
Reliability updates to start-mqtt-gdp-gateway.sh
Attempt to move mqtt-gdp-gateway toward the systemd world.
Bring the mqtt-gdp-gateway scripts up to date with what we are actually running.
Moved /uhb/mqtt-gateway* to /uhb/mqtt-gateway/*