Crates.io | datagen_network |
lib.rs | datagen_network |
version | 0.1.4 |
source | src |
created_at | 2021-11-03 13:52:23.286266 |
updated_at | 2022-07-26 20:12:43.537772 |
description | Data generator network application, server and client |
homepage | |
repository | |
max_upload_size | |
id | 476150 |
size | 1,531,681 |
This module enable a device as a /sensor/ for data generation.
Is designed for modeling and simulate a network of data generators (sensors).
As example the data is near a GNSS (geodesic) object of data, randomml generated.
You can try the commands
datagen-serve
And
datagen-client
Or, using cargo.
cargo run --bin datagen-server
On other terminal, even other point on the network.
cargo run --bin datagen-client
This commands has options that can be changed and checked with /help/.
To use in another crate.
cargo add datagen_network
Use the server or client commands.
cargo install datagen_network
A rust implementation of this can be found on this example.