[Flightgear-devel] Re: FG/Opengc Interface

2002-02-23 Thread John Wojnaroski
Hi, A question was asked last week on running FG and OpenGC on the same machine. Well, the one way is to run each app in it's own window and use the loopback address of 127.0.0.1 to communicate via sockets. fgfs .. --opengc=socket,out,24,127.0.0.1,5800,udp ... Shift-5

Re: [Flightgear-devel] Re: FG/Opengc Interface

2002-02-23 Thread Martin Spott
#define SERV_HOST_ADDR your_NIC_address for the machine running fgfs. As I see it, I've to hard code the NIC at build time, right? This might be a pity for people like me sitting on a (home) network with dynamically assigned addresses (DHCP). The address of your loopback interface should