[Flightgear-devel] Problem with external protocol and sockets

2006-10-13 Thread Holger Wirtz
Hi, I am testing around with the external protocols and made a simple defintion in ca file called "/usr/share/games/FlightGear/Protocol/test.xml": --- cut here --- newline , comm1frq float COM1-FRQ: %f /instrumentation/comm/frequencies/selected-mhz

Re: [Flightgear-devel] Problem with external protocol and sockets

2006-10-13 Thread Thiago Holanda
Hello Holger,This error is because you are using TCP and you don´t have a SERVER application running in the port, 127.0.0.1 IP to connect with Flightgear.Two way to resolve: 1 - Make a server app that is running to connect with FG, before you launch the FG;2 - Change to UDP socket;Regards,Thi

Re: [Flightgear-devel] Problem with external protocol and sockets

2006-10-17 Thread Holger Wirtz
Hi, On Fri, Oct 13, 2006 at 09:39:40AM -0300, Thiago Holanda wrote: > Hello Holger, > > This error is because you are using TCP and you don?t have a SERVER > application running in the port, 127.0.0.1 IP to connect with > Flightgear. > > Two way to resolve: > 1 - Make a server app that is r