mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 13:46:30 +08:00
Add build status from travis
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Audio Modem Communication Library
|
# Audio Modem Communication Library
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
This program can be used to transmit a specified file between 2 computers, using
|
This program can be used to transmit a specified file between 2 computers, using
|
||||||
a simple audio cable (for better SNR and higher speeds) or a simple headset,
|
a simple audio cable (for better SNR and higher speeds) or a simple headset,
|
||||||
allowing true air-gapped communication (via a speaker and a microphone).
|
allowing true air-gapped communication (via a speaker and a microphone).
|
||||||
@@ -25,6 +27,9 @@ This way, modem achieves 48kpbs bitrate = 6.0 kB/s.
|
|||||||
|
|
||||||
A simple Reed-Solomon ECC is used, with (255,245) rate = ~3.9% overhead.
|
A simple Reed-Solomon ECC is used, with (255,245) rate = ~3.9% overhead.
|
||||||
|
|
||||||
|
## Status
|
||||||
|
[](https://travis-ci.org/romanz/amodem)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
## Required packages
|
## Required packages
|
||||||
|
|||||||
Reference in New Issue
Block a user