matter_qrcode_generator
is QR-code generator for Matter.
You can install matter_qrcode_generator
with the following:
$ cargo install --git https://github.com/thekuwayama/matter_qrcode_generator.git --branch main
$ matter_qrcode_generator --help
QR-code generator for Matter
Usage: matter_qrcode_generator <VENDOR_ID> <PRODUCT_ID> <PASSCODE> <DISCRIMINATOR>
Arguments:
<VENDOR_ID> Vendor ID
<PRODUCT_ID> Product ID
<PASSCODE> passcode
<DISCRIMINATOR> discriminator
Options:
-h, --help Print help
-V, --version Print version
For example:
$ matter_qrcode_generator 65521 32770 123456 250
matter_qrcode_generator_wasm
is a Web Application to print QR-code using Wasm.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)