[Dxspider-support] Subroutine for RBN spots in Local.pm?

Kin ea3cv at cronux.net
Thu May 2 14:51:51 BST 2024


I'm glad, Tony.
Some time ago I also modified RBN.pm to call rbn() in Local.pm. It was a test to analyse rbn traffic. All I have left are these remnants:
 
sub rbn
{
       my ($self, $origin, $qrg, $call, $mode, $s, $utz, $respot) = @_;
       my $l_rbn = "$self, $origin, $qrg, $call, $mode, $s, $utz, $respot";
 
       my %mqtt_rbn = ('RBN'=>$l_rbn);
       $json = JSON->new->canonical(1)->encode( \%mqtt_rbn );
       $mqtt->publish("spider/raw/nodo-6", $json);
       return 0;
}
 
Regards,
 
Kin EA3CV
 
 
De: Tony K1AX <k1ax at outlook.com> 
Enviado el: jueves, 2 de mayo de 2024 14:06
Para: Kin EA3CV <ea3cv at cronux.net>; The DXSpider Support list <dxspider-support at tobit.co.uk>; Dirk Koopman via Dxspider-support <Dxspider-support at tobit.co.uk>
Asunto: RE: [Dxspider-support] Subroutine for RBN spots in Local.pm?
 
Thanks, Kin. As a temporary workaround, I added a custom method within Local.pm and a call to the method within the ‘send_final’ subroutine and everything seems to be working FB.  
 
73,
Tony K1AX
 
From: Kin EA3CV <ea3cv at cronux.net> 
Sent: Wednesday, May 1, 2024 4:11 PM
To: The DXSpider Support list <dxspider-support at tobit.co.uk>; Dirk Koopman via Dxspider-support <Dxspider-support at tobit.co.uk>
Cc: Tony K1AX <k1ax at outlook.com>
Subject: Re: [Dxspider-support] Subroutine for RBN spots in Local.pm?
 
When I looked at it it wasn't possible without modifying another part of the code.
 
73 de Kin EA3CV
 
 
 
Enviado desde Outlook para Android <https://aka.ms/AAb9ysg> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20240502/a617fff3/attachment-0001.htm>


More information about the Dxspider-support mailing list