Commit Graph

213 Commits

Author SHA1 Message Date
Sven Czarnian
5f00ea08cf add the projection function 2021-11-24 12:03:44 +01:00
Sven Czarnian
c767572dee ignore unused return values 2021-11-24 12:03:34 +01:00
Sven Czarnian
bd0fdb0899 fix a crash 2021-11-24 12:03:18 +01:00
Sven Czarnian
21e79a26f0 optimize every minute 2021-11-24 12:03:01 +01:00
Sven Czarnian
693f48c535 send the version, etc 2021-11-22 16:20:46 +01:00
Sven Czarnian
f021baf4cc allow unset weather provider 2021-11-22 16:19:46 +01:00
Sven Czarnian
18577ebe9a move the file for the later distribution 2021-11-18 08:53:53 +01:00
Sven Czarnian
d2b326fa9c add an endpoint to get the airport information 2021-11-18 08:47:09 +01:00
Sven Czarnian
23d00899fc cleanup the imports 2021-11-18 08:46:56 +01:00
Sven Czarnian
74bf3e7439 change to request-response communication for an easier update of euroscope 2021-11-18 08:46:47 +01:00
Sven Czarnian
60d671ea9a do not update the sequence after every optimization 2021-11-18 08:46:03 +01:00
Sven Czarnian
3affbd9d57 add the runway assignment based on shall-should-may 2021-11-17 10:02:29 +01:00
Sven Czarnian
3560e98ad2 set the maximum delay 2021-11-17 10:02:01 +01:00
Sven Czarnian
a9fc6bc701 cleanup the airport configuration 2021-11-17 10:01:49 +01:00
Sven Czarnian
7fe1af1def extend the configuration to define the maximum delay to execute may-assignments 2021-11-17 10:01:35 +01:00
Sven Czarnian
09fdf42255 extend the configuration with the runway assignments 2021-11-16 12:35:18 +01:00
Sven Czarnian
03483953c5 parse the runway assignments 2021-11-16 12:34:46 +01:00
Sven Czarnian
219ff481c3 add the assignment to the runway sequencing 2021-11-16 12:34:17 +01:00
Sven Czarnian
68dbb0b7da add the enumeration for the runway assignments 2021-11-16 12:34:04 +01:00
Sven Czarnian
8426d7cd30 rename the configuration flag 2021-11-15 21:14:31 +01:00
Sven Czarnian
4be95869b0 add the application file to run the complete system 2021-11-15 20:27:43 +01:00
Sven Czarnian
f73a0864de update to the new interface version 2021-11-15 20:27:24 +01:00
Sven Czarnian
0a51874006 update the report to get the latest information 2021-11-15 20:26:05 +01:00
Sven Czarnian
cae904ee39 remove the web URL configuration 2021-11-15 20:14:16 +01:00
Sven Czarnian
9bf0600488 update the configuration code 2021-11-15 18:26:03 +01:00
Sven Czarnian
50cd3e887e add helper functions to update and get information out of the airport data 2021-11-15 18:25:42 +01:00
Sven Czarnian
35d1012bf5 protect the AMAN itself by locks 2021-11-15 18:23:28 +01:00
Sven Czarnian
9028ef0442 remove the web UI 2021-11-15 18:20:33 +01:00
Sven Czarnian
e4ce4ff654 remove acquire() and release() functions and run the threads as deamons for easier cleanups 2021-11-15 17:33:26 +01:00
Sven Czarnian
2d3384f0aa add the REST-API dependencies 2021-11-15 17:29:35 +01:00
Sven Czarnian
7452eb595d request the current configuration after every iteration cycle 2021-11-14 10:02:36 +01:00
Sven Czarnian
f7b8f26e48 add the function to request the configuration 2021-11-14 10:02:21 +01:00
Sven Czarnian
5df1ceb204 the return value is not needed 2021-11-14 10:01:53 +01:00
Sven Czarnian
0a3502e98a add the runway assignment flag 2021-11-14 10:01:22 +01:00
Sven Czarnian
52d0373ebb store the airport's ICAO code 2021-11-14 10:01:13 +01:00
Sven Czarnian
f74ae4900c send the performance data as well 2021-11-14 09:35:51 +01:00
Sven Czarnian
e1663d7742 remove unused files 2021-11-14 08:03:16 +01:00
Sven Czarnian
38b4865ea5 remove useless includes 2021-11-13 22:55:13 +01:00
Sven Czarnian
8b34f622a3 adapt the code to split up predictions form the inbounds 2021-11-13 22:55:04 +01:00
Sven Czarnian
eba9e2deab use the new interfaces to receive the data 2021-11-13 22:54:20 +01:00
Sven Czarnian
22e9018807 fix issues in the data transmission 2021-11-13 22:54:04 +01:00
Sven Czarnian
bf10649df6 add functions to calculate other speeds, etc 2021-11-13 22:53:28 +01:00
Sven Czarnian
b3c98cdcea update the protocol 2021-11-13 22:52:30 +01:00
Sven Czarnian
d3a2784ec6 update to the current version 2021-11-13 15:07:35 +01:00
Sven Czarnian
9631157b10 use the new version 2021-11-13 11:19:16 +01:00
Sven Czarnian
530c9ea731 use the weather model as well 2021-11-13 10:00:54 +01:00
Sven Czarnian
39dcd03458 publish the used wind data as well 2021-11-13 09:57:23 +01:00
Sven Czarnian
46e04fca23 initialize the values with None 2021-11-13 09:56:14 +01:00
Sven Czarnian
7cdb04c8fd remove a useless print command 2021-11-13 09:50:22 +01:00
Sven Czarnian
75224a1952 add more information to the arrival waypoints 2021-11-13 09:46:43 +01:00