Cluster utility
Posted: 13 Dec 2024, 04:40
I created a cluster utility which allows you to curate spots.
Biggest thing is it does a QRZ lookup of the callsigns to ensure they are valid. That eliminates virtually all bad spots.
Allows you to filter CW Skimmer spots based on a minimum dB level.
Dumps spot by default ever 60 seconds at 2 seconds after the minute.
Has a 10 minute spot cache to eliminate duplicates.
You can curate spotters to ignore them or show them as reviewed.
I use this filter for North America since I don't do CW.
spottercont = na and unique > 2 and not skimmer
You connect this utility to the spot server of your choice then set Log4OM to 127.0.0.1:7373
https://github.com/mdblack98/DxClusterUtil
Biggest thing is it does a QRZ lookup of the callsigns to ensure they are valid. That eliminates virtually all bad spots.
Allows you to filter CW Skimmer spots based on a minimum dB level.
Dumps spot by default ever 60 seconds at 2 seconds after the minute.
Has a 10 minute spot cache to eliminate duplicates.
You can curate spotters to ignore them or show them as reviewed.
I use this filter for North America since I don't do CW.
spottercont = na and unique > 2 and not skimmer
You connect this utility to the spot server of your choice then set Log4OM to 127.0.0.1:7373
https://github.com/mdblack98/DxClusterUtil