Re: [Flightgear-devel] Weird network problem

2006-03-09 Thread Drew Kirkpatrick
AIL PROTECTED]> wrote: > "Drew Kirkpatrick" wrote: > > Once again with the help of Poine (still owe ya that beer man), I > > found my problem. So the way network communications is happening with > > net_ctrls, and the FGNetCtrls object, the non-portability of th

Re: [Flightgear-devel] Weird network problem

2006-03-08 Thread Drew Kirkpatrick
be a good time for a discussion on the wishes and desires for netcode. Any thoughts on the subject? -Drew/Dakster On 3/8/06, Anders Gidenstam <[EMAIL PROTECTED]> wrote: > On Wed, 8 Mar 2006, Drew Kirkpatrick wrote: > > > Last time I looked there wasn't any kind of htons kinda c

Re: [Flightgear-devel] Weird network problem

2006-03-08 Thread Drew Kirkpatrick
Gidenstam <[EMAIL PROTECTED]> wrote: > On Wed, 8 Mar 2006, Drew Kirkpatrick wrote: > > > I'm fairly restricted on this point, I have to pack the data the way > > Flightgear unpacks it. I am using the same object/structure to pack > > the data in. I should ha

Re: [Flightgear-devel] Weird network problem

2006-03-08 Thread Drew Kirkpatrick
r of those packets running flightgear is a 64 bit gentoo box. Could this have something to do with byte order? On 3/8/06, Anders Gidenstam <[EMAIL PROTECTED]> wrote: > On Wed, 8 Mar 2006, Drew Kirkpatrick wrote: > > > If no one has any ideas I'll probably > > put some prin

Re: [Flightgear-devel] Weird network problem

2006-03-08 Thread Drew Kirkpatrick
er to make sure that the udp isn't getting garbled on the network. On 3/8/06, Drew Kirkpatrick <[EMAIL PROTECTED]> wrote: > You mean flip them like this? > > fgfs --native-ctrls='socket,in,30,,5060,udp' \ > --native-fdm='socket,out,30,192.168.1.103,5050,udp

Re: [Flightgear-devel] Weird network problem

2006-03-08 Thread Drew Kirkpatrick
You mean flip them like this? fgfs --native-ctrls='socket,in,30,,5060,udp' \ --native-fdm='socket,out,30,192.168.1.103,5050,udp' \ fgfs --native-fdm='socket,out,30,192.168.1.103,5050,udp' \ --native-ctrls='socket,in,30,,5060,udp' \ On 3/8/06, bass pumped <[EMAIL PROTECTED]> wrote: > by ove

[Flightgear-devel] Weird network problem

2006-03-07 Thread Drew Kirkpatrick
Gotta weird one, so I've written my own network joystick program as a precursor to writting an autonomous fight program. So far I've only tested this out on my localhost using 127.0.01 as the IP addy's. I have net-fdm data coming out to my remote program, and net-ctrls going into flight gear with t