Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
/ rtxqr Public archive

Rust implementation of animated QRs for to transfer arbitrarily sized data.

License

Notifications You must be signed in to change notification settings

paritytech/rtxqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rtxqr

Rust implementation of animated QRs for to transfer arbitrarily sized data.

Usage

$cargo run inputfile [settingsfile]

Settings file

raptorq:
const CHUNK_SIZE: u16 = 1072;

apng:
const MAIN_COLOR: u8 = 0x00;
const BACK_COLOR: u8 = 0xFF;
const SCALING: i32 = 4;
const FPS_NOM: u16 = 1;
const FPS_DEN: u16 = 4;
const BORDER: i32 = 4;

About

Rust implementation of animated QRs for to transfer arbitrarily sized data.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages