FlightGear TQPanel: Difference between revisions

Jump to navigation Jump to search
updated ToDo
(added pics)
(updated ToDo)
Line 62: Line 62:
* start FlightGear:
* start FlightGear:
<pre>
<pre>
fgfs  --generic=socket,in,10,HOSTNAME,9009,udp,from_kivy  
fgfs  --generic=socket,in,10,,9009,udp,from_kivy  
</pre>
</pre>
(replace HOSTNAME with your IP-Address or hostname)


== Todo ==
== Todo ==
* config dialog and config file for the IP address of the computer running FlightGear. For now you have to edit main.py, line 17
* add all the light switches to the protocol
* <strike>some python code that talks UDP and/or Telnet with FlightGear</strike> DONE
* <strike>some python code that talks UDP and/or Telnet with FlightGear</strike> DONE
* <strike>add more buttons and switches</strike> One screen is full :-)
* <strike>add more buttons and switches</strike> One screen is full :-)
* make everything look more real - Michat works on additional graphics
* I started some code to make it bi-directional but run into "race-conditions" so I disabled that for now. atm the panel only writes values to FlightGear but does not read anything.
* I started some code to make it bi-directional but run into "race-conditions" so I disabled that for now. atm the panel only writes values to FlightGear but does not read anything.
* speed brake does not work on F-16c ?


== Conclusion ==
== Conclusion ==
476

edits

Navigation menu