- 01 Jul, 2019 1 commit
-
-
Alessio Netti authored
- Switched internal buffers to ureading_t types to allow the SensorBase class to perform all basic overflow and wrap-around checks - Managing overflows explicitly in the SAR parser, as deltas need to be calculated beforehand
-
- 28 Jun, 2019 4 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
- Fixed install of BACNet headers on MAC OS - Fixed install_conf target in analytics
-
Micha Müller authored
-
Alessio Netti authored
- Test plugin that can be used to evaluate the performance and functionality of the query engine and unit system
-
- 27 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
- 26 Jun, 2019 2 commits
-
-
Micha Müller authored
- use std::atomic_flag based spin lock for thread safety - minor fixes and improvements
-
Micha Müller authored
-
- 25 Jun, 2019 3 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
Pusher: Caliper plugin preparations: introduce sensor mutex to allow for runtime addition of sensors
-
- 24 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
- 21 Jun, 2019 5 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
- Also fixed a few compilation warnings
-
Alessio Netti authored
- An OpenCV-based regression plugin using Random Forest models - Also added a few missing copy constructors
-
Micha Müller authored
-
Alessio Netti authored
-
- 19 Jun, 2019 6 commits
-
-
Micha Müller authored
-
Alessio Netti authored
-
Micha Müller authored
-
Alessio Netti authored
- A rather large library for machine learning, data analysis, filtering and so on, that will likely cover ALL use cases we will ever have for the data analytics framework
-
Micha Müller authored
-
Alessio Netti authored
-
- 18 Jun, 2019 6 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
- Update/improve doxygen documentation - Unify function name scheme of entity with SensorGroups - Squash some TODOs
-
Micha Müller authored
-
Micha Müller authored
- Adapt Configurators: *Introduce partial template specialization in ConfiguratorTemplate *Move common logic to ConfiguratorInterface *Update and improve doxygen documentation *Adapt all plugin configurators - Refactor printConfig of SensorGroups - Minor improvements overall
-
Micha Müller authored
-
- 17 Jun, 2019 4 commits
-
-
Micha Müller authored
-
Micha Müller authored
- make use of new EntityInterface - _keepRunning is now a bool - extend and improve (doxygen) documentation
-
Alessio Netti authored
- Now it is possible to perform queries on raw topics without doing a lookup on the publishedsensors table, by using the -d option
-
Alessio Netti authored
- Fixed a fair amount of bugs related to job analyzers - Added a "getJobsInIntervalRunning" method to JobDataStore, to get the list of jobs that were running in a certain time interval - Some code refactoring for the JobDataStore class to reduce duplication - Job analyzers have been tested and are working properly as of now
-
- 14 Jun, 2019 4 commits
-
-
Micha Müller authored
-
Alessio Netti authored
- A jobData structure is now supplied alongside che corresponding unit as input to the compute() method for job analyzers
-
Micha Müller authored
-
Alessio Netti authored
- Removed the dlclose call on plugin unloads to avoid segmentation fault issues at destruction time of boost thread objects due to failed symbol resolution - QueryEngine in DCDBPusher does not block anymore while being updated, but simply returns NULL
-
- 13 Jun, 2019 1 commit
-
-
Micha Müller authored
-