Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 03/25/08 23:05:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 1 1 == Welcome to OP25 == 2 2 3 OP25 is a project to bring together folks that are interested in implementing APCO P25 using a software-defined radio. Our goal is to build a software-defined P25 analyzer that is available under the GNU Public License (GPL).3 APCO P25 is the digital communications standard used by many police and emergency services throughout the world. Most notably the US, Canada and Australia deploy systems based on P25. Compared to existing analogue systems P25 offers improved spectrum use, coverage and flexibility. Provision is made to ensure the confidentiality of traffic, to allow the use of trunking and the provision of data in addition to voice services. 4 4 5 APCO P25 is the digital communications standard used by many police and emergency services throughout the world. Most notably the US, Canada and Australia deploy systems based on P25. Compared to existing analogue systems P25 offers improved spectrum use, coverage and flexibility. Provision is made to ensure the confidentiality of traffic, to allow the use of trunking and the provision of data in addition to voice services. 5 OP25 is a project to bring together folks that are interested in implementing APCO P25 using a software-defined radio. Our goal is to build a software-defined P25 analyzer that is available under the GNU Public License (GPL). This is only one of a number of projects in this area and you should check out projects such as [[OP25 is a project to bring together folks that are interested in implementing APCO P25 using a software-defined radio. Our goal is to build a software-defined P25 analyzer that is available under the GNU Public License (GPL). This is only one of a number of projects in this area and you should check out [http://openp25.org/ OpenP25] and 6 [http://wiki.radioreference.com/index.php/UniTrunker Unitrunker] for related work. 6 7 7 8 Although hardware scanners such as the Uniden BCD996T offer APCO P25 functionality a software radio offers reduced costs and improved flexibility. For example, software radios can receive many channels at once, handle both voice and data (including the trunking control channel), decrypt encrypted traffic when the key is known and log traffic to disk for later analysis. With the right software a software radio is, therefore, a powerful analysis tool for debugging and monitoring of P25 networks. … … 10 11 11 12 * Understand P25, the physical layer and the messages being passed over the air. 12 * Implement a demodulator which takes a P25 signaland produces a message stream.13 * Implement a demodulator which takes P25 signals and produces a message stream. 13 14 * Extend the !WireShark sniffer to allow sniffing of P25 messages. 14 15 * Analyzing the various security issues and demonstrating the insecurity of P25 systems. … … 24 25 * [HardwarePage] -- The recommended hardware for this project. 25 26 * [SoftwarePage] -- An overview of the project software. 27 * [GnuRadioPage] -- Required patches to the GNURadio distribution. 26 28 * [DemodulatorPage] -- A GNURadio program that turns a P25 signal into a message stream. 27 29 * [WireSharkPage] -- Patches to !WireShark that allow for the sniffing of P25 traffic.
