The smart cities demonstrator is presenting a vision for a unified CONIX framework for sensor data streaming, storage, diagnostics and access control.
The collection of sensors, gateways, servers, broker(s), database(s) and access permissions controlled by one entity.
A Pub/Sub broker. Currently we are using mosquitto and it is located at stream.conxidb.io.
Takes everything on the system bus and logs it.
Stores a per-sensor table and exposes a global view of all sensors
Common language libraries that registers sensors and properly posts their data on the system bus.
Works with mosquitto to update the access control lists based on current permissions/sensor data. We are working on making this work with WAVE right now, but could also imagine other auth styles.
The API to interacting with the administrative domain. Probably just raw database and mqtt for now.
A runtime for applications that allows for more optimal scheduling/resource management.
bash scripts/install-wave.sh
: Install waved service, python package
wave/python
: Python 3 WAVE + MQTT bindings. See example.py
for example
wave/wv
: CLI tool for WAVE