I continue to dig on this. I may need to attempt to reach Jon Berndt directly, but in the past 24 hours I found the "magic keys" into JSBSim, and by extension, into Anteworld aircraft if they are properly modified.
This is rough. I haven't tested it and it needs badly to be verified. But it seems that if one includes certain XML blocks in the aircraft configuration file, then one can set up input and output communications ports. Output ports can include the IP addresses and sockets of other PC's. Input ports can be used to set up telnet connections.
Data and control are thus provided.
Output would need to be captured and parsed by an application on the receiving PC.
Input telnet connections would need to be established automatically and programmatically by a external controlling PC.
No reason the receiving and controlling PC couldn't be the same machine since different sockets can be used.
The output connection can send a variety of aircraft flight parameters.
The telenet connection can set "properties," hence, is capable of issuing commands.
Ultimately, this provides the ability for an external flight simulator cockpit to control Anteworld aircraft.
My deduction sounds grand, perhaps, but since JSBSim is wrapped by Anteworld as a .dll, then all current functionality of JSBSim should logically be available.
Whaddya think of that, Angrypig?