Project

General

Profile

SoftwarePage » History » Version 3

Anonymous, 04/22/2017 04:04 PM
Add some illuminating remarks.

1 3
=== GNURadio ===
2
The demodulator program described below makes use of the [http://www.gnuradio.org GNURadio framework]. The vanilla GNURadio distribution does not contain a number of non-standard extensions that are required by OP25. To use GNURadio the source code distribution must be patched and then built and installed on the target platform. Details of this procedure can be found [GnuRadioPage here].
3 1
4
=== Demodulator ===
5 3
The most basic part of the software is the [DemodulatorPage P25 demodulator program]. This takes a signal source as its input and produces a stream of messages as its output. The message streams can be captured to file or forwarded either to the TAP device or to a file for later processing.
6 1
7
=== Sniffer ===
8 3
A modified version of the [http://www.wireshark.org WireShark] packet sniffer is used to inspect the contents of the message stream. Custom dissectors pick apart the P25 messages and allow the inspection of individual data items. To use !WireShark the source code distribution must be patched and then built and installed on the target platform. Details of this procedure can be found [WireSharkPage here].
Add picture from clipboard (Maximum size: 48.8 MB)