https://github.com/compscidr/acoustic-network
Simple networking using microphone and speakers
https://github.com/compscidr/acoustic-network
acoustic network
Last synced: 18 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-03-16T19:17:01.000Z (3 months ago)
- Last Synced: 2026-03-17T06:06:46.959Z (3 months ago)
- Topics: acoustic, network
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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.