add telescope plan
This commit is contained in:
parent
4ccba24017
commit
c39a2cea91
|
@ -0,0 +1,20 @@
|
|||
fantasy telescope idea
|
||||
|
||||
use rti1w as a base
|
||||
|
||||
server waits for connection
|
||||
client establishes connection
|
||||
client sends receiving port to server
|
||||
client application sends command to send image
|
||||
server receives imaging command
|
||||
server renders image
|
||||
server sends image data stream to client
|
||||
client application receives image
|
||||
client requests resend of lost packets
|
||||
client displays image
|
||||
client saves image to file
|
||||
server sends telemetry to client (what telemetry?)
|
||||
server compresses image before sending to client
|
||||
client specifies image parameters
|
||||
|
||||
|
Loading…
Reference in New Issue