firmware/general/package/quirc-openipc
Igor Zalatov d844676bba
[no ci] Add new WiFi profile, update quirc Readme (#1125)
2023-11-08 20:42:03 +03:00
..
files Parse output from qrscan for wifi (#716) 2023-04-08 22:48:44 +03:00
Config.in libjpeg package is BR2_PACKAGE_JPEG (#822) 2023-05-25 18:14:28 -04:00
quirc-openipc.mk Makefile: set download method based on BR2_DL_DIR 2023-07-05 09:13:06 +02:00
readme.md [no ci] Add new WiFi profile, update quirc Readme (#1125) 2023-11-08 20:42:03 +03:00

readme.md

Sample usage

#!/bin/sh

while true ; do
    sleep 1
    curl -s -o /tmp/img.jpg http://127.0.0.1/image.jpg ; qrscan -p /tmp/img.jpg
done