QT simulator for unit test WFA QT DUT by running individual commands through an interactive shell.
This is written in Rust and uses cargo as the build system.
Install Rust using rustup from here. This will install rustc and cargo on your system.
Use the following command to build the project
$ cargo build --release$ ./target/release/wfa-qt-sim -h
IP address and port of DUT
Usage: wfa-qt-sim --ip <IP> --port <PORT>
Options:
-i, --ip <IP>
-p, --port <PORT>
-h, --help Print helpNone