Add domedaemon for Astrosib domes

This commit is contained in:
2020-12-25 15:51:10 +03:00
parent 6ce4855491
commit f7dbd7e625
13 changed files with 2048 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Astrosib 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");