Crate gmt_dos_clients_transceiver

Source
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§

CompactRecvr
Crypto
Transceiver encryption settings
Monitor
Transceiver monitor
Transceiver
Transmitter and receiver of gmt_dos-actors Data
TransmitterBuilder

Enums§

InnerChannel
Off
On
Receiver
Receiver functionality of a Transceiver
TransceiverError
Transmitter
Transmitter functionality of a Transceiver
Unset
Transceiver without purpose

Functions§

trim

Type Aliases§

Result