No description
Find a file
2026-07-03 16:40:26 +02:00
.gitignore add logging as an option 2026-07-03 16:40:26 +02:00
ecowitt-server.py add logging as an option 2026-07-03 16:40:26 +02:00
LICENSE add GPL3v3 LICENSE 2026-02-20 19:15:24 +01:00
README.md add --forward functionality 2026-02-21 14:47:37 +01:00

Ecowitt-Server

A simple HTTP server to process CustomUpload responses for ecowitt weather stations, in pure python

Data is logged as csv files in the data directory

Usage

python3 ecowitt-server.py --port 8001 --forward http://1.2.3.4:8080/path/

You can specify --forward multiple times.

Security

This app is based on the default http.server and intended to run in a private network, see python docs for http.server