Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compscidr/acoustic-network
Simple networking using microphone and speakers
https://github.com/compscidr/acoustic-network
acoustic network
Last synced: 4 days ago
JSON representation
Simple networking using microphone and speakers
- Host: GitHub
- URL: https://github.com/compscidr/acoustic-network
- Owner: compscidr
- Created: 2018-03-25T21:27:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T21:42:21.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T05:47:14.257Z (8 days ago)
- Topics: acoustic, network
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acoustic-network
Uses a ONE, ZERO and SYNC tone to encode data to be send between devices using
the microphone and speakers. Still a work in progress.Can currently take a byte array, convert to frames, and the bits into the
tones. Can listen and recognize the tones.Is not able to reconstruct the tones back into a data byte array yet.