1.0.0 • Published 7 years ago

rtc-shell v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

rtc-shell NPM Version

Dependency Status

WebRTC-based Shell.

Works well with the rtc-web-term.

Usage

rtc-shell -l -x /bin/sh

  Initiate a webrtc connection, printing the base64 introducer blob to stdout.
  Paste the introducer from the other node as the first line on stdin.
  The -x /bin/sh param will execute a shell script and pipe incoming on stdin and output on stdout.

rt-shell

  Connect to an initiated webrtc connection.
  Paste the introducer from the other node as the first line on stdin.
  After pasting the introducer, another introducer will be printed to stdout for
  the remote node to use.

After the introductions, stdin is forwarded to the remote connection and data
from the remote connection goes to stdout.

Author

Rocco Musolino, inspired by substack/rtcat.