Holger Wirtz:
Update to the FGCOM protocol: -> http://squonk.abacab.org/dokuwiki/fgcom
This commit is contained in:
parent
5e6f9dde43
commit
83f9ed9192
1 changed files with 44 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
# fgfs --generic=socket,out,<hz>,<host>,16661,udp,fgcom
|
||||
|
||||
Check data with:
|
||||
# netcat -u -l -p <port>
|
||||
# netcat -u -l -p 16661
|
||||
]]>
|
||||
</comment>
|
||||
|
||||
|
@ -28,6 +28,27 @@
|
|||
<node>/instrumentation/comm/frequencies/selected-mhz</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>com1-serviceable</name>
|
||||
<type>bool</type>
|
||||
<format>COM1_SRV=%d</format>
|
||||
<node>/instrumentation/comm/serviceable</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>com2frq</name>
|
||||
<type>float</type>
|
||||
<format>COM2_FRQ=%03.3f</format>
|
||||
<node>/instrumentation/comm[1]/frequencies/selected-mhz</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>com2-serviceable</name>
|
||||
<type>bool</type>
|
||||
<format>COM2_SRV=%d</format>
|
||||
<node>/instrumentation/comm[1]/serviceable</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>nav1frq</name>
|
||||
<type>float</type>
|
||||
|
@ -36,8 +57,29 @@
|
|||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>ptt-key-status</name>
|
||||
<name>nav1-serviceable</name>
|
||||
<type>bool</type>
|
||||
<format>NAV1_SRV=%d</format>
|
||||
<node>/instrumentation/nav/serviceable</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>nav2frq</name>
|
||||
<type>float</type>
|
||||
<format>NAV2_FRQ=%03.3f</format>
|
||||
<node>/instrumentation/nav[1]/frequencies/selected-mhz</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>nav2-serviceable</name>
|
||||
<type>bool</type>
|
||||
<format>NAV2_SRV=%d</format>
|
||||
<node>/instrumentation/nav[1]/serviceable</node>
|
||||
</chunk>
|
||||
|
||||
<chunk>
|
||||
<name>ptt-key-status</name>
|
||||
<type>int</type>
|
||||
<format>PTT=%d</format>
|
||||
<node>/instrumentation/comm/ptt</node>
|
||||
</chunk>
|
||||
|
|
Loading…
Add table
Reference in a new issue