Giter Club home page Giter Club logo

foreflightrelay's Introduction

ForeFlightRelay

This stand-alone Windows application listens for data from Microsoft Flight Simulator and broadcast UDP packets for ForeFlight to receive and display information about your flight.

Installing the Application

  1. Download the ZIP file for the latest version here: https://github.com/Andywmm9/Miller.Msfs.ForeFlightRelay/releases.
  2. Unzip to a location on your machine.
  3. Run Miller.Msfs.ForeFlightRelay.exe. When a connection to the simulator is found, the red circle will change to green, and packets will then be broadcasted on your local network. ForeFlight should automatically begin using this, if not check ForeFlight's Settings and Devices.

Configuring MSFS to Auto Launch ForeFlightRelay

A great feature about flight simulator is that it supports automatically launching apps when flight simulator starts so you will never have to remember to start this program. Navigate to this path (note this may differ based on the MS Store version versus Steam): C:\Users[username]\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache.

Check to see if a exe.xml file exists in this path. If it does not, then create it.

If you created the file, paste this in the file, update the path, and save and close:

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>EXE.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>True</Launch.ManualLoad>

  <Launch.Addon>
    <Name>ForeFlight Relay</Name>
    <Disabled>False</Disabled>
    <Path>[path to Miller.Msfs.ForeFlightRelay.exe]</Path>
    <CommandLine></CommandLine>
  </Launch.Addon>
</SimBase.Document>

Compiling the Source Code

Download and compile the source code using Visual Studio. The only prequisite, SimConnect.dll and Microsoft.FlightSimulator.SimConnect.dll are included in the project directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.