No description
- Python 100%
| .gitignore | ||
| ecowitt-server.py | ||
| LICENSE | ||
| README.md | ||
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