Skip to content

Proof of concept: a Svelte app with in-browser QR code generation + interaction through a smartphone (using MQTT over websockets).

Notifications You must be signed in to change notification settings

MutilatedPeripherals/svelte-qr-mqtt

Repository files navigation

svelte-qr-mqtt

Build, Test and Deploy

A simple Svelte app that creates a QR code to be scanned with a smartphone. This opens another page on the phone, with a couple of buttons that trigger actions on the original page (via MQTT).

Try it out: Live demo

svelte-qr-mqtt-figure

Setup

npm install
npm run dev

See the .env files for broker configuration.

Currently, the broker listed there is a public Mosquitto MQTT broker provided by Eclipse for testing (supports MQTT over secure web sockets).

New: web graphics & physics experiment

A first attempt at re-creating the google gravity effect, done with WebGPU, Pixi.js & Matter.js.

See source | Try demo

Credits: @lmeullibre

About

Proof of concept: a Svelte app with in-browser QR code generation + interaction through a smartphone (using MQTT over websockets).

Topics

Resources

Stars

Watchers

Forks