pre-alpha version of new dome daemon

This commit is contained in:
2025-05-29 17:32:00 +03:00
parent e2c465dd30
commit ef2c86675e
34 changed files with 794 additions and 62 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");