immanuel / tempnet

Central server for network of temperature sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server to collect temperature readings

Node server app to collect temperature readings transmitted over bluetooth-low-energy (BLE). The app relies on DBus on a linux system to access the bluetooth messages from the Bluez stack.

The graphing uses Chart.js embedded in a single view served using Express. Client-side javascript periodically receives new data from the server through websockets and smooths the trendline a bit.

screenshot

About

Central server for network of temperature sensors


Languages

Language:JavaScript 68.4%Language:HTML 16.0%Language:CSS 15.6%