Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mictronics/meteo
Websocket server and web client to visualize data from a Vaisalla weather station during EASA acoustic compliance tests.
https://github.com/mictronics/meteo
d3fc d3js libwebsockets websocket-client websocket-server
Last synced: about 1 month ago
JSON representation
Websocket server and web client to visualize data from a Vaisalla weather station during EASA acoustic compliance tests.
- Host: GitHub
- URL: https://github.com/mictronics/meteo
- Owner: Mictronics
- License: other
- Created: 2020-11-15T15:02:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T19:30:48.000Z (about 1 year ago)
- Last Synced: 2023-11-02T20:29:58.063Z (about 1 year ago)
- Topics: d3fc, d3js, libwebsockets, websocket-client, websocket-server
- Language: C
- Homepage:
- Size: 907 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Meteo
Websocket server and web client to visualize data from a Vaisalla weather station during EASA acoustic compliance tests.
## Debian/Raspbian packages
It is designed to build as a Debian package.
### Dependencies
- libpthread-stubs0-dev
- libwebsockets-dev
- libgps-devFor GPS support gpsd daemon needs to be installed and a GPS device connected.
### Actually building it
Nothing special, just build it `dpkg-buildpackage -b -uc`.
### Installation
Install package `sudo dpkg -i meteo_1.0.0_armhf.deb`.
### Removal
Remove the package `sudo apt-get purge meteo`.
### Configuration
To configure the service add commandline options to `/etc/default/meteo` as required.
## Building manually
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.