Giter Site home page Giter Site logo

dieffen-sensoren's Introduction

Dieffen Sensoren

Data generated by following IoT sensors running on ESP32 microcontroller.

  • DHT-22 is a digital sensor for measuring humidity and temperature.
  • GDK101 is a semiconductor gamma radiation sensor module optimized for low-level gamma detection up to 200 µSv/h.

The data pipeline consists of following components:

  • InfluxDB is used as a time series database for real-time data produced by our IoT sensors and other backend applications
  • Multiple Telegraf instances on every host in our network for collecting and sending metrics and events to InfluxDB.
  • Eclipse Mosquitto is a MQTT broker using the publish-subscribe mode for messaging IoT data between devices, sensors and servers.

Frontend, Backlend, sensors and relational data:

  • The front-end was programmed in GoLang, Javascript and CSS.
  • The back-end services were programmed in GoLang.
  • The IoT sensors were programmed in C++.
  • PostGres is used as a relational database to store usernames, password and other webapp specific data.

For our WebApp (written in Go 1.17) we used the standard library as well as following external packages:

  • Soda CLI for CRUD operations with database functionality to deal with databases in Go (e.g. to tun migrations and build/execute queries)
  • SCS implements a session management pattern following the OWASP security guidelines.
  • Nosurf is an HTTP package for Go that helps you prevent Cross-Site Request Forgery attacks.
  • Chi is a lightweight, idiomatic and composable router for building Go HTTP services.
  • Go Simple Mail is a simple and efficient package to send emails.
  • Package pgconn is a low-level PostgreSQL database driver.
  • Govalidator is a package of validators and sanitizers for strings, structs and collections.
  • Bcrypt package implements Provos and Mazièress bcrypt adaptive hashing algorithm.

This project is hosted on a bare metal server, for which we use:

  • Proxmox Virtual Environmentas our main virtualization management solution.
  • pfSense firewall (a FreeBSD distribution) for unified threat management, load balancing, multi WAN, TLS encryption and more.
  • Grafana is our analytics & monitoring solution for our InfluxDB data.

dieffen-sensoren's People

Contributors

kjfs avatar karlwowza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.