tree: 3184e97e91d8db01863493088ad3c59cfa688a89 [path history] [tgz]
  1. CMakeLists.txt
  2. GetEnvironmentalSensors.cpp
  3. GetEnvironmentalSensors.h
  4. GetMovementSensors.cpp
  5. GetMovementSensors.h
  6. README.MD
  7. SensorBase.cpp
  8. SensorBase.h
  9. SensorLoader.cpp
  10. SensorLoader.h
extensions/sensors/README.MD

Sensors is intended to be an extension whereby we retrieve sensor data through various libraries within MiNiFi C++ Processors.

Currently RTIMULib is used to gather environmental and movement based data and place them into flow files. As this package progresses, more libraries may be used to gather sensor data. In the current approach a single FlowFile is created when OnTrigger(..) is called. This may change at any time. Future updates should allow for decorating FlowFiles with attributes or referencing parent FlowFiles if necessary.