2022-12-27 09:32:52 +05:30
|
|
|
# TLV Tool
|
2023-07-09 22:54:00 +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
|
|
|
|
$ tlv_tool --hex "15, 24, 0, 1, 18"
|
|
|
|
|
2023-07-10 06:23:46 +09:00
|
|
|
$ # For printing a Matter TLV List in hexstring
|
|
|
|
$ tlv_tool --hexstring "1524000118"
|
|
|
|
|
2022-12-27 09:32:52 +05:30
|
|
|
$ # For printing a Matter encoded certificate
|
|
|
|
$ tlv_tool --cert "0x15, 0x00"
|
|
|
|
```
|