Bachelorproject @ SDU, F23. Software Engineering
Students:
- Jonas Solhaug Kaad ([email protected])
- Victor Andreas Boye ([email protected])
- Alexander Vinding Nørup ([email protected])
Supervisor: Kamrul Islam Shahin - [email protected]
In collaboration with ForeFlight.
Prerequisite: dotnet 7.x: https://dotnet.microsoft.com/en-us/download
- Clone the repository
- Copy:
FlightPatternDetection/appsettings.json
toFlightPatternDetection/appsettings.Development.json
and change:mysqlConnectionString
to point to a MariaDB server withFlightPatternDetection/Database_Creation.sql
loaded in.- Optional: Change
Logging.LogLevel.Default
toDebug
inFlightPatternDetection/appsettings.Development.json
- Optional: Change
- Find the latest NAVDB and place it here
FlightPatternDetection/NAVDB.sqlite
. - Optional: Load in some fallback flights into
FlightPatternDetection/FallbackHistoryData/
. Get some from a good friend or create your own by using avalaible python scripts inscripts/
(requires FF-vpn). (Remember that flights should be stored as.JSON
) - Debug and run. Use the
FlightPatternDetection
project as your startup project. Use thehttp
orhttps
launch-profile.