On 7/16/07, Curt, WE7U <[EMAIL PROTECTED]> wrote:
On Sun, 15 Jul 2007, Tom Russo wrote:
> On Sun, Jul 15, 2007 at 08:32:46PM -0700, we recorded a bogon-computron
collision of the <[EMAIL PROTECTED]> flavor, containing:
> > Somehow this didn't make it to the list but I'll try
> > again.
> >
> > Is there a way to turn off all stations but a
> > particular station of interest sort of the way one can
> > turn off weather stations, mobile stations, etc? I'm
> > trying to do a screen capture of a single station with
> > its track.
>
> Assign a tactical call sign to that station (and only that station), and
then
> choose "Select Tactical Calls Only" in the Station->Filter Data menu.
Another method is to STOP all interfaces, clear all stations, then
suck in that one station's track from findu.com. You can do this in
120 hour blocks, 'cuz that's what findu supports.
If the INET feeds didn't capture all of the data you needed due to
the packets not getting to an igate, yet another method is:
Turn on TNC logging. After receiving the data, grep for the
callsign in the log files and pipe the data to a new file. Turn off
interfaces in Xastir, clear all stations, then suck in that log
file.
cd ~/.xastir/logs
grep -i "WE7U-12" tnc3.log > temp.log
grep -i "WE7U-12" tnc2.log >> temp.log
grep -i "WE7U-12" tnc1.log >> temp.log
grep -i "WE7U-12" tnc.log >> temp.log
The data will be in ~/.xastir/logs/temp.log in the same order as
originally received.
Assuming the Internet is an option, another method would be to have Xastir
log into an APRS server using the filter b/callsign. Only the data for the
specified call sign would be sent from the server. I have only done this
with a fixed weather station, but I don't see why it would not work with a
mobile station.
Lee - K5DAT
Murphy, TX
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir