fix missing fields in rbn_cache, add timings
authorDirk Koopman <djk@tobit.co.uk>
Fri, 14 Aug 2020 13:33:19 +0000 (14:33 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 14 Aug 2020 13:33:19 +0000 (14:33 +0100)
commit44d90466304eae7d7aab0f375ac4c07a3f37b586
treebaf24a76104ba96e642d930c43ae20f48a61699b
parentcb319a377cdf61f610b57bb1336eba1b5873db2b
fix missing fields in rbn_cache, add timings

set/debug rbntimer will show how long a queue takes to process (remember
that this includes sending data out to users).
set/debug rbnskim shows the process of determining the "one true frequency" of
a spot, by running a weighed "auction" of all the spotters's performance
in previous "auctions". A spotter's frequency "score" can be between 5 and -5
(good -> bad) and that is added to each version of the frequency that is
sent by the RBN. The frequency with the highest score is the one posted.
It is the 'QRGScore' in the "progress" spot message.
perl/DXUtil.pm
perl/RBN.pm