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)
- Host: GitHub
- URL: https://github.com/kpe/data-channel-pipe
- Owner: kpe
- License: bsd-2-clause
- Created: 2018-05-19T01:33:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T13:13:00.000Z (over 7 years ago)
- Last Synced: 2025-10-06T16:46:51.234Z (8 months ago)
- Topics: data-channel, webrtc
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.git.md
- License: LICENSE
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