Home - SEAI-H-2020/Software GitHub Wiki

Welcome to the Smart Sensor Box Software team's wiki!

General Stuff

To do

Database setup documentation

There are two options to run the database:

  • Connecting to the raspberry pi server (easier to setup) - documentation here
  • Running a local database (gives you more flexibility to test stuff without affecting others) - documentation here as most of us are running Win10 there is only a windows guide. If needed docs for other OS (macOS or linux) can be added

Measurement simulation

We have developed a tool to simulate measurements and send them to a backend server using a REST API. The source code and instruction on how to install and run are available here

Useful links and tutorials

Very well explained application and tutorial of the PERN stack

Postman introduction (REST API tool)

ESP32 tutorials