Jump to Content
Paging SystemsGuidesDiscussions
GuidesChangelogDiscussions
GuidesDiscussionsLog InPaging Systems
Guides
Log In
Examples

Documentation

  • Getting Started with Protocols

LRSN Protocol

  • Introduction
  • LRSN Fundamentals
  • Result Codes
  • Configuration Service
  • Heartbeat Service
  • KeyCallTX Service
  • NetPage Service
  • Pfs Service
  • TableMan Service
  • LrsRX Service
  • PocsagRX Service
  • Discovery Service
  • RemoteWaitEntry Service
  • Examples

LRSS Protocol

  • Engineering Specifications
  • System Specifications
  • Initialization
  • Current Available Command List
  • Pager Message Formats
  • Coaster and Pager Data Format
  • AM Page Modes
  • Command Response
  • Checking Status
  • Range Test Mode
  • System Variable Parameter Ranges
  • Repeater Mode
  • Anti Theft Mode
  • Advanced RS232 Commands
  • Dry Contact Operation
  • Alert Override Codes (Advanced POCSAG Paging)
  • Wait Reducer Mode
  • JTech Compatibility Address Mapping
  • FAQ
  • Interface Mode

LRS Alphapager Protocol

  • Introduction
  • POCSAG Basics
  • Capcode Calculation
  • Capcode Roles
  • Programming
  • Group Paging
  • Multi-Message Paging
  • Table Paging
  • Countdown Timer
  • Alert Overrides
  • System Control
  • Vibe-only Commands
  • PlayPaq
  • Encryption
  • Combining Pager Features
  • Transmitters
Powered by 

Examples

Code examples

Suggest Edits

LRSN Python Example

Link

This example discovers the first transmitter that advertises itself (discovery.py) and connects to it. It uses the NetPage and Heartbeat services to maintain connection and send PageRequest messages upon user input.

Updated less than a minute ago


  • Table of Contents
    • LRSN Python Example