commit | f661990d0379f1030bdaa93c573ef4a50e9c6e66 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Tue Aug 04 15:23:57 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 05 00:19:53 2020 |
tree | f05776e43faaedc4b58f8b38e20bdf050a59b264 | |
parent | dbaec98fc97ebbbf2aa3ac81ee3f4502a55a4038 [diff] |
fix OWNERS path The find owners module will use the path in the current repo as the implicit prefix even when crossing repo boundaries, so make sure we have an explicit / anchor when loading. It doesn't make a difference in this repo, but might as well avoid copy & paste confusion. BUG=None TEST=find owners can find owners for this Change-Id: I6b20e46e6e8c5f7a4e41f5474cff4a31f888525a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/graphyte/+/2336815 Tested-by: Mike Frysinger <[email protected]> Auto-Submit: Mike Frysinger <[email protected]> Reviewed-by: Hung-Te Lin <[email protected]> Commit-Queue: Hung-Te Lin <[email protected]>
Graphyte (Google RAdio PHY TEst) is a Python based software framework for the calibration and verification of wireless connectivity radios in design and manufacturing. It is designed with an open, extensible architecture enabling wireless silicon and instrumentation vendors to develop their own plugins for PHY calibration and verification. The initial focus is on Wi-Fi and Bluetooth with 802.15.4 on the horizon.
Please refer to the user manual for more details.
No build step is required.
Two options:
$ (sudo) make install
or
$ (sudo) pip install .
$ (sudo) pip uninstall graphyte
Create a tarball by: make dist The tarball can be found under the folder ‘dist’
Copy the tarball to target machine
Extract the tarball
Inside the extracted folder, type the command to install:
$ (sudo) pip install
Please find the user manual here for more details.
An interactive shell is also implemented to analyze the interactions between a DUT and an instrument step by step.
Follow these steps to start the interactive shell:
Install the graphyte framework and necessary plugins.
Follow the user manual to create a valid config file.
Run the interactive shell by:
$ python -m graphyte.plugin_shell path/to/config/file