Swift: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
m (Some formatting changes)
Line 7: Line 7:
|maintainers = Lars Toenning
|maintainers = Lars Toenning
|developers  = Lars Toenning
|developers  = Lars Toenning
|folders = [https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/Network/Swift/ [1]]
|folders = {{flightgear source | path = src/Network/Swift/ }}
}}
}}


This module allows FlightGear to connect to an externally running ''swift'' client.
This module allows [[FlightGear]] to connect to an externally running '''''swift''''' client.


''swift'' is an open-source pilot client for multiple flight simulators (FSX, P3D, FS9, XPlane, FG) and operating systems (Windows, MacOS, Linux). It allows connections to FSD servers like VATSIM. Further information about ''swift'' can be [https://datastore.swift-project.org/page/about.php found here].
''swift'' is an open-source pilot client for multiple flight simulators (FSX, P3D, FS9, XPlane, FG) and operating systems (Windows, MacOS, Linux). It allows connections to FSD servers like VATSIM. Further information about ''swift'' can be [https://datastore.swift-project.org/page/about.php found here].
Line 16: Line 16:
== swift project status ==
== swift project status ==
''swift'' is actively developed [https://dev.swift-project.org/ here] and is in public beta status.
''swift'' is actively developed [https://dev.swift-project.org/ here] and is in public beta status.


== Current features ==
== Current features ==
Line 25: Line 24:
* model matching
* model matching
* Database support for model mappings, users can contribute
* Database support for model mappings, users can contribute
* TCAS support  
* [[TCAS]] support  


== Compatibility ==
== Compatibility ==
For communication between Flightgear and swift dbus is used. To assure that both sides using the same commands for communication the FGSWIFTBUS_API_VERSION must match each other. Otherwise connection is not possible.
For communication between FlightGear and swift dbus is used. To assure that both sides using the same commands for communication the FGSWIFTBUS_API_VERSION must match each other. Otherwise connection is not possible.


For compatibility see following table:
For compatibility see the following table:


{| class="wikitable" style="text-align:center;"  
{| class="wikitable" style="text-align:center; border: none; background: none;"  
|-
|-
! scope="col"| swift/Flightgear
!{{diagonal split header|swift|FlightGear}}
! scope="col"| <2019.2
! scope="col"| <2019.2
! scope="col"| next
! scope="col"| next
Line 46: Line 45:
| style="background-color:#ff0000;"| 1/-
| style="background-color:#ff0000;"| 1/-
|}
|}
<swift/flightgear>


== Aircraft mapping (swift mapping tool) ==
== Aircraft mapping (swift mapping tool) ==
For correct aircraft loading and parsing into swift you need to add FGs model directories.
For correct aircraft loading and parsing into swift you need to add FG's model directories.
The supported folders are:
The supported folders are:
* FGDATA/AI/Aircraft
* <tt>[[$FG_ROOT]]/AI/Aircraft</tt>
* Any other folder which contains user-flyable airplanes (in seperate folders).
* Any other folder which contains user-flyable airplanes (in separate folders).


=== Note for Windows users ===
=== Note for Windows users ===
Starting with swift 0.9.1 swift automatically adds the sim and model paths if Flightgear was installed through the installer.
Starting with swift 0.9.1, swift automatically adds the sim and model paths if FlightGear was installed through the installer.


== Links ==
== WIP video ==
* WIP-video: https://www.youtube.com/watch?v=l5O3tRobYPY
{{#ev:youtube|l5O3tRobYPY}}


== See also ==
== Related content ==
* [[SquawkGear]] An older client
* [[SquawkGear]] An older client


[[Category:Software]]
[[Category:Software]]

Revision as of 08:14, 8 May 2020

swift-connection module
FG swift connection.PNG
Started in 10/2018
Description Connection module to swift pilot client which allows connections to FSD servers like VATSIM
Maintainer(s) Lars Toenning
Contributor(s) Lars Toenning
Status Released (FG 2020.1) and actively developed
Folders flightgear/flightgear/next/src/Network/Swift/

This module allows FlightGear to connect to an externally running swift client.

swift is an open-source pilot client for multiple flight simulators (FSX, P3D, FS9, XPlane, FG) and operating systems (Windows, MacOS, Linux). It allows connections to FSD servers like VATSIM. Further information about swift can be found here.

swift project status

swift is actively developed here and is in public beta status.

Current features

The key features include:

  • aircraft interpolation
  • voice communication with ATC, support for new VATSIM codec planned
  • model matching
  • Database support for model mappings, users can contribute
  • TCAS support

Compatibility

For communication between FlightGear and swift dbus is used. To assure that both sides using the same commands for communication the FGSWIFTBUS_API_VERSION must match each other. Otherwise connection is not possible.

For compatibility see the following table:

FlightGear
swift
<2019.2 next
<=0.9.3 -/- -/-
develop 1/- 1/-

Aircraft mapping (swift mapping tool)

For correct aircraft loading and parsing into swift you need to add FG's model directories. The supported folders are:

  • $FG_ROOT/AI/Aircraft
  • Any other folder which contains user-flyable airplanes (in separate folders).

Note for Windows users

Starting with swift 0.9.1, swift automatically adds the sim and model paths if FlightGear was installed through the installer.

WIP video

Related content