Menu

Tree [78d692] master v1.8.8-20230401 /
 History

HTTPS access


File Date Author Commit
 CONFIG 2022-11-23 Michael Filhol Michael Filhol [fef10f] ADDED: Departure clearance prep dialog. COMPLET...
 OUTPUT 2022-01-27 Michael Filhol Michael Filhol [38958d] ADDED: "!!dup" warning on strip detail sheet. I...
 base 2023-04-01 Michael Filhol Michael Filhol [78d692] FIXED: Hoppie bugs
 ext 2023-04-01 Michael Filhol Michael Filhol [78d692] FIXED: Hoppie bugs
 gui 2023-04-01 Michael Filhol Michael Filhol [78d692] FIXED: Hoppie bugs
 resources 2023-01-07 Michael Filhol Michael Filhol [8c0f09] COMPLETED: FSD CPDLC through Hoppie ACARS; now ...
 session 2023-04-01 Michael Filhol Michael Filhol [78d692] FIXED: Hoppie bugs
 ui 2023-04-01 Michael Filhol Michael Filhol [78d692] FIXED: Hoppie bugs
 .gitignore 2021-08-14 Michael Filhol Michael Filhol [d0a768] FIXED strip lists broken with commit bf97ccc6. ...
 ATC-pie.py 2022-09-04 Michael Filhol Michael Filhol [6c85b7] Print version on launch. Limited Python3 versio...
 COPYING 2016-08-09 Michael Filhol Michael Filhol [c8dbed] Updated README to document sectorExtract script
 ChangeLog 2023-03-06 Michael Filhol Michael Filhol [c2acfa] CHANGED: per-session FGCom port setting in FSD ...
 Makefile 2015-08-04 Michael Filhol Michael Filhol [5958fe] Corrected spelling mistake in disclaimer; updat...
 README 2022-12-29 Michael Filhol Michael Filhol [9505d4] ADDED: FGCom-mumble usable in FSD sessions (inc...
 cleanUp.sh 2020-05-12 Michael Filhol Michael Filhol [4a74df] X-plane extractions go to OUTPUT. Now users tou...
 mkElevMap.py 2021-07-22 Michael Filhol Michael Filhol [bf97cc] ADDED: run-time phone squelch adjustment (syste...

Read Me

#
# This file is part of the ATC-pie project,
# an air traffic control simulation program.
# 
# Copyright (C) 2015  Michael Filhol <mickybadia@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
#



===================
  PROGRAM LICENCE
===================

ATC-pie comes under version 3 of the GNU General Public Licence, whose terms are
provided in the file named "COPYING" in this directory.



==============
  INSTALLING
==============

ATC-pie depends on two major software dependencies, required for it to run:
 - Python3 (>=3.6)
 - PyQt5 (>=5.4)

Further libraries can optionally be installed to enable the features below. The
program will run without them, only those features disabled. They can always be
installed at a later time:
 - for CPDLC and full ATC coordination in FlightGear sessions: the IRC library;
 - for ATC phone lines: PyAudio (>=0.2.11), plus PyMumble (>=1.4) for FG/FSD;
 - for voice instructions in solo sessions: PyAudio and PocketSphinx (>=0.1.3);
 - for synthesis of pilot read-back in solo sessions: pyttsx3.

For integrated tower viewing (any session type), a FlightGear client must be
available, either:
 - installed on the same host, with the appropriate scenery and aircraft models;
 - or running on an accessible host, started with the appropriate options.

For an integrated voice radio system in FlightGear and FSD network sessions, the
FGCom-mumble plug-in must be run with an external Mumble client (version 1.4.0
or higher); see link below to download it.
The legacy standalone FGCom is also supported as an alternative for FlightGear
sessions, although it is deprecated. A working executable comes with FG, or you
can download one from the ATC-pie project file list on SourceForge.



*** Linux ***

The sections below refer to "packages" and "libraries" to install, and assume
the APT package management system. To install a package from a shell terminal,
use the following command format:
  sudo apt-get install <package>
To install a Python3 library, the easiest way is to install the "python3-pip"
package, then use the following command format:
  sudo pip3 install <library>

Proceed with the required section below. See the description above for the
features enabled by the optional libraries, and install as desired.

>> Basic dependencies (REQUIRED)
The packages to install (apt-get) are:
 - python3
 - python3-pyqt5
 - python3-pyqt5.qtmultimedia
 - libqt5multimedia5-plugins

>> IRC library (optional)
Single "irc" library required:
  sudo pip3 install irc

>> PyAudio (optional)
First install the following packages (apt-get):
 - portaudio19-dev
 - swig
 - libpulse-dev
Then, install the PyAudio library:
  sudo pip3 install pyaudio

>> PyMumble (optional)
Requires PyAudio (see above), and the PyMumble library:
  sudo pip3 install pymumble

>> PocketSphinx (optional)
Requires PyAudio (see above), and the PocketSphinx library:
  sudo pip3 install PocketSphinx

>> pyttsx3 (optional)
Single "pyttsx3" library required:
  sudo pip3 install pyttsx3


*** Windows ***

To get both Python3 and PyQt5 dependencies working at once, a trick is to
install a WinPython+Qt5 package, downloadable from:
  https://sourceforge.net/projects/winpython/

Once the ATC-pie files are downloaded/extracted:
 1. right click on the "ATC-pie.py" file icon and "create a shortcut";
 2. right click on the new shortcut icon and open the properties dialog;
 3. in the "target" field, add "cmd /k " before the file path already present
    (mind the TWO spaces in the added prefix);
 4. the "start in" field must contain the path to the ATC-pie directory;
 5. accept the dialog.

If your .py files are correctly associated with Python3 (cf. "Open with"), a
double click on the created shortcut should start the program. You may move the
shortcut out of the ATC-pie directory, e.g. to your desktop or the "start" menu.


*** Mac ***

Use the official download links below, and have a look at the following forum
thread: http://forum.flightgear.org/viewtopic.php?f=83&t=25416&p=251892#p251884



===============
  CUSTOMISING
===============

Many configuration options can be managed from the application itself, via menus
and dialogs. For more advanced customisation, read the "CONFIG/Notice" file.



=================================
  SCRIPTS IN THE ROOT DIRECTORY
=================================

*** ATC-pie.py ***

The one you most want to run. See the installation guide for help and options
(link in the resource section below).


*** cleanUp.sh ***

ATC-pie generates log and cache files, which are safe to remove if you want to
clear up space. Run this script with no argument to do so. It will neither
break the ATC-pie start-up nor alter any personal setting.


*** mkElevMap.py ***

This is a convenient script to generate an elevation map for an area, typically
around an airport for more accurate rendering of AI traffic in solo and teaching
sessions. It uses the "fgelev" tool, which comes with FlightGear.

Usage: mkElevMap.py <nw> <se> <prec_metres> [-- <fgelev_cmd>]

Replace <nw> and <se> with the cordinates of the North-West and South-East
corners of the area you want to cover with your map (it should cover all airport
taxiways and runways). Argument <prec_metres> is the minimum precision you want
to generate the map with, in metres between the plotted points. The flatter your
field is, the larger this value can be. You may provide a full path to the
"fgelev" executable (last argument <fgelev_cmd>), including options.

The resulting map will be written to "OUTPUT/auto.elev", which you can rename
and move to "CONFIG/elev" as appropriate. See "CONFIG/elev/Notice" for more
details on the format and purpose of ground elevation maps.



=============
  RESOURCES
=============

*** General links ***

Main project page: http://sourceforge.net/projects/atc-pie
Project wiki page: http://wiki.flightgear.org/ATC-pie
GNU GPLv3:         http://www.gnu.org/licenses/gpl-3.0.html


*** Official download links for dependencies ***

Python3:      https://www.python.org/downloads/
PyQt5:        http://www.riverbankcomputing.com/software/pyqt/download5
IRC library:  https://pypi.python.org/pypi/irc
PyAudio:      https://pypi.python.org/pypi/PyAudio
PyMumble:     https://pypi.org/project/pymumble/
PocketSphinx: https://pypi.python.org/pypi/pocketsphinx
pyttsx3:      https://pypi.python.org/pypi/pyttsx3
FlightGear:   http://www.flightgear.org/download/
Mumble:       https://www.mumble.info/
FGCom-mumble: https://github.com/hbeni/fgcom-mumble/


*** For info/help ***

Installation:   http://wiki.flightgear.org/ATC-pie_installation_guide
User guide:     http://wiki.flightgear.org/ATC-pie_user_guide
FAQ:            http://wiki.flightgear.org/ATC-pie_FAQ
Video tutorial: http://www.youtube.com/playlist?list=PL1EQKKHhDVJvvWpcX_BqeOIsmeW2A_8Yb
Support forum:  http://forum.flightgear.org/viewforum.php?f=83


*** Development sites and repositories (for developers and contributors) ***

Dev wiki:    https://sourceforge.net/p/atc-pie/wiki
Testers' ML: https://sourceforge.net/p/atc-pie/mailing-lists/atc-pie-testing
Code mirror: https://gitlab.com/atc-pie/atc-pie