// Peer-to-Peer Uplink v2.077

NETRUNNER P2P

Direct browser-to-browser data transfer over WebRTC. Messages and files travel through an encrypted peer link — no server stores or relays your payload. Scan a QR to connect instantly, or exchange a signal block manually.

WebRTC DataChannel End-to-End P2P QR Quick-Connect

// Quick Link (QR)

OFFLINE

> Generates a room, shows a QR code. The other device scans it to auto-connect.

// Transfer Console

> awaiting link...

// How to Connect

QR Quick-Connect

  1. Device A clicks Create Channel + QR.
  2. Device B scans the QR (or opens the link) — connects automatically.
  3. Send text or files directly, peer-to-peer.

Manual (Zero Backend)

  1. A clicks Start Node, copies its SIGNAL.
  2. B clicks Join Node, pastes it, copies the answer.
  3. A pastes B's answer → Apply Peer Answer.
  4. Link goes live, no server involved.

// Frequently Asked Questions

Is NETRUNNER P2P really server-less?

Yes. WebRTC DataChannels carry your data browser-to-browser over an encrypted DTLS link. Manual mode involves no server at all; QR Quick-Connect uses a tiny WebSocket only to exchange the initial signaling block — it never sees your messages or files.

Is my data encrypted?

Yes. WebRTC mandates DTLS-SRTP for every peer connection, so the channel between the two browsers is end-to-end encrypted by the protocol itself.

Are there file-size or rate limits?

There are no artificial limits imposed by this app. Practical limits come from your browser, available memory and the network between the two peers.

Do I need to install anything?

No. Any modern WebRTC-capable browser (Chrome, Edge, Firefox, Safari) works. There is no account, no extension and no native app.