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
|
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
|
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
|
f74ae4900c
|
send the performance data as well
|
2021-11-14 09:35:51 +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
|
39dcd03458
|
publish the used wind data as well
|
2021-11-13 09:57:23 +01:00 |
|
Sven Czarnian
|
cf8ec3242e
|
fix bugs in the DWD crawler
|
2021-11-13 09:45:17 +01:00 |
|
Sven Czarnian
|
d1536804a4
|
add a function to send the sequence to euroscope
|
2021-11-12 20:11:53 +01:00 |
|
Sven Czarnian
|
7c90ecc3b5
|
send the sequence to the UI
|
2021-11-11 14:22:58 +01:00 |
|
Sven Czarnian
|
014ea5fa0a
|
extend the configuration for the UI communication
|
2021-11-11 11:05:41 +01:00 |
|
Sven Czarnian
|
a468f1cc53
|
fix a VRB-bug
|
2021-10-17 17:12:05 +02:00 |
|
Sven Czarnian
|
1e043e2765
|
define member variables with capital letters
|
2021-10-13 12:52:29 +02:00 |
|
Sven Czarnian
|
fd324ea747
|
add some logging
|
2021-10-11 21:56:51 +02:00 |
|
Sven Czarnian
|
ebea408267
|
make the datetime code more readable
|
2021-10-11 21:56:39 +02:00 |
|
Sven Czarnian
|
8b43991c50
|
remove unreachable code
|
2021-10-10 08:27:19 +02:00 |
|
Sven Czarnian
|
11eae85e35
|
remove useless checks
|
2021-10-10 08:27:10 +02:00 |
|
Sven Czarnian
|
484be00e8c
|
redefined the API to avoid GC issues during the destruction of the AMAN and its children
|
2021-09-24 22:28:19 +02:00 |
|
Sven Czarnian
|
af52103ec8
|
fix an information
|
2021-09-24 22:10:58 +02:00 |
|
Sven Czarnian
|
11e76a3f24
|
refactor the code to abstract from the weather provider
|
2021-09-24 22:10:46 +02:00 |
|
Sven Czarnian
|
d851efcd4d
|
add a crawler to parse DWD data
|
2021-09-05 18:59:30 +02:00 |
|
Sven Czarnian
|
9fd05aa932
|
fix code formatting
|
2021-09-05 18:59:16 +02:00 |
|
Sven Czarnian
|
9de9b813ba
|
sort the received aircraft reports into the corresponding worker thread
|
2021-09-03 23:35:17 +02:00 |
|
Sven Czarnian
|
b10fae513e
|
use paths to the keys relative to the configuration path
|
2021-09-02 19:43:05 +02:00 |
|
Sven Czarnian
|
51b4013e6b
|
fix a crash
|
2021-08-30 21:56:16 +02:00 |
|
Sven Czarnian
|
c7738346bb
|
receive aircraft reports
|
2021-08-17 17:42:21 +02:00 |
|
Sven Czarnian
|
5a2b9983b6
|
switch to classic API
|
2021-08-16 07:58:19 +02:00 |
|
Sven Czarnian
|
36d2bfa8a0
|
remove the useless destructor
|
2021-08-15 12:56:42 +02:00 |
|
Sven Czarnian
|
0fdcf8e99e
|
use the destructor
|
2021-08-15 12:54:18 +02:00 |
|
Sven Czarnian
|
6b2072f43b
|
introduce a receiver thread
|
2021-08-15 12:54:10 +02:00 |
|
Sven Czarnian
|
8199b33d53
|
use one module for the complete ES communication
|
2021-08-15 09:00:04 +02:00 |
|
Sven Czarnian
|
355a5463e5
|
introduce the initialization code for the aircraft data receiver
|
2021-08-14 21:28:38 +02:00 |
|
Sven Czarnian
|
bd2d431c41
|
define the general package structure
|
2021-08-14 21:27:45 +02:00 |
|