PNP support

This commit is contained in:
Ian Renton
2025-09-27 11:46:06 +01:00
parent 172fba43c4
commit b1346e26ea
4 changed files with 68 additions and 9 deletions

15
main.py
View File

@@ -4,6 +4,7 @@ import signal
from providers.dxcluster import DXCluster
from providers.gma import GMA
from providers.hema import HEMA
from providers.parksnpeaks import ParksNPeaks
from providers.pota import POTA
from providers.sota import SOTA
from providers.wwbota import WWBOTA
@@ -23,14 +24,14 @@ if __name__ == '__main__':
# Create providers
providers = [
# POTA(),
# SOTA(),
# WWFF(),
# WWBOTA(),
# GMA(),
POTA(),
SOTA(),
WWFF(),
WWBOTA(),
GMA(),
HEMA(),
# todo PNP
# DXCluster("hrd.wa9pie.net", 8000),
ParksNPeaks(),
DXCluster("hrd.wa9pie.net", 8000),
# DXCluster("dxc.w3lpl.net", 22)
]
# Set up spot list