You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
OT_Sniffer.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

OpenThread Sniffer Integration with Thread Test Harness

After following the steps below, you will be able to run Test Harness with OpenThread sniffer.

  1. require python3 is installed on windows and in the system environment path.
  2. require TestHarness is updated on ReportEngine.pyd

Setup

  1. install pyspinel (for python3 only)
    git clone https://github.com/openthread/pyspinel.git
    cd <path-to-pyspinel>
    python setup.py install
    
  2. Copy "OT_Sniffer.py" to C:\GRL\Thread1.1\Thread_Harness\Sniffer.