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,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").