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

Building a Climate Data Sensor Network based on SenseBox

Notifications You must be signed in to change notification settings

biggis-project/sensebox-station

Repository files navigation

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

...