OpenThread CLI - Joiner

Quick Start

See README_COMMISSIONING.md.

Command List

Command Details

help

Usage: joiner help

Print dataset help menu.

> joiner help
help
id
start
stop
Done

id

Usage: joiner id

Print the Joiner ID.

> joiner id
d65e64fa83f81cf7
Done

start

Usage: joiner start <pskd> [provisioning-url]

Start the Joiner role.

  • pskd: Pre-Shared Key for the Joiner.
  • provisioning-url: Provisioning URL for the Joiner (optional).

This command will cause the device to start the Joiner process.

> joiner start J01NM3
Done

stop

Usage: joiner stop

Stop the Joiner role.

> joiner stop
Done