Property tree: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (typos, rewording.)
No edit summary
Line 41: Line 41:
* [[Nasal]] scripts - this is javascript like scripting with read/write to the property tree. This is the way most aircraft are implemented.
* [[Nasal]] scripts - this is javascript like scripting with read/write to the property tree. This is the way most aircraft are implemented.
* sockets that are either in/out/bi - this allows send/recieve to the FG sim via sockets
* sockets that are either in/out/bi - this allows send/recieve to the FG sim via sockets
* telnet interface - query and fly the plane on the command line
* telnet interface - query and fly the plane on the command line (see [[Telnet usage]])
* html interface - fly the plane with a browser or an PDA
* html interface - fly the plane with a browser or an PDA
For example, multiplayer mode is accomplished by exchanging sets of variables from the tree (height, position, speed, etc).
For example, multiplayer mode is accomplished by exchanging sets of variables from the tree (height, position, speed, etc).

Navigation menu