mirror of
https://github.com/ggerganov/wave-share.git
synced 2026-03-17 12:55:59 +08:00
Create README.md
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# wave-share
|
||||
|
||||
A proof-of-concept for WebRTC signaling using sound. Works with all devices that have microphone + speakers. Runs in the
|
||||
browser.
|
||||
|
||||
Nearby devices negotiate the WebRTC connection by exchanging the necessary Session Description Protocol (SDP) data via
|
||||
a sequence of audio tones. Upon successful negotiation, a local WebRTC connection is established between the browsers allowing
|
||||
data to be exchanged via LAN.
|
||||
|
||||
See it in action: (add video link here)
|
||||
|
||||
Try it yourself: [ggerganov.github.io/wave-share.html](https://ggerganov.github.io/jekyll/update/2018/04/13/wave-share.html)
|
||||
Reference in New Issue
Block a user