Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richo/quietnet

Simple chat program using inaudible sounds and a computer's microphone and speaker.
https://github.com/richo/quietnet

Last synced: 3 months ago
JSON representation

Simple chat program using inaudible sounds and a computer's microphone and speaker.

Awesome Lists containing this project

README

        

# Quietnet

Simple chat program using near ultrasonic frequencies. Works without Wifi or Bluetooth and won't show up in a pcap.

Note: If you can clearly hear the send script working then your speakers may not be high quality enough to produce sounds in the near ultrasonic range.

## Usage

run `python send.py` in one terminal window and `python listen.py` in another. Text you input into the send.py window should appear (after a delay) in the listen.py window.

**Warning:** May annoy some animals and humans.

![Screenshot](https://raw.github.com/Katee/quietnet/master/screenshot.png)

## Installation

Quietnet is dependant on [pyaudio](http://people.csail.mit.edu/hubert/pyaudio/) and [Numpy](http://www.numpy.org/).

## Better Projects

Quietnet is just a toy! Take a look at [minimodem](http://www.whence.com/minimodem/) or [gnuradio](http://gnuradio.org/) if you need something robust.