Lines Matching +full:thread +full:- +full:cert

5 … is a Python implementation of Bluetooth-Based Thread Commissioning (BBTC) client, based on Thread
9 If you don't have the poetry module installed (check with `poetry --version`), install it first usi…
12 python3 -m pip install poetry
26 poetry run python3 bbtc.py --help
32 poetry run python3 bbtc.py {<device specifier> | --scan}
37 - `--name <NAME>` - name advertised by the device
38 - `--mac <ADDRESS>` - physical address of the device's Bluetooth interface
40 Using the `--scan` option will scan for every TCAT device and display them in a list, to allow sele…
45 poetry run python3 bbtc.py --name 'Thread BLE'
52 …rder to use a different TCAT Commissioner certificate (identity), use the `--cert_path` argument, …
55 poetry run python3 bbtc.py --cert_path <certs-path> {<device specifier> | --scan}
58 where `<certs-path>` is the directory where the private key, certificate, and CA certificate of the…
60 For example to use a pre-configured identity `CommCert2` (related to Thread certification tests):
63 poetry run python3 bbtc.py --cert_path ./auth-cert/CommCert2 --name 'Thread BLE'
66 The `auth-cert` directory contains some other identities too, for testing purposes. Refer to Thread
74 - `help` - Display available commands.
75 - `commission` - Commission the device with current dataset.
76 - `thread start` - Enable Thread interface.
77 - `thread stop` - Disable Thread interface.
78 - `hello` - Send "hello world" application data and read the response.
79 - `exit` - Close the connection and exit.
80 - `dataset` - View and manipulate current dataset. Use `dataset help` for more information.