• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

OT_Sniffer.pyD03-Aug-20246.3 KiB159108

README.mdD03-Aug-2024532 1712

README.md

1# OpenThread Sniffer Integration with Thread Test Harness
2
3After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
4
51. require python3 is installed on windows and in the system environment path.
62. require TestHarness is updated on `ReportEngine.pyd`
7
8## Setup
9
101. install pyspinel (for python3 only)
11   ```
12   git clone https://github.com/openthread/pyspinel.git
13   cd <path-to-pyspinel>
14   python setup.py install
15   ```
162. Copy "OT_Sniffer.py" to `C:\GRL\Thread1.1\Thread_Harness\Sniffer`.
17