create reporting engine to distribute spots

This commit is contained in:
Jakob Ketterl
2021-01-14 20:52:56 +01:00
parent 2334ad1d5b
commit 132bd2b445
5 changed files with 63 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ from owrx.sdr import SdrService
from socketserver import ThreadingMixIn
from owrx.service import Services
from owrx.websocket import WebSocketConnection
from owrx.pskreporter import PskReporter
from owrx.reporting import ReportingEngine
from owrx.version import openwebrx_version
@@ -67,4 +67,4 @@ Support and info: https://groups.io/g/openwebrx
except KeyboardInterrupt:
WebSocketConnection.closeAll()
Services.stop()
PskReporter.stop()
ReportingEngine.stop()