/sensebox-station

Building a Climate Data Sensor Network based on SenseBox

Primary LanguageScala

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

...