Skip to content

thekuwayama/matter_qrcode_generator

Repository files navigation

matter_qrcode_generator

CI license dependency status

matter_qrcode_generator is QR-code generator for Matter.

cli-demo

Install

You can install matter_qrcode_generator with the following:

$ cargo install --git https://github.com/thekuwayama/matter_qrcode_generator.git --branch main

Usage

$ 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

Web App with Wasm

matter_qrcode_generator_wasm is a Web Application to print QR-code using Wasm.

License

Licensed under either of