Websocket server and web client to visualize data from a Vaisalla weather station during EASA acoustic compliance tests.
It is designed to build as a Debian package.
- libpthread-stubs0-dev
- libwebsockets-dev
- libgps-dev
For GPS support gpsd daemon needs to be installed and a GPS device connected.
Nothing special, just build it dpkg-buildpackage -b -uc
.
Install package sudo dpkg -i meteo_1.0.0_armhf.deb
.
Remove the package sudo apt-get purge meteo
.
To configure the service add commandline options to /etc/default/meteo
as required.
You can probably just run "make" after installing the required dependencies. Binaries are built in the source directory; you will need to arrange to install them (and a method for starting them) yourself.