Commit Graph

55 Commits

Author SHA1 Message Date
Per Qvarforth eee9339ee8 Changed database user to postgres 2025-01-12 17:35:47 +01:00
Per Qvarforth 012421e304 Fix to avoid db connection refused 2025-01-08 22:58:56 +01:00
Per Qvarforth 9f88dd7139 Refactoring the code base and now prioritizing Docker for startup. 2025-01-06 19:12:15 +01:00
Per Qvarforth 3d9d8e1f72 Merge branch 'main' of github.com:qvarforth/trackdirect into main 2023-05-22 19:04:53 +00:00
Per Qvarforth 84b711a122 fixed problem with the filter functionality 2023-05-22 19:04:42 +00:00
Per Qvarforth dbd10cf1e1
Merge pull request #35 from peterus/db_fix
add a missing space to a db call
2023-01-15 21:36:31 +01:00
Peter Buchegger bbdae18b0f add missing space 2023-01-13 22:38:57 +01:00
Peter Buchegger 4a9cdbd357
remove ws server url and external port from WebSocketServerFactory 2023-01-07 12:25:37 +01:00
Per Qvarforth 994075cce1 frequency limit per packet type 2022-10-09 13:47:35 +00:00
Per Qvarforth e8d8672f6c python3 changes 2022-10-09 13:44:03 +00:00
Dashie ed01aa8f9d
Uses \copy instead of copy to uses psql copy function, avoiding access right issues 2022-08-09 16:27:09 +02:00
Dashie 17d91d50c8
more db unicode fixes 2022-08-09 14:26:37 +02:00
Dashie 22973d7036
py3 decode order 2022-08-09 14:23:19 +02:00
Dashie d9fc52bf48
py3: singleton fixes 2022-08-09 12:48:22 +02:00
Dashie 9360158a01
py3: fix unicode handling 2022-08-09 12:17:54 +02:00
Dashie dd2a0845c8
avoid unreferenced assignment 2022-08-09 11:58:16 +02:00
Dashie c99ac4a210
py3: xrange is now range 2022-08-09 11:56:21 +02:00
Dashie e8c2fb5428
py3: None checking 2022-08-09 11:55:51 +02:00
Dashie ec263ee079
py3 decode thing 2022-08-09 11:39:14 +02:00
Dashie ffdb5a5413
maybe encode only if bytes; also condition now unneeded 2022-08-09 11:31:33 +02:00
Dashie 52c429cd60
py3: unicode is now str 2022-08-09 11:29:24 +02:00
Dashie d8be441e06
in py3 long is now under int 2022-08-09 11:25:57 +02:00
Dashie d87ae9bcec
The singleton thing needs to match the path to class apparently 2022-08-09 10:02:40 +02:00
Dashie f361e7de1f
ConfigParser is now lowercase 2022-08-09 09:36:32 +02:00
Dashie b12ee46ef4
Add print informations if config missing 2022-08-09 09:35:51 +02:00
Dashie 814a9b54fc
Call python instead of python2 2022-08-09 09:33:56 +02:00
Per Qvarforth 5382975ae2 New heatmap functionality 2022-07-28 12:55:52 +00:00
Per Qvarforth 332bbd538d Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-07-25 15:27:30 +00:00
Per Qvarforth 0eda826225 Modified comment 2022-07-25 15:25:37 +00:00
Per Qvarforth 0a41df1bd9 reduced memory usage and made it possible to disable duplicate detection 2022-04-18 15:11:54 +02:00
Per Qvarforth 4038e3e9e1 Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-02-20 17:25:37 +01:00
Per Qvarforth d35a019027 added adaptive frequncy limit for OGN 2022-02-20 17:25:30 +01:00
Per Qvarforth 5efc2283aa Increased heatmap time period 2022-02-20 14:47:27 +00:00
Per Qvarforth 944ec28bfc paraglider symbol fix 2022-02-19 13:23:58 +00:00
FlyingBird22 b56cdd1be8 Show own symbol for paragliders
Show own symbol for paragliders
In OGN database there are 9% paragliders and 0.6% hanggliders registered.
They both are still sharing the same symbol (hangglider).
The number of registered paragliders will increase.
It is time to give paragliders an own symbol.
2022-02-16 19:12:48 +01:00
Per Qvarforth 007f84bc3f Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-02-07 21:25:54 +00:00
Per Qvarforth 5318267dc5 improved websocket server logging 2022-02-07 21:17:51 +00:00
Per Qvarforth 837753d6e9 websocket server worker refactoring 2022-02-07 21:17:09 +00:00
Peter Buchegger 2adc113c23
Merge branch 'qvarforth:main' into add_docker 2022-02-05 19:26:27 +01:00
Per Qvarforth 580d2186e1 websocket cpu use changes 2022-02-05 10:36:15 +01:00
Peter Buchegger da0178119c
Merge branch 'qvarforth:main' into add_docker 2022-02-02 23:25:40 +01:00
Per Qvarforth d4716b606d startup script fixes 2022-02-02 22:19:25 +01:00
Per Qvarforth 7164f0edad support for websocket external port 2022-02-02 22:16:42 +01:00
Peter Buchegger 37d0cd1628 master thread should also do some work 2022-02-02 21:40:49 +01:00
Peter Buchegger b9d2177468 run processes forever 2022-02-02 16:35:03 +01:00
Peter Buchegger c4858e712f add newline 2022-02-02 16:34:44 +01:00
Peter Buchegger 4897dfe091 run socketserver forever 2022-02-02 16:34:22 +01:00
Peter Buchegger b1f17027d5 add logging to stdout 2022-02-02 15:27:22 +01:00
Peter Buchegger 6e2a6cb0d8 Merge branch 'main' of https://github.com/qvarforth/trackdirect into qvarforth-main 2022-01-31 18:34:50 +01:00
Per Qvarforth e01254df21 improved configuration 2022-01-30 16:47:48 +01:00