https://github.com/thekuwayama/matter_qrcode_generator
QR-code generator for Matter
https://github.com/thekuwayama/matter_qrcode_generator
cli matter qr-code qrcode rust wasm webassembly
Last synced: 12 days ago
JSON representation
QR-code generator for Matter
- Host: GitHub
- URL: https://github.com/thekuwayama/matter_qrcode_generator
- Owner: thekuwayama
- License: apache-2.0
- Created: 2023-06-25T06:26:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T15:28:51.000Z (26 days ago)
- Last Synced: 2025-04-23T23:02:43.627Z (12 days ago)
- Topics: cli, matter, qr-code, qrcode, rust, wasm, webassembly
- Language: Rust
- Homepage: https://thekuwayama.github.io/matter_qrcode_generator/
- Size: 649 KB
- Stars: 12
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# matter_qrcode_generator
[](https://github.com/thekuwayama/matter_qrcode_generator/actions?workflow=CI)
[](https://raw.githubusercontent.com/thekuwayama/matter_qrcode_generator/main/LICENSE-APACHE)
[](https://deps.rs/repo/github/thekuwayama/matter_qrcode_generator)`matter_qrcode_generator` is QR-code generator for Matter.

## Install
You can install `matter_qrcode_generator` with the following:
```sh-session
$ cargo install --git https://github.com/thekuwayama/matter_qrcode_generator.git --branch main
```## Usage
```sh-session
$ matter_qrcode_generator --help
QR-code generator for MatterUsage: matter_qrcode_generator [OPTIONS]
Arguments:
Vendor ID
Product ID
passcode
discriminatorOptions:
-f, --file path to the .png output file
-h, --help Print help
-V, --version Print version
```For example:
```sh-session
$ matter_qrcode_generator 65521 32770 123456 250
``````sh-session
$ 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.- https://thekuwayama.github.io/matter_qrcode_generator/
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](https://github.com/thekuwayama/matter_qrcode_generator/blob/main/LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](https://github.com/thekuwayama/matter_qrcode_generator/blob/main/LICENSE-MIT) or http://opensource.org/licenses/MIT)