Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Oenal authored and Elias Oenal committed Nov 9, 2015
1 parent 26c6f12 commit 04847c5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ multimon-ng a fork of multimon. It decodes the following digital transmission mo

The following changes have been made so far:
- Fixes for x64
- Basic functionality on Mac OS X 'Lion' (Soundcard/OSS input is unsupported)
- Basic functionality on Mac OS X (Soundcard/OSS input is unsupported)
- `DUMMY_AUDIO` "backend" (Gets rid of the OSS dependency, breaks audio in doing so)
- `ONLY_RAW` disables the format conversion while getting rid of posix dependencies
- Option `NO_X11` to disable the X11 dependency since Apple will drop Xorg soon
- Override mode for POCSAG decoding (e.g. force text decoding)
- Option `NO_X11` to disable the X11 dependency
- Brute-Force BCH implementation for POCSAG forward error correction
- Verbose mode is now listed in `-h`
- Continued EAS/SAME development. The decoder now works, but it should be considered "alpha" quality. Do not rely on it for the reception of emergency alerts!
- Portability is a major goal
- Improved portability
- Compiles on Windows (MinGW or Cygwin) without format conversion
- PulseAudio support, contributed by inf_l00p_
- Windows native audio and a VisualStudio/MSVC project file, contributed by bzzt_ploink
- Now accepts raw samples as piped input
- Windows native audio
- PulseAudio support
- Accepts raw samples as piped input
- CSV output
- FLEX decoder

In addition to the deprecated legacy Makefile there is also a file for qmake which is the preferred way of building multimon-ng. It's recommended to use qmake to generate the Makefile.

Expand All @@ -40,7 +41,7 @@ sudo make install
The installation prefix can be set by passing a 'PREFIX' parameter to qmake. e.g:
```qmake multimon-ng.pro PREFIX=/usr/local```

So far multimon-ng has been successfully built on OS X, Debian, Ubuntu and Windows.
So far multimon-ng has been successfully built on OS X, Debian, Ubuntu, Windows and FreeBSD.
(On Windows using the Qt-MinGW build environment, as well as Cygwin and VisualStudio/MSVC)

Files can be easily converted into multimon-ng's native raw format using *sox*. e.g:
Expand Down

0 comments on commit 04847c5

Please sign in to comment.