add astrosib telescope daemon

This commit is contained in:
Edward Emelianov
2026-03-23 00:05:51 +03:00
parent ddce8437ce
commit 6ea6bad008
26 changed files with 756 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Astrosib telescope control network daemon
==================
Open a socket at given port (default: 4444), works with http & direct requests.
**Protocol**
Send requests over socket (by curl or something else) or http requests (in browser).
* *open* - open telescope shutters;
* *close* - close shutters;
* *status* - shutters' state (return "open", "closed" or "intermediate").