FgFuse: Difference between revisions

Jump to navigation Jump to search
No change in size ,  7 June 2009
no edit summary
mNo edit summary
No edit summary
Line 2: Line 2:
Communication between FgFuse and FlightGear is done via a socket connection.
Communication between FgFuse and FlightGear is done via a socket connection.


It is written in python and needs the '''python-fuse''' package insatlled.
It is written in python and needs the '''python-fuse''' package installed.


=Downlaod=
=Downlaod=
Line 8: Line 8:


=Usage=
=Usage=
first of all you need to launch flightgear with the --telnet option. i.e.
first of all you need to launch FlightGear with the --telnet option. i.e.
<pre>
<pre>
fgfs --telnet=10000
fgfs --telnet=10000
Line 17: Line 17:
</pre>
</pre>
where
where
* 127.0.0.1 is the address of the pc running flightgear
* 127.0.0.1 is the address of the pc running FlightGear
* 10000 is the telent port which FlightGear session is listening to.
* 10000 is the telent port which FlightGear session is listening to.
* /tmp/fg/ is the empty directory that will be mounted
* /tmp/fg/ is the empty directory that will be mounted

Navigation menu