Expand description
§GMT DOS Actors Transceiver
gmt_dos-clients_transceiver
provides implementation for two GMT DOS actors clients: a Transmitter
and a Receiver allowing to transfer Data between GMT DOS actors models through the network.
The communication betweem the transmitter and the receiver is secured by procuring a signed certificate shared by both the transmitter and the receiver and a private key for the transmitter only (see also Crypto).
The certificate and the private key are generated with
cargo run --bin crypto
Structs§
- Transceiver encryption settings
- Transceiver monitor
- Transmitter and receiver of gmt_dos-actors Data
Enums§
- Receiver functionality of a Transceiver
- Transmitter functionality of a Transceiver
- Transceiver without purpose