From 510c84c8586e0bbc10fc326ffe8f76570cc3ae4b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 29 Apr 2018 13:48:40 +0300 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b871da6 --- /dev/null +++ b/README.md @@ -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)