Scott G. Miller writes: > > > > > > I'm considering writing a scripting language interface to FlightGear to > > > experiment with script driven weather and aircraft failure events. Is there > > > a pointer to any documentation on interfacing with running flightgear on > > > its http server? > > > > > > I'm implementing a similar idea except using the telnet interface > > (--props=...) instead of http. None of this stuff is in cvs yet. > > > > In answer to your question though, http requests are handled by the > > HttpdChannel::foundTerminator() function in Network/httpd.cxx. > > > > Ah of course. I do have one question to whoever is implementing the > telnet interface, though. I can use it fine exactly once. A second > connection is accepted by fgfs, but does not respond to any commands. > This makes debugging my code very difficult, as I have to restart > flightgear each time.
Bernie Bright is in the process of rewriting the telnet interface to accept multiple concurrent connections. The patches could be in my inbox already, but I'm currently getting killed at work so I'm ***way*** behind on my email. Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
