Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-27 Thread Holger Wirtz
Franz, On Thu, Oct 26, 2006 at 05:13:10PM +0200, Melchior FRANZ wrote: * Holger Wirtz -- Thursday 26 October 2006 16:36: And the last question: How can I set a value _if_ I get a bi-directional connection? Simply /my/path/to/the/property = whatever Just type helpCR in the telnet

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-27 Thread Holger Wirtz
Stuart, On Thu, Oct 26, 2006 at 04:09:02PM +0100, Stuart Buchanan wrote: --- Holger Wirtz wrote: Hello, I tried the following, which results in an error: $ /usr/games/fgfs --generic=socket,bi,2,localhost,,tcp,fg_sqawk.xml You shouldn't include the .xml on the end of your

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-27 Thread Mike Dusseault
Hi Holger,Try not using the -l on netcat. The way you did it can't work because netcat is already bound to the server port , so FG can't also bind to it.Of course, you'd have to start FG first, then run the netcat. I took a look at the code in SimGear that handles this. bi still means it will

[Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Holger Wirtz
Hello, can someone of the fgfs developers tell me, how I can establish a bidirectional protocoll connection (with tcp)? I tried the following, which results in an error: $ /usr/games/fgfs --generic=socket,bi,2,localhost,,tcp,fg_sqawk.xml Model Author: Unknown Creation Date: 2002-01-01

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Stuart Buchanan
--- Holger Wirtz wrote: Hello, I tried the following, which results in an error: $ /usr/games/fgfs --generic=socket,bi,2,localhost,,tcp,fg_sqawk.xml You shouldn't include the .xml on the end of your commandline argument. Where do I have to put the protocol defintion fg_sqawk.xml? I

Re: [Flightgear-devel] fgfs and bi-directional protocols

2006-10-26 Thread Melchior FRANZ
* Holger Wirtz -- Thursday 26 October 2006 16:36: And the last question: How can I set a value _if_ I get a bi-directional connection? Simply /my/path/to/the/property = whatever Just type helpCR in the telnet session. It will tell you all you need: set /my/path/to/the/property whatever