• Stars
    star
    279
  • Rank 147,425 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Cue system for simple two-way communication and visual signaling using a PeerJS peer-to-peer connection.

Peer-to-Peer Cue System

Cue system for simple two-way communication and visual signaling using a WebRTC peer-to-peer connection. This was initially designed for signaling on-stage actors during a theater performance.

Demo: https://jmcker.github.io/Peer-to-Peer-Cue-System

PeerJS examples

Setup

  1. Open receive.html on the receiving device.
  2. Open send.html on the sending device.
  3. Copy the ID from the receiving device to the sending device's ID field.
  4. Press Connect.
  5. Both should indicate a successful connection in the Status box.

Features

The receiver has access to large indicators for standby, go, fade, and stop signals.

The sender has access to buttons that send the standby, go, fade, and stop signals, triggering the receiver's indicators.

Both have access to a two-way messenger for additional communication.