Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/richo/quietnet
- Owner: richo
- License: mit
- Fork: true (Katee/quietnet)
- Created: 2014-01-31T01:35:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T22:16:17.000Z (over 9 years ago)
- Last Synced: 2024-08-02T22:21:59.843Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.53 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - richo/quietnet - Simple chat program using inaudible sounds and a computer's microphone and speaker. (Python)
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.