2022-12-27 09:32:52 +05:30
|
|
|
# TLV Tool
|
2023-07-22 10:29:18 +00:00
|
|
|
|
2022-12-27 09:32:52 +05:30
|
|
|
A simple tool for printing Matter TLVs or Matter-encoded certificates.
|
|
|
|
|
|
|
|
```
|
|
|
|
$ # For printing a Matter TLV List
|
2023-07-22 10:29:18 +00:00
|
|
|
$ tlv --hex "15, 24, 0, 1, 18"
|
2022-12-27 09:32:52 +05:30
|
|
|
|
|
|
|
$ # For printing a Matter encoded certificate
|
2023-07-22 10:29:18 +00:00
|
|
|
$ tlv --cert "0x15, 0x00"
|
2022-12-27 09:32:52 +05:30
|
|
|
```
|