Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 702 Bytes

sensebox-station

Goals

  • Integrate the off-the-shelf sensor nodes into the BigGIS pipeline using the original firmware’s HTTP over WLAN transport.
  • Connect the sensor nodes to TheThingsNetwork using LoRaWAN.
  • Build a component which pulls the data from TheThingsNetwork into the BigGIS pipeline.
  • Persist the sensor measurements in a relational database. The database used shall be configurable supporting multiple different database systems.

Architecture

Architecture overview

Components

LoRaSenseNode

...

WLanSenseNode

...

SenseBoxSimpleRestServer

...

CodekunstMQTTAdapter

...

FlinkDbSink

...

StationDeploy

...