Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.11 KB

File metadata and controls

39 lines (23 loc) · 1.11 KB

POCSAG Decoder

POCSAG-Decoder

POCSAG Decoder is a Python program that decodes POCSAG signals, which are used for pager communication. The program is designed to run on Windows.

Installation

To install POCSAG Decoder, download the source code from the GitHub repository and extract it to a directory of your choice.

Dependencies

POCSAG Decoder depends on the following Python libraries:

  • PyQt6
  • numpy
  • pyqtgraph
  • pyaudio

You can install these libraries using pip:

pip install PyQt6 numpy pyqtgraph pyaudio

Usage

To run POCSAG Decoder, open a Command Prompt window and navigate to the directory where you extracted the source code. Then, run the following command:

py POCSAG_Decoder.py

The program will start running and will wait for you to select the audio device to decode from.

Contributing

If you would like to contribute to POCSAG Decoder, please fork the GitHub repository and submit a pull request with your changes.