[Dxspider-support] remote database

Roland Huysentruyt,ON6HH on6hh at yucom.be
Wed Dec 31 08:39:58 GMT 2003


Ok Tom,tnx info .I hope Dirk can fix it in next release .
Otherwize iI will try your solution ,TNX !
73
Roland, on6hh at yucom.be

----- Original Message ----- 
From: Tommy Johansson <sm3osm at telia.com>

I just found out there was a remote database command ;-) Have only used remote
command for that. Maybe you can try something like that in the meantime? This
is /spider/local_cmd/show/144.pl at sm3osm-6:

#!/usr/bin/perl
my $self = shift;
my $vhfcall = shift;
my $line = "sh/144 $vhfcall";
my $call = "sk3gw-6";
$call = uc $call;
my $noderef = Route::Node::get($call);
return(1, $self->msg('e7',$call)) unless $noderef;
DXProt::addrcmd($self, $call, $line);
return(1, $self->msg('rcmdo', $line, $call));

It is for the vhf database (by DL8EBW). It will send commands like show/144 <call or locator> 
to sk3gw-6.







More information about the Dxspider-support mailing list