canonical / openthread-border-router-snap

BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Add OTBR tools to the snap #5

Closed MonicaisHer closed 1 year ago

MonicaisHer commented 1 year ago

This PR adds two OTBR tools (pskc and steering-data) to the OTBR snap. PSKc is used to authenticate an external Thread Commissioner to a Thread network. The steering data generates a hash of the set of Joiners intended for commissioning.

This PR doesn't add two testing scripts (MeshCoP and standalone_ipv6) as they are designed for testing rather than production purposes. These two scripts require additional changes.

Reference: https://openthread.io/guides/border-router/tools

MonicaisHer commented 1 year ago

@farshidtz Could you please review it? Thanks