POCSAG Decoder is a Python program that decodes POCSAG signals, which are used for pager communication. The program is designed to run on Windows.
To install POCSAG Decoder, download the source code from the GitHub repository and extract it to a directory of your choice.
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
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.
If you would like to contribute to POCSAG Decoder, please fork the GitHub repository and submit a pull request with your changes.