https://github.com/mrrfv/qr-comms
Quickly and safely share a link, password or message between your PC and phone using just a QR code.
https://github.com/mrrfv/qr-comms
Last synced: 16 days ago
JSON representation
Quickly and safely share a link, password or message between your PC and phone using just a QR code.
- Host: GitHub
- URL: https://github.com/mrrfv/qr-comms
- Owner: mrrfv
- Created: 2025-08-09T10:47:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2026-04-11T13:11:42.000Z (3 months ago)
- Last Synced: 2026-04-11T15:05:17.327Z (3 months ago)
- Language: Rust
- Homepage: https://qrc.1998.ovh/
- Size: 153 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Comms
Quickly and safely share a link, password or message between your PC and phone using just a QR code.
## Features
- Real-time communication using a WebSocket relay server
- End-to-end encryption with a key shared out of band
- Automatic detection of URLs in messages
- Works on any device with internet access, no Bluetooth or pairing needed
## How it works
1. Open the app on your PC to create a secure, temporary channel and a corresponding QR code.
2. Scan the code with your phone's camera to join the channel.
3. Send text or links back and forth. The channel is encrypted and destroyed once both parties disconnect.
## Project structure
- `frontend/`: A Svelte-based web interface.
- `backend/`: A simple Rust relay server.