Commit Graph

57 Commits

Author SHA1 Message Date
Jakob Ketterl 5ab2f02f63 multi-profile decoding 2020-04-23 00:21:59 +02:00
Jakob Ketterl 0120b33a25 refactor chopper out of wsjt 2020-04-22 23:53:19 +02:00
Jakob Ketterl d07cbb2b10 more abc 2020-04-05 21:48:05 +02:00
Jakob Ketterl 4d67b684e4 refactor 2020-04-05 19:08:58 +02:00
Jakob Ketterl d06e9151b9 pass the frequency along with the job, refs #22 #61 2020-04-05 16:35:46 +02:00
Jakob Ketterl 366def0235 use abc 2020-04-05 15:22:23 +02:00
Jakob Ketterl 541c38151f split config and property code, first test 2020-03-21 22:40:39 +01:00
Jakob Ketterl ea5b5dc8fb avoid preexec_fn (something's leaky there) 2020-01-17 12:17:15 +00:00
Jakob Ketterl 0e528c9267 refactor parsers; introduce new pocsag parser 2020-01-09 15:11:53 +01:00
Jakob Ketterl de958ca091 seems like this fixes the starvation of workers 2020-01-02 19:35:58 +01:00
Jakob Ketterl b5c5bcb9f1 fix readline problem 2019-12-21 21:17:19 +01:00
Jakob Ketterl 8fe9bf6292 attempt better wsjt decoder handling 2019-12-21 21:08:44 +01:00
Jakob Ketterl 95253e40bd organize timers and threads to get proper shutdown 2019-10-31 22:24:31 +01:00
Jakob Ketterl 6911ca407e code format 2019-09-25 00:47:34 +02:00
Jakob Ketterl ba03243527 fix date 2019-09-24 21:42:00 +02:00
Jakob Ketterl f8dcff788b build valid packets (hopefully) 2019-09-23 22:45:55 +02:00
Jakob Ketterl 4be34e4dc1 integrate pskreporter scheduling (no upload yet) 2019-09-23 18:33:52 +02:00
Jakob Ketterl ae87185ad0 run the formatter once more 2019-09-23 03:15:24 +02:00
Jakob Ketterl 52afe3fb02 tone down wsjt logging 2019-09-22 12:57:59 +02:00
Jakob Ketterl 30512e347a fix more threading issues; add users metric 2019-09-18 15:40:23 +02:00
Jakob Ketterl 6f983ccb6b synchronize scheduler access 2019-09-18 01:46:31 +02:00
Jakob Ketterl 3814767e28 count errors 2019-09-18 01:46:09 +02:00
Jakob Ketterl 5b6edd110d wsjt decoding depth configuration 2019-09-15 16:37:12 +02:00
Jakob Ketterl 392c226cbe overflow metrics 2019-09-15 12:23:35 +02:00
Jakob Ketterl 98f1545fca code format 2019-09-13 23:03:05 +02:00
Jakob Ketterl be05b54053 jt65 seems very prone to false decodes 2019-09-13 20:58:37 +02:00
Jakob Ketterl 6ff55e1279 queue in / out stats 2019-09-13 00:16:36 +02:00
Jakob Ketterl 338a19373c count aprs decodes, too 2019-09-12 23:23:50 +02:00
Jakob Ketterl bc5b16b5e3 rewire the metrics; make queue length metric available 2019-09-12 22:50:29 +02:00
Jakob Ketterl a11875145b make wsjt queue configurable 2019-09-12 15:32:54 +02:00
Jakob Ketterl 5cc67aba15 handle execptions during decode to avoid worker drain 2019-08-23 22:32:46 +02:00
Jakob Ketterl fadcb9b43f handle a full queue 2019-08-22 21:24:36 +02:00
Jakob Ketterl 24d134ad6c try to avoid stressing out the cpu by using a proper queue 2019-08-22 21:16:43 +02:00
Jakob Ketterl faaef9d9f8 let's be nice 2019-08-22 20:51:36 +02:00
Jakob Ketterl d467d79bdf code format with black 2019-08-11 11:37:45 +02:00
Jakob Ketterl 92321a3b4e simple metrics api to interface with collectd and grafana 2019-08-04 18:36:03 +02:00
Jakob Ketterl fa08009c50 more logging improvements 2019-07-28 12:11:22 +02:00
D0han e15dc1ce11 Reformatted with black -l 120 -t py35 . 2019-07-21 19:40:28 +02:00
Jakob Ketterl 6900810f5d modify so that it runs with python 3.5, too 2019-07-21 13:07:38 +01:00
Jakob Ketterl 25b0e86f09 add FT4 because why not 2019-07-20 13:38:25 +02:00
Jakob Ketterl 18b65f769f better timestamping and overhaul 2019-07-20 12:47:10 +02:00
Jakob Ketterl a15341fdcf detect and pass band information to the map 2019-07-14 19:32:48 +02:00
Jakob Ketterl 7dcfead843 let's try to implement jt65 and jt9 as well 2019-07-14 17:09:34 +02:00
Jakob Ketterl 69c3a63794 link the map in wpsr messages, too 2019-07-14 14:33:30 +02:00
Jakob Ketterl 6d5c8491e4 implement wspr 2019-07-13 23:16:25 +02:00
Jakob Ketterl 935e79c9c2 use a temporary directory to avoid permission problems 2019-07-13 17:16:38 +02:00
Jakob Ketterl efc5b936f8 clean up after use 2019-07-12 19:34:04 +02:00
Jakob Ketterl 2470c2bfa6 pass through the mode on the map 2019-07-11 23:40:09 +02:00
Jakob Ketterl d606c85443 separate decoder files 2019-07-11 20:48:02 +02:00
Jakob Ketterl cb0b950d34 protect the wave file switchover with a lock, since race conditions have
occured
2019-07-10 22:09:31 +02:00