Bachelorproject @ SDU, F23. Software Engineering
Students:
- Jonas Solhaug Kaad (jokaa17@student.sdu.dk)
- Victor Andreas Boye (viboy20@student.sdu.dk)
- Alexander Vinding Nørup (alnoe20@student.sdu.dk)
Supervisor: Kamrul Islam Shahin - kish@mmmi.sdu.dk
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.