Holger Wirtz:
Prepare for new FlightGear voice communication agent.
This commit is contained in:
parent
e880d5ecee
commit
2487ef043d
1 changed files with 12 additions and 4 deletions
|
@ -3,11 +3,12 @@
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<comment>
|
<comment>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
This is the protocol definition for fg_sqawk.pl.
|
This is the protocol definition for fgcom - a realtime communication
|
||||||
See http://squonk.abacab.org/dokuwiki/fg_sqawk
|
middleware based on IAX2 (Asterisk) for FlightGear
|
||||||
|
See http://squonk.abacab.org/dokuwiki/fgcom
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
# fgfs --generic=socket,out,<hz>,<host>,<port>,udp,fg_squawk
|
# fgfs --generic=socket,out,<hz>,<host>,16661,udp,fgcom
|
||||||
|
|
||||||
Check data with:
|
Check data with:
|
||||||
# netcat -u -l -p <port>
|
# netcat -u -l -p <port>
|
||||||
|
@ -21,12 +22,19 @@
|
||||||
<var_separator>,</var_separator>
|
<var_separator>,</var_separator>
|
||||||
|
|
||||||
<chunk>
|
<chunk>
|
||||||
<name>comm1frq</name>
|
<name>com1frq</name>
|
||||||
<type>float</type>
|
<type>float</type>
|
||||||
<format>COM1_FRQ=%03.3f</format>
|
<format>COM1_FRQ=%03.3f</format>
|
||||||
<node>/instrumentation/comm/frequencies/selected-mhz</node>
|
<node>/instrumentation/comm/frequencies/selected-mhz</node>
|
||||||
</chunk>
|
</chunk>
|
||||||
|
|
||||||
|
<chunk>
|
||||||
|
<name>nav1frq</name>
|
||||||
|
<type>float</type>
|
||||||
|
<format>NAV1_FRQ=%03.3f</format>
|
||||||
|
<node>/instrumentation/nav/frequencies/selected-mhz</node>
|
||||||
|
</chunk>
|
||||||
|
|
||||||
<chunk>
|
<chunk>
|
||||||
<name>ptt-key-status</name>
|
<name>ptt-key-status</name>
|
||||||
<type>bool</type>
|
<type>bool</type>
|
Loading…
Reference in a new issue