Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Katee/quietnet
Simple chat program that communicates using inaudible sounds
https://github.com/Katee/quietnet
demo python toy
Last synced: 13 days ago
JSON representation
Simple chat program that communicates using inaudible sounds
- Host: GitHub
- URL: https://github.com/Katee/quietnet
- Owner: Katee
- License: mit
- Created: 2013-11-01T18:09:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T23:52:30.000Z (about 7 years ago)
- Last Synced: 2024-08-01T01:00:11.229Z (3 months ago)
- Topics: demo, python, toy
- Language: Jupyter Notebook
- Homepage: https://kate.io/
- Size: 1.41 MB
- Stars: 2,934
- Watchers: 120
- Forks: 204
- Open Issues: 22
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Katee/quietnet - Simple chat program that communicates using inaudible sounds (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! Here are some more robust and polished projects to look at:
* [quiet-js](https://quiet.github.io/quiet-js/) (works in the browser!)
* [minimodem](http://www.whence.com/minimodem/)
* [gnuradio](http://gnuradio.org/)