Datagen Network

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/.

TODO