Skip to content

crazzmc/Flight-Events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight Events

.NET Core

This is a system to enhance the experience of flying in group with friends.

This includes:

  • A server to handle 2-way communications. The web server also provides with a web interface to display all participating aircraft and upcoming events.
  • A client to communicate with flight simulators via SimConnect and send data to the server.
  • The same client can also serve as a simplified FSD server for ATC radar software such as Euroscope or AURORA.
  • A Discord bot to automatically move players between voice channels based on their COM1 frequency https://discordapp.com/api/oauth2/authorize?client_id={BOT_CLIENT_ID}&scope=bot&permissions=221249553

NOTES

  • The client automatically forces single instance unless --multiple-instances flag is used at launch.

TODO

  • Show ATC on map
  • Show flight path trace
    • Show multiple trace at the same time
  • Dynamic refresh rate
  • Dark mode on map
  • Show flight status on Discord
    • Bot command !finfo
  • Colors for connection states
  • Teleport aircraft using map
  • x64 SimConnect from MSFS
  • Setting for minimize to Task bar
  • Search airport on map
  • MSIX packaging
  • Gamebar integration
  • Gradient for altitude
  • 3D terrain

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.9%
  • TypeScript 30.4%
  • JavaScript 2.5%
  • HTML 1.5%
  • Dockerfile 0.3%
  • CSS 0.3%
  • Batchfile 0.1%