Hi Folks,

Using FG 0.9.10 precompiled for windows, and I'm trying to use the 
'generic' I/O subsystem for socket based dumping of data. This doesnt 
work for me.

[ --generic=socket,bi,5,localhost,tcp,xmlFilename ]

The XML I use is a cutdown copy of an example.

====================================
<?xml version="1.0"?>
 <PropertyList>
   <generic>

      <output>
        <line_separator>newline</line_separator>
        <var_separator>newline</var_separator>
   <chunk>
       <name>speed</name>
       <format>V=%d</format>
       <node>/velocities/airspeed-kt</node>
   </chunk>

  </output>

 </generic>
</PropertyList>
=========================================

My observations are:

1) If I set 'out', I get this failure:-

Error: connect() failed in make_client_socket()
SG_IO_OUT socket creation failed
Error opening channel communication layer.
I/O Channel config failed.

2) If I set 'bi', then all appears OK, but no data appears on the socket.

Can anybody help please.

[I have read the docs., but have I missed something?]

Many Thanks
Ian Hunter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to