#telescope #dos #data-transfer #communication #gmt #actors #clients

bin+lib gmt_dos-clients_transceiver

GMT DOS Transmitter/Receiver Clients

10 releases (6 stable)

2.0.0 Jan 22, 2024
1.2.2 Dec 6, 2023
1.2.0 Oct 4, 2023
1.0.0 Sep 14, 2023
0.1.0 Aug 4, 2023

#12 in #gmt

Download history 17/week @ 2024-01-19 5/week @ 2024-02-16 21/week @ 2024-02-23 8/week @ 2024-03-01 20/week @ 2024-03-08 11/week @ 2024-03-15 71/week @ 2024-03-29 17/week @ 2024-04-05

88 downloads per month
Used in 5 crates (2 directly)

MIT license

745KB
1.5K SLoC

gmt_dos-clients_transceiver

Crates.io Documentation

The 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 communications between the transmitter and the receiver are secured by procuring a signed certificate shared by both the transmitter and the receiver and a private key for the transmitter only.

The certificate and the private key are generated with cargo run --bin crypto


lib.rs:

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

Dependencies

~14–29MB
~480K SLoC