Update README.md

This commit is contained in:
Georgi Gerganov
2020-12-11 09:10:31 +02:00
committed by GitHub
parent 8c5752567c
commit 4cfa14b406

View File

@@ -12,6 +12,10 @@ See it in action (2min video):
Try it yourself: [ggerganov.github.io/wave-share](https://ggerganov.github.io/wave-share)
**Latest news:** \
I've extracted the data-over-sound algorithm into a standalone library called [ggwave](https://github.com/ggerganov/ggwave).\
It can be embedded easily into other projects.
## How it works
The [WebRTC](https://en.wikipedia.org/wiki/WebRTC) technology allows two browsers running on different devices to connect with each other and exchange data. There is no need to install plugins or download applications. To initiate the connection, the peers exchange contact information (ip address, network ports, session id, etc.). This process is called "signaling". The WebRTC specification does not define any standard for signaling - the contact exchange can be achieved by any protocol or technology.