This script is basically a workaround for the bug in zbarimg that it cannot read QRCodes with the Swiss Cross in them (as every QR Bill in Switzerland has). See https://qr-rechnung.net/#/
- Writeup/ticket for my problem: mchehab/zbar#216
Usage:
This script is basically a workaround for the bug in zbarimg that it cannot read QRCodes with the Swiss Cross in them (as every QR Bill in Switzerland has). See https://qr-rechnung.net/#/
Usage:
| { | |
| "settingsReloadIntervalMinutes": 10, | |
| "fullscreen": true, | |
| "autoStart": true, | |
| "websites" : [ | |
| { | |
| "url" : "http://com-icinga-l01:3000/d/JGY36E_mz/skype-and-lucs?orgId=1&refresh=10s&from=now-6h&to=now&kiosk&comment=sfb_lucs", | |
| "duration" : 40, | |
| "tabReloadIntervalSeconds": 300 | |
| }, |
This small writeup is meant to show that it is quite simple to write a data logger by relying on "unix style" programs that do one thing only.
The dynamic inventory will be called a number of times.
| country=GB | |
| ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
| update_config=1 | |
| network={ | |
| ssid="ASUS" | |
| psk="excitedstar654" | |
| id_str="HOME" | |
| priority=15 | |
| } |
| /* | |
| */ | |
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; | |
| IPAddress server(192,168,1,101); // | |
| //char server[] = "www.galgbacken.net"; // name address for Google (using DNS) |
| cat a b | |
| ls -la |