Decoded Messages
Messages: 0
POCSAG: 0
FLEX: 0
Configure settings and click "Start Decoding" to begin.
#!/usr/bin/env python3 """ Pager Decoder - POCSAG/FLEX decoder using RTL-SDR and multimon-ng """ import subprocess import shutil import re import threading import queue import pty import os import select from flask import Flask, render_template_string, jsonify, request, Response app = Flask(__name__) # Global process management current_process = None output_queue = queue.Queue() process_lock = threading.Lock() # Logging settings logging_enabled = False log_file_path = 'pager_messages.log' HTML_TEMPLATE = '''
Signal Intelligence // POCSAG & FLEX Decoder