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

bin+lib gmt_dos-clients_transceiver

GMT DOS Transmitter/Receiver Clients

12 releases (stable)

2.0.2 Oct 30, 2024
2.0.1 May 3, 2024
2.0.0 Jan 22, 2024
1.2.2 Dec 6, 2023
0.3.1 Sep 12, 2023

#1049 in Science

Download history 1/week @ 2024-10-04 4/week @ 2024-10-11 1/week @ 2024-10-18 106/week @ 2024-10-25 30/week @ 2024-11-01 4/week @ 2024-11-08 7/week @ 2024-11-15 3/week @ 2024-11-22 53/week @ 2024-11-29 291/week @ 2024-12-06 108/week @ 2024-12-13 21/week @ 2024-12-20 33/week @ 2024-12-27 60/week @ 2025-01-03 17/week @ 2025-01-10

111 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

~15–26MB
~483K SLoC