Changes

Jump to navigation Jump to search
WIP protocol
= 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 ==
6

edits

Navigation menu