Skip to content

krish2718/wfa-qt-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WFA QT simulator

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

Install Rust using rustup from here. This will install rustc and cargo on your system.

Build (using cargo)

Use the following command to build the project

    $ cargo build --release

Usage

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

Known issues

None

References

  1. WFA QT Intro
  2. WFA QT Source

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages