mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 10:45:16 +03:00
13 lines
384 B
Markdown
13 lines
384 B
Markdown
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").
|