[−][src]Crate shell_protocol
Kubos Shell Protocol
This crate contains structures and functions used by the Kubos shell service and shell client to send and receive messages using the shell protocol.
Re-exports
| pub use crate::error::ProtocolError; | 
| pub use crate::messages::parse_message; | 
| pub use crate::messages::Message as ShellMessage; | 
Modules
| error | Shell protocol errors | 
| messages | Shell protocol messages | 
Structs
| ProcessHandler | Structure to handle lifetime and communications with child process | 
| ShellProtocol | Shell Service Protocol structure | 
Constants
| CHUNK_SIZE | Default chunk size used by shell protocol | 
| PORT | Default port used by shell protocol |