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 [OPTIONS] <VENDOR_ID> <PRODUCT_ID> <PASSCODE> <DISCRIMINATOR>

Arguments:
  <VENDOR_ID>      Vendor ID
  <PRODUCT_ID>     Product ID
  <PASSCODE>       passcode
  <DISCRIMINATOR>  discriminator

Options:
  -f, --file <FILE>  path to the .png output file
  -h, --help         Print help
  -V, --version      Print version

For example:

$ matter_qrcode_generator 65521 32770 123456 250
$ matter_qrcode_generator 65521 32770 123456 250 --file output.png

Web App with Wasm

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

License

Licensed under either of