- 30 Apr, 2019 2 commits
-
-
Alessio Netti authored
- Textual MQTT topics working in dcdbpusher and data analytics framework - REST API still not working properly - Testing on the collectagent not performed yet
-
Alessio Netti authored
-
- 12 Apr, 2019 1 commit
-
-
Alessio Netti authored
- First step for integration of the analytics framework in the collectagent - QueryEngine and REST API integration still missing - Proper testing still to be done - Added a probe function: the global config file is scanned before initialization, and if no data analytics plugins are requested, no sensor navigator is built
-
- 25 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Auto-publish is now case insensitive with respect to the <sensor> and <group> patterns - If an invalid pattern was specified (missing <sensor> clause) the configuration is aborted - Checks for the uniqueness of sensor and group names have been temporarily dropped as they interfere with templates and entities (until we find a good solution for MQTT topics)
-
- 12 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Name uniqueness checks have been extended to sensor names and sensor groups (managed by two separate sets)
-
- 11 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Checks on MQTT topics have been made generic in the MQTTChecker singleton class under "common" - MQTT topic checks are now performed also when plugins are reloaded; if the checks fail, the plugin is cleared and left uninitialized - All sensors in a plugin not satisfying the checks are logged now, not only the first one - Fixed a minor bug that resulted in msgrates of 0 under certain compilers, due to type promotion in C++
-
- 07 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Removed dependencies from data analytics framework to dcdbpusher - Checks for correctness of MQTT topics moved to the mqttChecker shared class
-