mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
OpenThread Sniffer Integration with Thread Test Harness
After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
- require python3 is installed on windows and in the system environment path.
- require TestHarness is updated on
ReportEngine.pyd
Setup
- install pyspinel (for python3 only)
git clone https://github.com/openthread/pyspinel.git cd <path-to-pyspinel> python setup.py install - Copy "OT_Sniffer.py" to
C:\GRL\Thread1.1\Thread_Harness\Sniffer.