#astronomy #actor #telescope

bin+lib gmt_dos-clients_transceiver

GMT DOS Transmitter/Receiver Clients

13 releases (stable)

2.0.3 May 19, 2025
2.0.2 Oct 30, 2024
2.0.1 May 3, 2024
2.0.0 Jan 22, 2024
0.3.1 Sep 12, 2023

#13 in #telescope

Download history 10/week @ 2025-09-01 4/week @ 2025-09-08 1/week @ 2025-09-15 5/week @ 2025-09-22 9/week @ 2025-09-29 1/week @ 2025-10-06 4/week @ 2025-10-13 11/week @ 2025-10-20 4/week @ 2025-10-27

944 downloads per month
Used in 6 crates (2 directly)

MIT license

785KB
2.5K SLoC

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


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

Dependencies

~20–36MB
~512K SLoC