Skip to content

Sending files via sound, js example #63

Answered by ggerganov
yaroslav-perec asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, thanks for the feedback!

The web application does not support sharing files.
The reason is that Waver uses the TCP protocol to perform the actual file transfer and web browsers do not allow peer-to-peer TCP connections.

Note that the mobile application (iOS and Android) uses sound only to establish the connection between the devices. The actual data transfer is performed over the TCP protocol.

You might want to check the wave-share project which allows web applications to share files with each other using data-over-sound. Note that only the signalling is performed via sound. The actual data transfer is performed via WebRTC.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@yaroslav-perec
Comment options

@ggerganov
Comment options

@yaroslav-perec
Comment options

Answer selected by yaroslav-perec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants