Expand description
Encrypted message passing protocol FarCaster.
This utility helps passing arbitrary data over a TCP connection with the option of it being encrypted or not.
Useful for passing basic commands or complex bytecode to and from any device that has a network connection.
Modules
Structs
Abstracted protocol that wraps a TcpStream and manages
sending & receiving of messages