Add build status from travis

This commit is contained in:
Roman Zeyde
2014-08-05 11:45:07 +03:00
parent 31a5547237
commit a633d533a9

View File

@@ -1,5 +1,7 @@
# Audio Modem Communication Library
## Description
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,
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.
## Status
[![Build Status](https://travis-ci.org/romanz/amodem.svg?branch=master)](https://travis-ci.org/romanz/amodem)
# Installation
## Required packages