rs-matter/tools/tlv_tool
2023-07-22 05:50:02 +00:00
..
src Just use time-rs in no_std mode 2023-07-21 12:15:11 +00:00
Cargo.toml Simplify API by combining Matter, Transport and TransportRunner; simplify Mdns and Psm runners 2023-07-22 05:50:02 +00:00
README.md Initial commit 2022-12-27 09:52:25 +05:30

TLV Tool

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"

$ # For printing a Matter encoded certificate
$ tlv_tool --cert "0x15, 0x00"