Skip to content

derMart/X-Plane-Flight-Planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Plane Flight Planner

This is a web-based flight planning tool for the flight simulator X-Plane. It provides an easy to use interface where you can point and click your routes on a map.

Future versions will intergrate the economy system FSEconomy within the flight planner.

Screenshot from 06. March 2012

How to install

You will need to install node.js and mongoDB. After that open your console and within the root directory of the flight planner type:

npm install -d

This will install all the dependencies using the node.js package manager.

Now you'll need the lates apt nav data from http://data.x-plane.com/get_data.html You find the download to the left under "Download the data ...". After downloading it unpack it's contents into the "apt_nav" folder of the flight planner. Then start the server (See "How to start").

How to start

Before you try to start the server be sure to read "How to install".

Open your console and within the root directory of the flight planner type:

node app.js

This will open up a local server listening on port 3000. Now open your browser and open up the URL: http://localhost:3000

If you haven't done so before you now need to import the apt nav data, you've downloaded before. To do so open up: http://localhost:3000/import and then choose wich data to import from the list. You have to import one after another. When importing wait a couple of seconds or maybe minutes depending on the speed of your computer. It now processes the corresponding apt_nav/*.dat file and imports every airport/navaid or fix found within into the mongoDB. When done you'll see a list of all imported data.

To shutdown the server simply hit CTRL-C or on mac Apple-C within the console you've used to start the server.

About

A web-based flight planning tool for the flight simulator X-Plane.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.1%
  • Python 4.6%
  • Other 0.3%