mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			|  | ||
|---|---|---|
| .. | ||
| files | ||
| Config.in | ||
| quirc-openipc.mk | ||
| readme.md | ||
		
			
				
				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