prust_test 0.1.1

A crate that utilizes prust_core and provides a cli to send/receive the PUS-C tm/tc packets defined on it.
Documentation

crates.io WIKI

Test Tools

Available commands

cargo run list_ports

and

cargo run

To see how cargo run works check the wiki page: How to Use Prust Test.

Setup

For GNU Linux pkg-config headers are required:

Ubuntu: sudo apt install pkg-config  
Fedora: sudo dnf install pkgconf-pkg-config

Libudev headers are needed for gnu linux.

Ubuntu: sudo apt install libudev-dev  
Fedora: sudo dnf install systemd-devel

For windows some build tools will be required (Will be warned by the OS about that after you try to run the program). Nightly rust is required.

rustup default nightly