Initial commit

This commit is contained in:
2020-02-21 08:48:42 +03:00
parent 6a57387915
commit a936e0d815
79 changed files with 14169 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
Baader all-sky dome control network daemon
==================
Open a socket at given port (default: 55555), works with http & direct requests.
**Protocol**
Send requests over socket (by curl or something else) or http requests (in browser).
* *open* - open dome;
* *close* - close dome;
* *status* - dome state (return "opened", "closed" or "intermediate");
* *weather* - weather status (good weather or rain/clouds).