https://github.com/deeplook/sensiphus
A data relay service for reading and exporting IoT-like live sensor data.
https://github.com/deeplook/sensiphus
Last synced: 6 months ago
JSON representation
A data relay service for reading and exporting IoT-like live sensor data.
- Host: GitHub
- URL: https://github.com/deeplook/sensiphus
- Owner: deeplook
- License: lgpl-3.0
- Created: 2017-01-17T13:48:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T13:58:32.000Z (over 9 years ago)
- Last Synced: 2025-01-23T06:12:03.609Z (over 1 year ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Sensiphus
=========
A data relay service for reading and exporting IoT-like sensor data.
**THIS IS WORK IN PROGRESS...**
This is intended to collect data from devices and relay it to other
destinations. Sensors/devices can be (hardware) IoT ones like those
measuring e.g. humidity and temperature in a network. But they can also
be purely virtual ones like software running on some computing device.
Supported destinations include stdout on the command-line, CSV files
and databases, as well as remote HTTP, MQTT and ZMQ.
Supported hardware devices consist of a
`Raspberry Pi Sense HAT `_
and a
`Pimoroni Enviro-pHAT `_.
Both can be mocked and provide some fake time series data.
The command-line interface supports specifying one scheduler, one device,
and one exporter. More complex configurations can be specified in the
``config.yml`` file.
More to come... Please stay tuned!