This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
op25-legacy/decoder
stevie 5cd8bbe666 Add test vector.
git-svn-id: http://op25.osmocom.org/svn/trunk@63 65a5c917-d112-43f1-993d-58c26a4786be
2008-05-18 07:19:09 +00:00
..
config Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
src Add test vector. 2008-05-18 07:19:09 +00:00
AUTHORS Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
COPYING Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
ChangeLog Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
INSTALL Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
Makefile.am Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
Makefile.common Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
NEWS Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
README Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
bootstrap Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
config.guess Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
config.sub Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00
configure.ac Add empty project for apco_p25_decode block. 2008-05-16 10:14:58 +00:00

README

#
# Copyright 2008 Steve Glass
# 
# This file is part of OP25.
# 
# OP25 is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# OP25 is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
# License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OP25; see the file COPYING.  If not, write to the Free
# Software Foundation, Inc., 51 Franklin Street, Boston, MA
# 02110-1301, USA.

This contains the APCO P25 decoder block for GNU Radio and is derived
from the GNU Radio how-to-write-a-block example. This is only part of
the software - you should visit the project website is at
http://www.sedition.org.au/op25 for more information.

This package requires that gnuradio-core is already installed. It also
depends on some GNU Radio prerequisites, such as boost and a suitable
GNU Radio extension to demodulate C4FM. We suggest you use the 4FSK
demodulator from
http://radiorausch.googlepages.com/GnuradioFourLevelFSK.html.

To build the OP25 decoder you need to use the following commands.

  $ ./bootstrap
  $ ./configure
  $ make
  $ make check

Once you've done this you'll need to install

  $ sudo make install