FS Manual
FS Manual
FlightStrip Manager
by Hawk Softworks
https://hawk-softworks.de
Last updated: 10.11.2020
Table of Contents
Introduction........................................................................................................................................2
FlightStrip Manager Client ..................................................................................................................3
FSM Setup.......................................................................................................................................3
Login ...........................................................................................................................................3
Settings .......................................................................................................................................4
Columns ......................................................................................................................................5
Add a column ..........................................................................................................................5
Remove a column....................................................................................................................6
Flightstrips ..................................................................................................................................7
Add Flightstrips .......................................................................................................................7
Delete Flightstrips ...................................................................................................................8
Flightstrip Explanation .............................................................................................................9
Using the FSM ............................................................................................................................... 10
Move Flightstrips ...................................................................................................................... 10
IVAO / VATSIM Connection ....................................................................................................... 11
Multisession.................................................................................................................................. 12
Connect to a server ................................................................................................................... 12
Synchronize Flightstrips............................................................................................................. 13
Themes ......................................................................................................................................... 14
FlightStrip Manager Server ............................................................................................................... 15
Set up a local server ...................................................................................................................... 15
Server commands ......................................................................................................................... 16
Set up a Google server .................................................................................................................. 17
1
Introduction
The FlightStrip Manager supports you as an Air Traffic Controller during your sessions on
IVAO, VATSIM, any other online network or while practicing offline. A high degree of
customization allows you to setup your Controller Workspace as needed.
All settings as well as the colortheme-file can be saved and shared with other controllers.
The FlightStrip Manager also has a multiplayer support which allows you to control aircrafts
together with other controllers.
2
FlightStrip Manager Client
FSM Setup
Login
Use your Hawk Softworks credentials to get access to the FlightStrip Manager.
3
Settings
Here you can customize your key bindings and the default Server IP.
You can also choose your own color theme. (How to create a theme?)
4
Columns
Add a column
5
Choose a column name, e.g. “Delivery”.
Remove a column
6
Flightstrips
Add Flightstrips
You can choose between three different Flightstrips (Inbound, Outbound, VFR)
to ensure a good overview.
7
Delete Flightstrips
8
Flightstrip Explanation
Field Description
Callsign Callsign of the controlled aircraft
Dep Departure ICAO
Arr Arrival ICAO
Aircraft Aircraft type
W Wake category
FR Flightrule
Altitude Assigned Altitude
Status Assigned Status
Gate Assigned Gate
Info Short note
Squawk Assigned Squawk Code
Runway Assigned Runway
SID/STAR Assigned SID/STAR
Free Text Field for personal notes e.g. traffic patterns or
taxi routes
9
Using the FSM
Move Flightstrips
Drag n drop a Flightstrip with the right mouse button inside the column
to change its position.
Drag n drop a Flightstrip with the right mouse button to another column.
10
IVAO / VATSIM Connection
As soon as you enter the Callsign in a Flightstrip, the FSM will try to get all the information about that
airplane from the selected network. Due to IVAO’s and VATSIM’s restrictions, it can take up to 5
minutes until an airplane shows up. Usually this process takes no more than 5 seconds.
11
Multisession
Connect to a server
Enter the ip address and the port. The default server ip can be changed in the settings.
To connect to a local server, you need to be in the same network. You can achieve this with e.g.
Hamachi (https://vpn.net).
12
Synchronize Flightstrips
If you experience any troubles, you can synchronize your Flightstrips with the server.
13
Themes
You can create your own themes or modify the existing ones.
To add your own Theme, copy and paste everything that is enclosed between the curly brackets
“{…}”
14
FlightStrip Manager Server
Execute the server file. If you want to set a custom port, press “y” and enter your port.
Otherwise press “n”.
To connect to a local server, you need to be in the same network. You can achieve this with e.g.
Hamachi (https://vpn.net).
15
Server commands
16
Set up a Google server
You need a VM instance of a Compute Engine. On your dashboard click “Create Instance”
17
10 GB with Ubuntu is more than enough
18
Set up your firewall (It’s on your VM Instances dashboard)
19
Allow the ports you want to use
Upload the FsmHost File via SSH on you Google server. (Gear icon in the top right of you SSH
window).
To access the FlightStrip Manager Server after closing and reopening the SSH-window, you need
tmux. (https://github.com/tmux/tmux/wiki) or (https://wiki.ubuntuusers.de/tmux/)
• tmux ls
• tmux new -s name
• tmux attach -t name
• tmux kill-server
• tmux detach
Start a new tmux session and execute the FsmHost via “./FsmHost”
20