Difference between revisions of "User:WH6GJL"

From "PTTLink Wiki"
Jump to navigation Jump to search
(WIP protocol)
 
m
Tag: visualeditor
Line 5: Line 5:
 
== Telemetry ==
 
== Telemetry ==
 
====Format====
 
====Format====
T <NODE_NB> <CMD>,<PARAMS>
+
T <NODE_NB> <CMD>,<PARAMS>
 
 
 
* '''<NODE_NB>''' From Node
 
* '''<NODE_NB>''' From Node
 
* '''<CMD>''' Telemetry command ALLCAPS
 
* '''<CMD>''' Telemetry command ALLCAPS
Line 12: Line 11:
  
 
=== Complete ===
 
=== Complete ===
Example: T 51696 COMPLETE
+
 
 +
====== Example ======
 +
T 51696 COMPLETE
 +
 
 
=== Status ===
 
=== Status ===
Example: T 51696 STATUS,51696,0,TWH6GJL-P,R29277
+
 
 +
====== Example ======
 +
T 51696 STATUS,51696,0,TWH6GJL-P,R29277
 +
 
 
=== Connected ===
 
=== Connected ===
Example: T 51696 CONNECTED,51696,29277
+
 
 +
====== Example ======
 +
T 51696 CONNECTED,51696,29277
 +
 
 
=== Disconnected ===
 
=== Disconnected ===
Example: T 51696 REMDISC,WH6GJL-P
+
 
 +
====== Example ======
 +
T 51696 REMDISC,WH6GJL-P
 +
 
 
=== Removed Already Connected ===
 
=== Removed Already Connected ===
  

Revision as of 22:59, 11 October 2020

app_rpt IAX Text Protocol

app_rpt application relies on IAX text frame to extend its protocol capabilities and exchange information with other nodes or clients. There does not seem to be any existing documentation for this. This page details the various type of commands in existence as observed "in the wild". This is based a compilation of reading the source code of app_rpt, and reverse engineering of known clients such as IAXRpt and WebTransceiver. As such it's likely to contain errors or misunderstandings. If you have knowledge in some of these areas, please contribute your edits.

Telemetry

Format

T <NODE_NB> <CMD>,<PARAMS>
  • <NODE_NB> From Node
  • <CMD> Telemetry command ALLCAPS
  • <PARAMS> Optional comma separated list of command specific parameters

Complete

Example
T 51696 COMPLETE

Status

Example
T 51696 STATUS,51696,0,TWH6GJL-P,R29277

Connected

Example
T 51696 CONNECTED,51696,29277

Disconnected

Example
T 51696 REMDISC,WH6GJL-P

Removed Already Connected

Linked

Key

Key Query

Message