Companion program to TXQRAndroid
Streams files to a set of QR codes and a GIF of those QR codes, to be decoded by the Android app.
Run pip install -U qrstreamer
to install the command-line tools. Make sure your pip scripts directory is in the operating system PATH
Run as qrstreamer --help
to see usage information
Uses a slightly modified port of anrosent's LT coding library to perform LT coding. Inspired by (but incompatible with) divan's TXQR for iPhones