home RPC:

uRPC micro Remote Procedure Calls - 0.97

» news | search | translate
Email Facebook Linkedin Pinterest Reddit Telegram Tumblr Whatsapp X

qrcode

 creates a QRcode image. Output: image, mono 1 bpp, max 512x512 pixels

Arguments:
input                 text (UTF-8)
fmt                   bmp gif png raw_...
See the documentation on image formats

Example: publish a WiFi access point with SSID 'ssid1', security type 'WPA', password 'pass123':
http[s]://saltlake71.eu/urpc?function=qrcode&fmt=png&input=WIFI:T:WPA;S:ssid1;P:pass123;;