Go to file
erratic d38535715b adding some notes, tested both send and recieve, both work fine but shift to letters and figures still needs to be implemented 2015-01-24 22:17:18 +00:00
debian minimodem-0.21-1 2014-11-24 08:37:09 -08:00
src adding some notes, tested both send and recieve, both work fine but shift to letters and figures still needs to be implemented 2015-01-24 22:17:18 +00:00
tests updated git ignore to avoid tracking autotools generated files and removed the ones that were tracked before the gitignore 2015-01-24 20:52:38 +00:00
.gitignore updated git ignore to avoid tracking autotools generated files and removed the ones that were tracked before the gitignore 2015-01-24 20:52:38 +00:00
AUTHORS add Marcos Vives Del Sol to AUTHORS and debian/copyright 2014-11-16 12:46:14 -08:00
COPYING update copyright dates 2014 2014-11-13 10:56:31 -08:00
ChangeLog project-setup: project prototype files 2011-05-20 08:16:52 -07:00
INSTALL project-setup: run autotools 2011-05-20 08:16:59 -07:00
Makefile.am move src/testcases to ./tests 2012-08-15 11:44:26 -07:00
NEWS project-setup: project prototype files 2011-05-20 08:16:52 -07:00
README update copyright dates 2014 2014-11-13 10:56:31 -08:00
THANKS minimodem-0.15.1-1 2012-10-16 18:11:21 -07:00
compile autoreconf (automake 1.14.1) 2014-11-13 10:56:31 -08:00
config.h.in (portability) link with -lm explicitly 2013-03-21 13:04:35 -07:00
configure.ac minimodem-0.21-1 2014-11-24 08:37:09 -08:00
depcomp project-setup: run autotools 2011-05-20 08:16:59 -07:00
install-sh project-setup: run autotools 2011-05-20 08:16:59 -07:00
missing project-setup: run autotools 2011-05-20 08:16:59 -07:00
test-driver autoreconf (automake 1.14.1) 2014-11-13 10:56:31 -08:00

README

minimodem - general-purpose software audio FSK modem
Copyright (C) 2011-2014 Kamal Mostafa <kamal@whence.com>

Minimodem is a command-line program which decodes (or generates) audio
modem tones at any specified baud rate, using various framing protocols.
It acts a general-purpose software FSK modem, and includes support for
various standard FSK protocols such as Bell103, Bell202, RTTY, NOAA SAME,
and Caller-ID.

Minimodem can play and capture audio modem tones in real-time via the
system audio device, or in batched mode via audio files.

Minimodem can be used to transfer data between nearby computers using an
audio cable (or just via sound waves), or between remote computers using
radio, telephone, or another audio communications medium.