Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anorth/soundbyte

Peer-to-peer data transfer with high-frequency audio
https://github.com/anorth/soundbyte

Last synced: 17 days ago
JSON representation

Peer-to-peer data transfer with high-frequency audio

Awesome Lists containing this project

README

        

scom
====
Example usage:

In one terminal, run
`cat gen.py | python run.py -s`.

In another terminal, run
`python run.py -l`. Turn on your speakers :P

Using AudioServer
================
AudioServer listens for TCP connections on a port (default 16000) then pipes raw mic data
to a connected client.

Run the app on your phone, then
`adb forward tcp:16000 tcp:16000`
` nc localhost 16000 | ./run.py -l -s`

Setup
=====

Install http://hathawaymix.org/Software/ReedSolomon/
And other stuff