An open API service indexing awesome lists of open source software.

https://github.com/kpe/data-channel-pipe

Using shell pipes for streaming data to your web app over WebRTC Datachannel (based on the awesome rawrtc)
https://github.com/kpe/data-channel-pipe

data-channel webrtc

Last synced: about 2 months ago
JSON representation

Using shell pipes for streaming data to your web app over WebRTC Datachannel (based on the awesome rawrtc)

Awesome Lists containing this project

README

          

### sub tree merge for rawrtc-terminal-demo
Checkout the remote repo in its own branch

git remote add rawrtc-terminal-demo https://github.com/rawrtc/rawrtc-terminal-demo.git
git fetch rawrtc-terminal-demo
git checkout -b -b rawrtc-terminal-demo rawrtc-terminal-demo/master

Pull the `c/src` directroy from the remote repo in the prefx subdirectory

git checkout master
git read-tree --prefix=src/ -u rawrt-terminal-demo:c/src