slawekmikula / flightgear-addon-vfrflight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

VFRFlight add-on for FlightGear Flight Simulator. Enables communication with VFRFlight software. Provides online information of player's aircraft to the VFRFlight (http://vfrflight.org)

Installation

  • extract zip (if downloaded as a zip) to a given location. For example let's say we have /myfolder/addons/thisaddon with contents of this addon.
  • run flightgear with --addon directive OR add it in the Launcher application in 'Add-On' section.

Code:

    ./fgbin/bin/fgfs --fg-root=./fgdata --launcher --prop:/sim/fg-home=/myfolder/flightgear/fghome --addon="/myfolder/addons/thisaddon"

User manual

Full user manual you can find in the 'doc' folder. It is MarkDown formatted documentation started with the manual.md document.

History

  • 0.0.1 - first public version on github

Authors

  • Slawek Mikula - source code

Links

License

GNU General Public License version 2

About

License:GNU General Public License v2.0