Releases: data-hydenv/pmserver
Version 1.1
Description
PM Server is a Python application that can be used to monitor particualte
matter measurements from a nova SDS011 sensor connected to the computer. The
application is still beta and tested on Ubuntu and Windows 7 and 10. However, CIs are compiling the application also into Mac OSX executables, which are not tested.
There are two applications in this repository, either available as Python script or as
executable:
- pm2csv.py command line tool for saving particulate matter measurements
into a CSV file - pmserver a browser based graphical application for monitoring
particulate matter. The Python module is calledpmserver
, while the
application itself is calledpmMonitor
.
New in Version 1.1
- two badges for daily maximum are included
- should now compile for OSX and Linux
1.0
PM Server is a Python application that can be used to monitor particualte
matter measurements from a nova SDS011 sensor connected to the computer. The
application is still experimental and more or less only tested on a ubuntu 18
.04 OS. However, CIs are compiling the application into various executables
for Linux, Windows and Mac OSX.
There are two in this repository, either available as Python script or as
executable:
- pm2csv.py command line tool for saving particulate matter measurements
into a CSV file - pmserver a browser based graphical application for monitoring
particulate matter. The Python module is calledpmserver
, while the
application itself is calledpmMonitor
.