davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

Weather Push: Per-station authentication #124

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Currently the weather-push server just runs with a single configured authorisation code. Any client with the code can push data for any station.

This authorisation code needs to be per-station. A lot of the code is already there to do it - it just needs finishing off