Telnet usage: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 240: Line 240:
If you need to track 100 different variables at 60hz, this isn't the interface for you.
If you need to track 100 different variables at 60hz, this isn't the interface for you.
For that you should consider using a native protocol, implemented in C++ (e.g. FGNetCtrl via UDP).
For that you should consider using a native protocol, implemented in C++ (e.g. FGNetCtrl via UDP).
You could take a look at FlightGear/scripts/example/fgfsclient.c for one example to query the values of a property from FlightGear. It should (in theory) be possible to use the net_fdm and net_ctrls code (which can be found in FlightGear/src/Network) also


== Use Case: Instructor Station ==
== Use Case: Instructor Station ==

Navigation menu