Skip to content

Commit

Permalink
add thread forming script
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Mar 25, 2023
1 parent b299f61 commit a6813f3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions matter/form.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo ot-ctl dataset init new

sudo ot-ctl dataset channel 24
sudo ot-ctl dataset channel
sudo ot-ctl dataset panid 0x1234
sudo ot-ctl dataset panid
sudo ot-ctl dataset networkname ThreadMatter
sudo ot-ctl dataset networkname
sudo ot-ctl dataset extpanid 1111111122222222
sudo ot-ctl dataset networkkey 00112233445566778899aabbccddeeff
sudo ot-ctl dataset

sudo ot-ctl dataset commit active

sudo ot-ctl ifconfig up
sudo ot-ctl thread start
sudo ot-ctl state

0 comments on commit a6813f3

Please sign in to comment.