Skip to content

Releases: data-hydenv/pmserver

Version 1.1

06 Nov 10:30
Compare
Choose a tag to compare

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 called pmserver, while the
    application itself is called pmMonitor.

New in Version 1.1

  • two badges for daily maximum are included
  • should now compile for OSX and Linux

1.0

29 Oct 14:05
ab2521b
Compare
Choose a tag to compare
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 called pmserver, while the
    application itself is called pmMonitor.