This commit is contained in:
Gerolf Ziegenhain 2016-10-04 21:29:16 +02:00
parent 4c7442e3ea
commit 2c2ff2d2ed
2 changed files with 4 additions and 1 deletions

View File

@ -5,13 +5,16 @@ IRMC stands for Internet Relay Morse Code and is an implementation of [MOIP](htt
# Building
## On Linux
sudo apt-get install -y alsa-oss oss-compat build-essential autoconf libao-dev libtool libportaudio-dev portaudio19-dev
make
### On Raspi (GPIO Interface)
Follow: http://wiringpi.com/download-and-install/
make raspi
## On OSX
brew install portaudio
make
# Hardware interface options
A good description on how to build different interfaces (telegraph key, sounder or both)

View File

@ -33,7 +33,7 @@ int serial_status = 0, fd_serial, numbytes;
double tx_timeout = 0;
long tx_timer = 0;
#define TX_WAIT 1000
#define TX_WAIT 5000
#define TX_TIMEOUT 240.0
#define KEEPALIVE_CYCLE 100