[Xastir] XASTIR and RF PLOTs

Andrew Rich (VK4TEC) vk4tec at tech-software.net
Mon Mar 21 13:00:00 EST 2005


And even on the local port

#!/usr/bin/perl
use Net::Telnet;
my $host = "192.168.0.100";
my $t = new Net::Telnet(Timeout => '5',port => '2023');
$t->errmode('return');
$t->Net::Telnet::open($host);
print $t "user VK4TEC pass 21694 vers XASTIR 1.3.3\n";
sleep 4;

$i=0;
open (infile, "/root/.xastir/logs/rf_log.log");
while (<infile>)
{
@data=split(/,/);
($callsign,$rest)=split(/>/,$_,2);
if ($data[1] =~ m/^VK4GME-3\*/)
{
# print;
# print "VK$i>".$rest;
print $t "VK0$i>".$rest;
$i++;
# sleep 1;
}
}


On Tue, 2005-03-22 at 03:35 +1000, Andrew Rich (VK4TEC) wrote:
> #!/usr/bin/perl
> $i=0;
> open (infile, "/root/.xastir/logs/rf_log.log");
> while (<infile>)
> {
> @data=split(/,/);
> ($callsign,$rest)=split(/>/,$_,2);
> if ($data[1] =~ m/^VK4GME-3\*/)
> {
> # print;
> print "VK0$i>".$rest;
> $i++;
> # sleep 1;
> }
> }
> 
> 
> 
> On Tue, 2005-03-22 at 02:59 +1000, Andrew Rich wrote:
> > So my log looks like this
> > 
> > VK4HAB-9>RW36W1,VK4GME-3*,WIDE,WIDE:`PI\m+i>/"4+}
> > 
> > I should create a random object ?
> > 
> > looking for my spec
> > 
> > I know it is also mean and nasty, but what you can also do is create a
> > phantom callsign
> > 
> > (random number)>RW36W1,VK4GME-3*,WIDE,WIDE:`PI\m+i>/"4+}
> > 
> > this stop xastir deleting previous xxxxx icons
> > 
> > 
> > 
> > -----Original Message-----
> > From: Curt, WE7U [mailto:archer at eskimo.com]
> > Sent: Tuesday, 22 March 2005 01:53
> > To: Andrew Rich (VK4TEC)
> > Cc: xastir
> > Subject: Re: [Xastir] XASTIR and RF PLOTs
> > 
> > 
> > On Mon, 21 Mar 2005, Andrew Rich (VK4TEC) wrote:
> > 
> > > I have 6 months of data and I am plucking out
> > >
> > > CALLSIGN>xxxx,VK4GME-3*,
> > >
> > > so any packets that went first via VK4GME-3
> > >
> > > I replay to XASTIR and get trails. Which is sort of what I need
> > >
> > > What would be good would be DOTS instead of line trails.
> > >
> > > Otherwise I will have to script it up in perl to make each posit and
> > > object - messy
> > 
> > This last is what I've done before.  Create a separate object for
> > each position in Base-91 compressed mode so that all positions could
> > be represented.  Yea, it makes a lot of objects, but it does give
> > you a good picture of where stations get heard.  I didn't do it at
> > the time but one could change the name of the object to include the
> > first digi, or add it to a comment.
> > 
> > --
> > Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
> > "Lotto:    A tax on people who are bad at math." -- unknown
> > "Windows:  Microsoft's tax on computer illiterates." -- WE7U
> > "The world DOES revolve around me:  I picked the coordinate system!"
> > 
> > 
> > _______________________________________________
> > Xastir mailing list
> > Xastir at xastir.org
> > https://lists.xastir.org/mailman/listinfo/xastir
> > 
> > 
> 
> _______________________________________________
> Xastir mailing list
> Xastir at xastir.org
> https://lists.xastir.org/mailman/listinfo/xastir
> 
> 




More information about the Xastir mailing list