mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-21 17:21:01 +03:00
Initial commit
This commit is contained in:
12
Daemons/teldaemon/Readme.md
Normal file
12
Daemons/teldaemon/Readme.md
Normal 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").
|
||||
Reference in New Issue
Block a user