Re: [Xastir] Correct command?

2008-10-26 Thread Alex Carver
The backslashes allow that command to be split across multiple lines.  If you 
want to use only one line, don't use the backslashes.

Just copy it as a three line command.  Copy and paste the first line including 
the backslash (\) on the end, then hit enter.  Repeat for each line.  And, yes, 
the > should be in there.


--- On Sun, 10/26/08, Steve/WM5Z <[EMAIL PROTECTED]> wrote:

> From: Steve/WM5Z <[EMAIL PROTECTED]>
> Subject: [Xastir] Correct command?
> To: "Xastir - APRS client software discussion" 
> Date: Sunday, October 26, 2008, 10:58 AM
> In "README.maps" in the area discussing GNIS
> files, you talk about 
> filtering the POP_PLACES.gnis file to strip the smaller
> communities. You 
> give the instruction as;
> 
> awk -F\| '{if ($17 > 1000) print
> $0}' \
> /usr/local/share/xastir/GNIS/0pop_places.gnis
> \
>
> >/usr/local/share/xastir/GNIS/0pop_places_over_1k.gnis
> 
> which I am assuming is to be entered as one line. My
> problem is, when I 
> cut and paste the command I can't figure out am I
> supposed to have all 
> the spaces between each line? If not, do I splice
> "\/" or is there a 
> space in there. Also is the > in the third line supposed
> to be there?
> 
> I have tried and tried, but can't get the command to
> work. It will make 
> the file 0pop... but it is empty.
> 
> I want to make a couple of files. One filtering out the
> less than 1000 
> and one to make a file for less than 10,000.
> 
> Steve/WM5Z
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Using testawk

2008-09-24 Thread Alex Carver
--- On Wed, 9/24/08, Tom Russo wrote:

> I just googled "testawk" and think I see what
> happened.  You downloaded 
> the testawk.sh shell script from 
> http://www.shelldorado.com/articles/awkcompat.html and its
> output is pretty
> much what you posted.  That shell script has nothing
> whatsoever to do with
> the testawk that you need to use.  That shell script is
> just a test of the
> system's "awk" program's compatibility
> with standards.  Our "testawk" is
> a program that is specifically written to test out dbfawk
> files.

Maybe it would be wiser to call it "testdbfawk" to make it more clear since 
there's lots of "awk"s around.



  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] geo files for simple maps

2008-09-08 Thread Alex Carver
It's just a simple .geo like the others you've seen.

First line is the keyword FILENAME and then the filename of the image
Next line is keyword TIEPOINT followed by the pixel x, pixel y, longitude, and 
latitude of the pixel
Final line is another TIEPOINT for the opposite corner in the same format.


--- On Sun, 9/7/08, Lee Bengston <[EMAIL PROTECTED]> wrote:

> From: Lee Bengston <[EMAIL PROTECTED]>
> Subject: [Xastir] geo files for simple maps
> To: "Xastir - APRS client software discussion" 
> Date: Sunday, September 7, 2008, 9:28 PM
> Hi All,
> 
> Maybe I just got lost in all the details of information in
> the HowTo:
> Maps and the Readme.maps, but I couldn't find the
> procedure for
> creating a geo file for a scanned or screenshot based map,
> i.e. a
> simple JPG, PNG, or GIF.  I have a map of a course for a
> public
> service event that is basically a screen shot of Yahoo Maps
> saved as a
> JPG.  I recall I need the lat/lon of the upper left and
> lower right
> corners of the map for the geo file, but what else, and
> what does the
> geo file format look like for this type of map?
> 
> Thanks,
> 
> Lee - K5DAT
> Murphy, TX
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Hurricane Watch

2008-09-04 Thread Alex Carver
--- On Thu, 9/4/08, Tom Russo wrote:

> There's additional information here that I'm not
> sure is captured anywhere
> in documentation I can find:  for example, what's the
> overlay character
> signify?  

The overlay of "S" is supposed to stand for "Tropical Storm".  The overlay will 
change to any of the digits 1-5 if the storm becomes a hurricane and the 
overlay digit is the category of the hurricane.  So Ike currently should have 
an overlay of 4 since it's spun up to a Category 4 hurricane (not so good for 
my parents if it continues on its track).




  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] dbfawk, overlapping lines, and more

2008-09-03 Thread Alex Carver
I was playing around with the latest offering from the National Hurricane 
Center website which is a bundle of GIS files including shape files for the 
three- and five-day projection cones of the various storms.  To that end, I was 
tinkering with a small dbfawk file for these shape files and sort of have 
things working but with a few cosmetic issues I'd like to resolve (and somehow 
can't).

First, is there a way to resolve or reorder overlapping lines?  The five-day 
cone has polygon data for the three-day cone already inside it.  The problem is 
that the five-day cone ends up being drawn over the top of the three-day cone 
so I can't see any of the three-day lines except for the very last arc of the 
cone.  This is only cosmetic since the three- and five-day cones overlap 
completely but I was trying to get a red cone for the three-day and a yellow 
one for the leftover bits in the five-day.

Second, if two DBF files have the same fingerprint, is there a way to 
distinguish between the files assuming that the file name is not known in 
advance?  The reason for this question is the hurricane track is provided as a 
separate file from the cone polygons and I was trying to display it in a 
different color.  But, the track and polygon files have identical DBF column 
names.

Third, is there a way to kick Xastir and force it to reindex the maps and 
refresh the screen non-interactively?  If I get this working, a cron is going 
to download the track, drop it in the maps directory and it should be able to 
signal Xastir to reindex the maps and refresh the display so that the track is 
updated.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Downloadable or "OnCD/DVD maps

2008-08-30 Thread Alex Carver
Hiya Ronny!

You can download the whole set of Tiger data but it'll be a touch slow.  They 
have a nice bit of documentation on the Xastir wiki for getting the older 2003 
Tiger data or for using the most current from the Census Bureau as compiled by 
Jason and hosted by Gerry (or, for a whole lot of fun, do it yourself with a 
lot of post processing before using in Xastir).

http://www.xastir.org/wiki/index.php/HowTo:MAPS#TIGER.2FLine_shapefiles

-Alex

--- On Sat, 8/30/08, Ronny Julian wrote:

> From: Ronny Julian
> Subject: [Xastir] Downloadable or "OnCD/DVD maps
> To: xastir@xastir.org
> Date: Saturday, August 30, 2008, 10:30 PM
> If I want to use Xastir outside of an internet connection
> and have a full set of US maps is there a way I can
> download/save/buy a set of Tigermaps or some other type of
> street level set?  My laptop has plenty of disk space and a
> DVD reader/writer.
> 
> Thanks!
> K4RJJ Ronny
> 
> 
>   
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] GPS Accuracy -- relative vs absolute

2008-08-16 Thread Alex Carver
--- On Sat, 8/16/08, Gerry Creager wrote:

> From: Gerry Creager 
> Subject: Re: [Xastir] GPS Accuracy -- relative vs absolute
> To: "Xastir - APRS client software discussion" 
> Date: Saturday, August 16, 2008, 3:01 PM
> Pseudo-random but close enough to random for this
> discussion.
> 
> I can't enter the lecture series 'til tonight but
> if there's a call, I will,

*gets popcorn, a large soda, and a fold up chair*

:)


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Fluxbuntu-D700-Xastir-GTKTerm

2008-08-10 Thread Alex Carver
--- On Sun, 8/10/08, Jim Morgan  wrote:

> From: Jim Morgan 
> Subject: [Xastir] Fluxbuntu-D700-Xastir-GTKTerm
> To: "Xastir" 
> Date: Sunday, August 10, 2008, 12:52 PM
> Ok I loaded Gtkterm fired it up and I get this error message
> "Cannot open /dev/ttyS0: Device or resource busy."
> So the question now is how do I find out what is making the
> port busy and how do I turn it off?


I bet there's a serial getty sitting on the port right now for a serial 
console.  Look inside a file called /etc/inittab for the serial port.  You can 
do it this way:

grep ttyS0 /etc/inittab

If it comes back with a line that doesn't have a # in front, that's probably 
part of the problem.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Multiline protocol format

2008-08-08 Thread Alex Carver
It seems the one link to the multiline protocol format that was hosted at 
wxsvr.net is not available.  Is there another one somewhere around?


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Local Info, repeaters and object.log

2008-08-08 Thread Alex Carver
--- On Fri, 8/8/08, [EMAIL PROTECTED]  wrote:

> From: [EMAIL PROTECTED] 
> Subject: Re: [Xastir] Local Info, repeaters and object.log
> To: xastir@xastir.org
> Date: Friday, August 8, 2008, 12:11 PM
> On Fri, Aug 8, 2008 at 11:00 AM,
> <[EMAIL PROTECTED]> wrote:
> 
> > From: Craig Anderson
> > Subject: Re: [Xastir] Local Info, repeaters and
> object.log
> >
> > How about converting the "splat" output from
> each repeater
> > into Multi-line objects that can be injected into an
> Xastir
> > server port.
> >
> 
> Hmm... it's an interesting idea. Currently the splat
> analysis is raster
> data, but I think there is some way to have it calculate
> vector data. Might
> be easier to run the raster analysis through a line tracer.
> I'd love to see
> this done with radar data too.
> 
> This sounds more like something ab9rf is working on, I may
> run this idea by
> her to see what she thinks of it. She's taking the
> splat analysis in a
> direction more like what you're talking about -
> calculating repeater
> coverage by gridsquare using Longley-Rice (sp?) propo

If you want vector, why not have Splat output its L-R path-loss contour data 
into a text file and then do some scripting on that file to generate your 
contour of interest.  Make the cutoff some dB, plot only up to that dB of loss, 
then strip out all points nearest that dB in the contour file.  Use the points 
to generate the multi-line packet showing the region of maximum acceptable loss.




  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Kenwood D-700

2008-08-07 Thread Alex Carver
--- On Thu, 8/7/08, Jim Morgan wrote:

> From: Jim Morgan <[EMAIL PROTECTED]>
> Subject: [Xastir] Xastir and Kenwood D-700
> To: "Xastir" 
> Date: Thursday, August 7, 2008, 5:46 PM

> Couldn't stat file:
> /usr/share/xastir/config/tnc-startup.d700.sys Skipping send
> to TNC.
> 
> Is this my problem? What does couldn't stat file mean?
> 

This either means the file doesn't exist or the permissions are such that 
Xastir can't read it.  Double check that it really does exist and make sure 
that it's world readable.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Seismic event feed?

2008-08-07 Thread Alex Carver
--- On Thu, 8/7/08, Steve Friis wrote:

> From: Steve Friis
> Subject: Re: [Xastir] Seismic event feed?
> To: "Xastir - APRS client software discussion" 
> Date: Thursday, August 7, 2008, 8:25 AM

> When I enter  and use <14579>
> I cannot connect.

It should be rotate.aprs.net


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Seismic event feed?

2008-08-06 Thread Alex Carver
--- On Wed, 8/6/08, Steve Friis wrote:

> From: Steve Friis 
> Subject: Re: [Xastir] Seismic event feed?
> To: "Xastir - APRS client software discussion" 
> Date: Wednesday, August 6, 2008, 11:30 PM
> Curt, WE7U wrote:
> > On Wed, 6 Aug 2008, Steve Friis wrote:
> >
> >> This is a website that has the information I think
> you are looking 
> >> for. Now how to get the feed into xastir is beyond
> me. If you do 
> >> figure it out, let me know?
> >
> > Silly...   firenet.us:2023 or firenet.us:14580
> >
> > I did that stuff _years_ ago!
> >
> When I use Firenet.us:anyport, I get every APRS station in
> the world. Am 
> I missing something? You guys were trying to get the
> earthquake data 
> right? or am I a dumbass and totally missing the
> point...LOL.

Nope, you got the point, I was just aiming for earthquake data.  The page I was 
actually looking for was information about firenet itself and the data that 
comes through it plus filters, etc.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] No more lockups with radar map

2008-08-06 Thread Alex Carver
--- On Wed, 8/6/08, Gerry Creager wrote:

> From: Gerry Creager 
> Subject: Re: [Xastir] No more lockups with radar map
> To: "Xastir - APRS client software discussion" 
> Date: Wednesday, August 6, 2008, 6:39 PM

> Argh.  Another bug report on the radar stuff.  I'll add
> it to the list.

Actually this has nothing to do with the radar images you serve up.  I only 
pull one radar image directly from NWS servers.  So it's the NWS feed that 
breaks ImageMagick at times.

> 
> Alex Carver wrote:
> > Switching to GraphicsMagick worked but it also
> explained the error.  ImageMagick was failing without
> printing an error so I had no idea what was going on.  But
> with GM, it tells me that occasionally the radar GIF is
> corrupt and thus GM bombs out.  It would appear that the
> combination of IM/Xastir doesn't handle this situation
> quite as gracefully as GM/Xastir thus leading to the
> lockups.



  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Seismic event feed?

2008-08-06 Thread Alex Carver
--- On Wed, 8/6/08, Curt, WE7U  wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Seismic event feed?
> To: "Xastir - APRS client software discussion" 
> Date: Wednesday, August 6, 2008, 6:45 PM
> On Wed, 6 Aug 2008, Alex Carver wrote:
> 
> > Is there a page somewhere that documents it?  The one
> page I found
> > http://wiki.ampr2.net/nwaprs/FireNet is not
> responding.
> 
> That one's down, but it doesn't document the quake
> data anyway.  I
> don't believe anything out there does.  The name of the
> objects
> include the magnitude and the date as I recall, then in the
> comments
> are the depth and as much of a text descriptor of the
> location as
> will fit in the remaining space.

Ok, does Firenet also support the basic APRS-IS filters or does it have 
specialized ones? 


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Seismic event feed?

2008-08-06 Thread Alex Carver
--- On Wed, 8/6/08, Curt, WE7U wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Seismic event feed?
> To: "Xastir - APRS client software discussion" 
> Date: Wednesday, August 6, 2008, 6:15 PM
> On Wed, 6 Aug 2008, Alex Carver wrote:
> 
> > I was hunting around online to see if there was a
> seismic event
> > feed that I could use in Xastir.  Know any?  If not, I
> suppose
> > that in my copious free time I'll figure out how
> to write a
> > program to parse and inject the data into Xastir. :)
> 
> Quakes?  Sure.  firenet.us:2023, or the filtered port
> there.  I have
> Perl scripts which do web-scraping and inject them into the
> APRS-IS
> and Firenet streams.  For Firenet they only have to have a
> magnitude
> of 0.1, for APRS-IS I think the limit is 3.0.


Is there a page somewhere that documents it?  The one page I found 
http://wiki.ampr2.net/nwaprs/FireNet is not responding.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Seismic event feed?

2008-08-06 Thread Alex Carver
I was hunting around online to see if there was a seismic event feed that I 
could use in Xastir.  Know any?  If not, I suppose that in my copious free time 
I'll figure out how to write a program to parse and inject the data into 
Xastir. :)


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] No more lockups with radar map

2008-08-06 Thread Alex Carver
Switching to GraphicsMagick worked but it also explained the error.  
ImageMagick was failing without printing an error so I had no idea what was 
going on.  But with GM, it tells me that occasionally the radar GIF is corrupt 
and thus GM bombs out.  It would appear that the combination of IM/Xastir 
doesn't handle this situation quite as gracefully as GM/Xastir thus leading to 
the lockups.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and maps lockup - found part of problem

2008-07-31 Thread Alex Carver



--- On Thu, 7/31/08, Curt, WE7U <[EMAIL PROTECTED]> wrote:

> From: Curt, WE7U <[EMAIL PROTECTED]>
> Subject: Re: [Xastir] Xastir and maps lockup - found part of problem
> To: "Xastir - APRS client software discussion" 
> Date: Thursday, July 31, 2008, 3:28 PM
> On Wed, 30 Jul 2008, Alex Carver wrote:
> 
> > So I poked around and apparently what happened was
> that Xastir
> > used up all the free RAM in the system.  Killing off
> the process
> > releases almost 30 MB of  RAM.  The system has 512 MB
> total, with
> > Xastir freshly restarted there's 28 MB free.
> 
> > Top showed Xastir as the largest memory footprint in
> the system
> > when it got stuck.  Barely any CPU was being used but
> quite a bit
> > of RAM.
> 
> If you're using ImageMagick, try GraphicsMagick.  If
> GM, try IM.
> One of those is likely the culprit.

I'll give it a shot.  It's currently using IM which means a lot of fun trying 
to uninstall IM and install GM in its place.

 
> > Any ideas why the memory consumption would keep
> creeping up with
> > the GIF raster map?
> 
> If it's a radar map or otherwise refreshed image, any
> memory leak
> inherent in the system will be increased each 10 minutes or
> so,
> whatever the refresh rate is in the .geo file.

Well, I figured that part. ;)  I meant if there were any ideas why the system 
is leaking in the first place.  The Xastir process is the one consuming the 
memory.  There aren't any IM/GM processes running when Xastir is locked up.  In 
fact, only Xastir is the one locked up since the desktop still works fine.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Xastir and maps lockup - found part of problem

2008-07-30 Thread Alex Carver
Ok, running the very latest that was available in CVS, my copy locked up after 
a few days of running with the NWS gif map of my local radar.

So I poked around and apparently what happened was that Xastir used up all the 
free RAM in the system.  Killing off the process releases almost 30 MB of  RAM. 
 The system has 512 MB total, with Xastir freshly restarted there's 28 MB free. 
 Swap is 512 MB as well but most of it was free while Xastir was stuck.

Top showed Xastir as the largest memory footprint in the system when it got 
stuck.  Barely any CPU was being used but quite a bit of RAM.

Any ideas why the memory consumption would keep creeping up with the GIF raster 
map?  The only other map is a Tiger but I've run one of the tilers on the Tiger 
maps so the maps are quite small and I'm zoomed in to 256 (two full states and 
a few pieces of neighboring states).  The Tiger files currently loaded are 
state borders and county lines.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Inverted video in dialogs not functional

2008-07-27 Thread Alex Carver
--- On Sun, 7/27/08, Tom ve7did wrote:

> From: Tom ve7did 
> Subject: Re: [Xastir] Inverted video in dialogs not functional
> To: "Xastir - APRS client software discussion" , "Alex 
> Carver" 
> Date: Sunday, July 27, 2008, 8:44 PM
> That's one of the problems I had with lesstif 0.93.91 
> Also had lockup 
> problems.  Upgraded to 0.95 and ALL problems went away. 
> Check your Help>About for version number.


I can give it a try.  Current version is 0.94.4


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Inverted video in dialogs not functional

2008-07-27 Thread Alex Carver
I just installed the latest code from CVS and noticed that none of the dialogs 
with lists (like the map list) shows inverted colors when an item is selected.  
The regular text is there but when an item is selected, the black bar shows up 
but the text color stays black instead of changing to white like it used to do.

I'm trying a recompile to see if I can solve my map problem.  Xastir had been 
running for two weeks straight now with no problems as long as my radar map was 
disabled.  It would only run for one day before freezing if I left a radar map 
selected.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] View station comment

2008-07-08 Thread Alex Carver
--- On Tue, 7/8/08, Jason KG4WSV wrote:

> From: Jason KG4WSV 
> Subject: Re: [Xastir] View station comment
> To: "Xastir - APRS client software discussion" 
> Date: Tuesday, July 8, 2008, 11:02 AM
> On Tue, Jul 8, 2008 at 9:56 AM, William McKeehan
> <[EMAIL PROTECTED]> wrote:
> > With more and more people adding frequency information
> to their status text, I
> > find that I would like to display this information on
> screen.
> >
> > How difficult would it be to add this data to the
> "Filter Display" menu and
> > allow it to be displayed on the screen?
> 
> 
> I'll admit to not paying much attention to this one.
> 
> How sane is the implementation, and is it something that
> can be readily parsed?

It's about as sane as it can be until Bob B. changes his mind again which 
should be happening in 5...4...2...wait, what happened to 3?

In theory it's meant to be machine parsable so that the new D710's can read it 
and tune the VFO.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


RE: [Xastir] Lockups using maps again

2008-07-02 Thread Alex Carver
--- On Wed, 7/2/08, Bob Donnell wrote:

> From: Bob Donnell 
> Subject: RE: [Xastir] Lockups using maps again
> To: "'Xastir - APRS client software discussion'" 
> Date: Wednesday, July 2, 2008, 7:03 PM
>
> Hmmm - just occurred to me - do you have the File>PNG
> Snapshots button
> selected?  I've seen things get hung up in the
> "convert" process that
> converts the XPM snapshots into PNG files.

Nope, I don't typically use that function.  But I double checked just in case 
and it's off.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups using maps again

2008-07-02 Thread Alex Carver
Ok, it takes about a day and a half for the system to lock up under Fluxbox.  
Checking with ps ax, there is no instance of an ImageMagick process running in 
the background.  Top shows Xastir is consuming 95% of the CPU but not much RAM. 
 There are no error messages in the console about a failed download for the GIF 
image this time.  It just quietly died.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups using maps again

2008-07-01 Thread Alex Carver
--- On Tue, 7/1/08, Curt, WE7U  wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups using maps again
> To: "Xastir - APRS client software discussion" 
> Date: Tuesday, July 1, 2008, 12:24 PM
> On Mon, 30 Jun 2008, Alex Carver wrote:

> Another thought:  It could be the ImageMagick or
> GraphicsMagick
> having a bug, or causing stress to your in CPU or memory
> usage
> during the display of the downloaded map.
> 
> Look in ~/.xastir/tmp/ directory for files like map.png,
> map.gif,
> etc.  The one with the most recent timestamp is the last
> one you
> downloaded from the internet.  See if the image looks ok. 
> See if
> IM/GM can display it ("display filename" or
> "gm display filename").
> 
> See if you can catch the problem happening.  We need to
> somehow
> determine whether libcurl/wget, IM/GM, or Xastir are the
> problem.
> Isolating the cause is much more difficult when it
> doesn't happen
> often.
> 
> If it can be repeatable in a few minutes, you can turn on
> max
> debugging and capture that to a file.  That might tell us a
> whole
> lot more about what it was doing when it froze..

I'll check these as soon as I can.  ImageMagick isn't running according to top 
when the lockup happens.  Unfortunately it's not a few minute lockup.  Under 
Gnome it took at least a day or two to lock up.  Under Fluxbox it takes several 
days.  In both cases it's happening only with an NWS radar map (the only maps 
loaded other than the Tiger shapefiles).  For a while, everything works as 
expected.  The radar map (a single radar since I'm zoomed into one state for 
the most part) downloads and displays fine.  Then one day I'll walk by the 
machine and notice nothing is updating.  The last message left in the status 
bar is always referring to the NWS map when I see it locked up.  Prior to this 
everything (except a malfunctioning mouse) was working just fine.  So the 
system is completely junk free and up to date as far as I can tell.  Xastir was 
compiled from CVS.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups using maps again

2008-06-30 Thread Alex Carver
--- On Sun, 6/29/08, Curt, WE7U  wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups using maps again
> To: "Xastir - APRS client software discussion" 
> Date: Sunday, June 29, 2008, 11:25 PM
> On Sat, 28 Jun 2008, Alex Carver wrote:
> 
> > Well I was wrong, even using Fluxbox the system locked
> up again
> > while attempting to download the radar image.  It
> seems to have
> > timed out on the download and then froze at that
> point, unable to
> > recover.
> 
> If you're running wget w/Xastir, install libcurl and
> libcurl-devel
> and configure/make/make install again.
> 
> If you're running libcurl, remove libcurl-devel and
> configure/make/make install.
> 
> Like I said in an earlier e-mail, I haven't lockups due
> to failures
> at loading internet maps.  They fail gracefully.  There may
> be a bug
> in your wget or libcurl (whichever you're using).


I should also point out in addition to swapping methods that under Fluxbox the 
lockup period is longer than under Gnome.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups using maps again

2008-06-30 Thread Alex Carver
--- On Sun, 6/29/08, Curt, WE7U wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups using maps again
> To: "Xastir - APRS client software discussion" 
> Date: Sunday, June 29, 2008, 11:25 PM
> On Sat, 28 Jun 2008, Alex Carver wrote:
> 
> > Well I was wrong, even using Fluxbox the system locked
> up again
> > while attempting to download the radar image.  It
> seems to have
> > timed out on the download and then froze at that
> point, unable to
> > recover.
> 
> If you're running wget w/Xastir, install libcurl and
> libcurl-devel
> and configure/make/make install again.
> 
> If you're running libcurl, remove libcurl-devel and
> configure/make/make install.
> 
> Like I said in an earlier e-mail, I haven't lockups due
> to failures
> at loading internet maps.  They fail gracefully.  There may
> be a bug
> in your wget or libcurl (whichever you're using).

Already did that.  It locks up both ways.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Lockups using maps again

2008-06-28 Thread Alex Carver
Well I was wrong, even using Fluxbox the system locked up again while 
attempting to download the radar image.  It seems to have timed out on the 
download and then froze at that point, unable to recover. 


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-25 Thread Alex Carver
--- On Wed, 6/25/08, Ray Wells  wrote:

> From: Ray Wells 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Alex Carver" 
> Cc: xastir@xastir.org
> Date: Wednesday, June 25, 2008, 3:59 AM
> Alex Carver wrote:
> I know this was a couple of weeks ago but I finally started
> getting 
> lockups with bulletins turned on, but I can't be
> absolutely sure of 
> what's causing them. I first suspected xfbb because it
> appeared to 
> happen around housekeeping at 2.00am, but the next night
> the time was 
> different, and then it happened through the day when, in a
> sense, 
> nothing was happening except the usual apps - fpac, fbb,
> xastir - were 
> running. The system has been stable for near two years so
> it's hard to 
> point the finger at the "usual" things.
> 
> The only thing different that I did over the weekend was to
> change the 
> zoom level on the maps I use. I normally run 270 to see the
> local digi 
> coverage area but I took this to 700 to keep an eye on a
> mobile about 
> 150km away. In total, the machine locked up 4 times in two
> days.
> 
> Since turning off bulletins, and retaining zoom 700, the
> machine hasn't 
> locked up again.
> 
> The maps are topographic maps, if that is significant.

The only maps I had going were the Tiger shapefiles.  However, I've since 
switched to Fluxbox from Gnome (which was the default on the installation) and 
everything is fine.  So there was something going on in the background with one 
of the multitude of applications that Gnome installs that likely caused the 
problem.  It's been nearly flawless with Fluxbox.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] comport kludge

2008-06-22 Thread Alex Carver
--- On Sun, 6/22/08, Wes Johnston, AI4PX <[EMAIL PROTECTED]> wrote:
> From: Wes Johnston
> Subject: [Xastir] comport kludge
> To: "Xastir - APRS client software discussion" 
> Date: Sunday, June 22, 2008, 5:41 PM
> Since I'm having trouble getting andLinux to speak to a
> comport, and 
> andLinux talks to the sound card via a network socket, why
> not install a
> comport to tcp driver under windows and let xastir talk to
> that.  How can I
> setup a serial TNC that talks to a telnet port rather than
> a /dev/ttySx
> port?

One word:  socat


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-11 Thread Alex Carver
--- On Wed, 6/11/08, Curt, WE7U wrote:

> From: Curt, WE7U
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Alex Carver"
> Cc: xastir@xastir.org
> Date: Wednesday, June 11, 2008, 11:32 PM
> On Wed, 11 Jun 2008, Alex Carver wrote:
> 
> > Ok, wget doesn't work either.  There was an error
> in the console
> > that said that the radar image couldn't be
> downloaded, increase
> > internet map timeout.  However, the timeout is maxed
> out at 300s.
> > So apparently Xastir doesn't like it when a map
> isn't available
> > but, in my case, it simply dies waiting for it.
> 
> I've never had a problem with timeouts with either
> libcurl or wget,
> other than getting annoyed that the timeout I set in the
> code ended
> up longer in practice.  I've seen LOTS of timeout
> messages before,
> mostly due to the Tigermap server being slow, with no ill
> effects.

I have no idea what the problem is either.  I've never had this problem at all 
on any system.  Before I reloaded the machine, the only problem was the mouse 
not working.  Everything else was fine. 


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-11 Thread Alex Carver
Ok, wget doesn't work either.  There was an error in the console that said that 
the radar image couldn't be downloaded, increase internet map timeout.  
However, the timeout is maxed out at 300s.  So apparently Xastir doesn't like 
it when a map isn't available but, in my case, it simply dies waiting for it.

Suggestions?


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-11 Thread Alex Carver
Well, I've removed the curl libraries (oddly enough changing permissions on the 
include headers didn't break configure) and let Xastir pick up on wget and so 
far no lockups.

The system was using libcurl3 when I installed Xastir the first time.  
Fortunately nothing else requires curl or I'd be stuck trying to figure out a 
way to force Xastir to accept wget instead of curl.

I'll see how it does over the next few days.  Then I'll enabled the bulletins 
again and see if that blows anything up.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-09 Thread Alex Carver
--- On Mon, 6/9/08, Curt, WE7U  wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Alex Carver" 
> Cc: xastir@xastir.org
> Date: Monday, June 9, 2008, 11:28 PM
> On Mon, 9 Jun 2008, Alex Carver wrote:
> 
> > Is there a way to force the use of wget without
> recompiling?  I
> > compiled using libcurl.
> 
> Change permissions on /usr/include/curl directory or on
> /usr/include/curl/curl.h file to 000.  Configure will then
> miss it.

Ah, I figured you were going to essentially say "no". :)

I'll get to it later this week when I have a moment.  I ran out of tuits and 
moments, too.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-09 Thread Alex Carver
--- On Tue, 6/10/08, Ray Wells  wrote:

> From: Ray Wells 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Alex Carver" 
> Cc: xastir@xastir.org
> Date: Tuesday, June 10, 2008, 12:38 AM
> Alex Carver wrote:
> Alex,
> 
> I may be off target here but have you run out of HDD space?
> 
> My xastir didn't lock up but was only displayng parts
> of maps, and it 
> was getting worse, when I found the full HDD.

Good question so I checked just now in case you were right:

FilesystemSize  Used Avail Use% Mounted on
/dev/hda2 8.3G  4.7G  3.2G  60% /

I kind of wish you were, alas not.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-09 Thread Alex Carver
--- On Mon, 6/9/08, Curt, WE7U wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Alex Carver" 
> Cc: xastir@xastir.org
> Date: Monday, June 9, 2008, 11:12 PM
> On Mon, 9 Jun 2008, Alex Carver wrote:
> 
> > Ok, it locked up again while handling the radar GIFs. 
> That was
> > the last thing Xastir seems to be doing as it's
> the message that
> > was at the bottom in the status bar when it froze.  No
> bulletin
> > box was up this time, it just froze on its own.  It
> had downloaded
> > the map just fine when I started Xastir.
> > 
> > I guess next thing to try is a different window
> manager.
> 
> Or if you're using libcurl, try wget instead, or
> vice-versa.  Those
> are the two that do the fetching of the maps.  Perhaps
> there's a bug
> in one of those and Xastir is waiting for them to return?

Is there a way to force the use of wget without recompiling?  I compiled using 
libcurl.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-09 Thread Alex Carver
--- On Sun, 6/8/08, Curt, WE7U wrote:

> From: Curt, WE7U 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Richard Polivka, N6NKO" 
> Cc: xastir@xastir.org
> Date: Sunday, June 8, 2008, 11:29 PM
> On Sun, 8 Jun 2008, Richard Polivka, N6NKO wrote:
> 
> > Possibly, is there an issue with either Lesstif or
> OpenMotif?
> 
> I would suspect Lesstif over Motif if it came down to those
> two, or
> the Gnome window manager.
> 
> I run OpenSuSE-10.3 with FVWM2 as a window manager and
> don't see any
> such lockups.  I know that's not very close to the
> problem system
> reported, but it's what I have to work with/debug with.


Ok, it locked up again while handling the radar GIFs.  That was the last thing 
Xastir seems to be doing as it's the message that was at the bottom in the 
status bar when it froze.  No bulletin box was up this time, it just froze on 
its own.  It had downloaded the map just fine when I started Xastir.

I guess next thing to try is a different window manager.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-08 Thread Alex Carver
--- On Sun, 6/8/08, Richard Polivka, N6NKO  wrote:

> From: Richard Polivka, N6NKO 
> Subject: Re: [Xastir] Lockups on a fresh system
> To: "Ray Wells" 
> Cc: "Alex Carver" 
> Date: Sunday, June 8, 2008, 10:18 PM
> Possibly, is there an issue with either Lesstif or
> OpenMotif?
> 
> 73 from a very soggy 807,
> 
> Richard, N6NKO
> 
> 
> Ray Wells wrote:
> > I run xastir on Debian Etch with kernel 2.6.18-3 and
> KDE desktop. I 
> > don't normally run with bulletins on and I
> don't do much map swapping. 
> > I haven't observed any problems.
> >
> > Xastir runs about 0.3% processor, rising to 0.7%
> occasionally.
> >
> > I've just turned bulletins on to see what happens.
> >
> > Ray vk2tv


I look forward to seeing what happens with your bulletins turned on.

As for Tif, I'm using lesstif on this system and, as far as I can tell, 
nothing's wrong.  The typical missing slider labels symptom of a broken Tif 
package is not present.  I see the labels just fine.

I'm only using Gnome right now since that's what installed.  The fresh install 
is because the mouse was completely dead and nothing I tried would fix it.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-08 Thread Alex Carver
--- On Sun, 6/8/08, Curt, WE7U wrote:

> The main thread does all the graphical stuff.  Perhaps the
> new
> bulletin popping up is causing a problem with the map
> updating, or
> perhaps there's some interaction with your window
> manager as far as
> the new bulleting coming up.
> 
> Remind us what OS, version, and window manager you're
> using.  Maybe
> somebody else has the same setup and can say whether they
> do/don't
> have the same problem.

It's a fresh install of Debian Etch using kernel image 2.6.18-6 and the current 
WM is Gnome version 2.14.3.6.  The system is mostly stock right off the install 
CD and the online repositories.  I've only removed applications that aren't 
needed on the machine which installed by default (games, OpenOffice, etc.).  
Xastir was compiled from source obtained via CVS.

Everything else functions normally.  The WM doesn't stop running and I can 
manipulate other applications as if nothing's happening.  Xastir is just simply 
stuck doing something.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-08 Thread Alex Carver
Ok, no lockups when I disabled the map so I reenabled the map on Friday.  It 
ran just fine all weekend long...until today.

Top says Xastir is using 100% CPU and the last thing it was about to do is 
refresh the maps.  There is no ImageMagick process running in the background.  
However, there is a bulletin window up (it opened on receipt of two bulletins) 
but I can't close the window (though I can move it) and I can't do anything 
with the Xastir main window.

This is the same condition I've seen before.  The maps were going to (or in 
process of) refreshing but a bulletin window was up.  I'll have to try to 
disable the bulletin window (I forget where) and see what happens there.

More thoughts?


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-05 Thread Alex Carver
--- On Thu, 6/5/08, Curt, WE7U  wrote:

> You might open up "top" in a window and watch it
> while Xastir is
> locked up.  See if ImageMagick/GraphicsMagick is taking all
> your CPU
> at that point.  Does the mouse come back after the updated
> map
> appears on your screen?

Could do that, I'll try it next time I notice the window has locked up.  The 
mouse never stops working, only the Xastir window contents are frozen and not 
refreshing.  I can still move the window around the screen and use the rest of 
the machine normally.  But anything I want to do with Xastir is just frozen.  
If I try to click on something inside the window (like the menus), nothing.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Lockups on a fresh system

2008-06-05 Thread Alex Carver
--- On Wed, 6/4/08, Curt, WE7U  wrote:

> I've seen GPM mess with stuff before and so killed it. 
> GPM is only
> needed when you're running in text mode and want to do
> mouse
> cut/paste operations.  Not needed if you're running X.

Yeah, it's not running anymore but there were quite a few other things acting 
up so it was just easier to wipe the machine and start from scratch.

> Check DNS:  /etc/resolv.conf
> 
> Does it lock up if you're using local maps?

I have my DNS servers programmed in there and the package manager doesn't 
complain a bit about failing to resolve anything.  I'll turn off the radar map 
and see what happens.  The only remote maps I have are two radar maps with zoom 
levels set so only one or the other shows up.  Both are now off for now.


  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Lockups on a fresh system

2008-06-04 Thread Alex Carver
My mouse wasn't working correctly on my AMD K6 Xastir system so I decided to 
flush the whole thing and reload Debian Etch on there (which is what was there 
before but gpm was being weird).  The only thing I kept from the old system 
were all my maps and customized config files.  The rest is new.

I'm noticing, however, that Xastir is locking up after a period of time and it 
seems to be doing it during a map reload.  Specifically it's locking up when I 
download a radar image from the NWS.  Works fine for a while and then it just 
stops responding.

Fresh install of Xastir compiled from CVS.  I get a 'yes' on everything but the 
last two modules (Festival and GPSMan are not installed, don't need them).  The 
rest of the system responds just fine.  The desktop is Gnome and it's still 
working, I can open new windows, drag things around, even open a terminal and 
kill Xastir.  Then I can restart it and everything is fine for a while and then 
back to the lockup.

Ideas?  Needed info that I forgot?



  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] digipeater coverage plots

2008-05-11 Thread Alex Carver
Not quite the implementation you're talking about but what about using Splat 
(http://www.qsl.net/kd2bd/splat.html)?  It can generate a line-of-sight 
coverage map for you very easily.  You could start with the base station, find 
the gaps in coverage, then deploy your fill-in digipeaters in those gaps.


Splat uses data from a Space Shuttle topography mission to get terrain data for 
the predictions.  It'll also use information about the soil conditions to 
adjust propagation.

--- On Sun, 5/11/08, Dick Repasky <[EMAIL PROTECTED]> wrote:

> From: Dick Repasky <[EMAIL PROTECTED]>
> Subject: [Xastir] digipeater coverage plots
> To: "Users Xastir" 
> Date: Sunday, May 11, 2008, 10:41 AM
> I'm interested in plotting digipeater coverage, and this
> message can be 
> viewed as a feature request or a request to know where it
> has been 
> implemented.
> 
> Our ARES and RACES groups often support bicycle rides,
> runs, and relay 
> races that take us out into the county far from digipeaters
> and often 
> into hilly terrain. To fill gaps in coverage we deploy
> fill-in 
> digipeaters. If we could plot coverage of digipeaters, we
> could more 
> easily judge our fill-in digi's and possibly move them
> to better locations.
> 
> Coverage could be constructed from incoming packets.  The
> first digi on 
> the packet path is the first digipeater to pick up the
> packet, and the 
> packet location provides the coordinates of a place that is
> covered by 
> the digipeater.
> 
> Coverage could be plotted using convex polygons that
> enclose the set of 
> pick-up points for each digipeater.  Polygons for different
> digi's could 
> be colored differently. And, points of pick-up locations
> could be 
> plotted using the same color as the polygon, jittered
> slightly to make 
> visible instances in which two digi's pick up the same
> packet. Ideally, 
>   locations would be stored over some period of time,
> rather than 
> working with only the most recent station reports.
> 
> Does anyone know where this idea has been implemented?  Is
> the xastir 
> crew interested in implementing it?
> 
> Thanks,
> 
> Dick Repasky
> 
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] bluetooth serial port issues

2008-04-22 Thread Alex Carver
If the software is written natively for OS X (rather than just a Unix compile) 
it might be more aware of the hardware system and gracefully handle hardware 
errors including the disappearance of hardware.  That's why I was suggesting an 
actual OS X application and not necessarily another Unix/Linux program.

You're not going to be able to MUX the devices easily if they speak only RS232. 
 Each one will need an address.  What you're talking about is trying to convert 
nearly every device to RS485 but there will have to be much additional hardware 
at each link node to ensure that data passes around properly.  There are 
Bluetooth based RS485 systems (multi-drop) that would be a start for you but 
none of them are going to be in your budget.  I believe one node is around 
$120.  On top of that, you'll have to put in a microprocessor at each node in 
order to repackage the data stream and insert an address into the data header.  
I've seen a couple standalone converters that will let you attach an address to 
an RS232 device but, again, more money.  You'll also have to do lots of 
manipulation at the computer end to translate the data in and out of the 
virtual serial ports while tagging everything in and out of the real port with 
addresses so that the data is routed
 properly.


--- On Tue, 4/22/08, Jason KG4WSV <[EMAIL PROTECTED]> wrote:

> From: Jason KG4WSV <[EMAIL PROTECTED]>
> Subject: Re: [Xastir] bluetooth serial port issues
> To: "Xastir list mailing" 
> Date: Tuesday, April 22, 2008, 9:12 AM
> thanks guys.  I've had gpsd in mind, but I have a larger
> idea I'm
> working on, involving multiplexing serial data streams over
> a single
> serial/bluetooth link.  I want to eliminate all cables
> (multiple TNCs,
> DF unit, GPS, etc) in my mobile rig, and being a ham
> I'm trying to do
> it cheaply.  The easy way is to spend $60 per endpoint to
> purchase one
> of these bluetooth/232 devices, but I'm looking for a
> way that costs
> less than $300.
> 
> In any event, I suspect that using gpsd or some other port
> replication
> tool will simply shift the problem, not remove it.  I guess
> restarting
> a serial mux daemon is less of a problem than restating
> xastir, but if
> the serial mux daemon hangs in the same way xastir did,
> I'm still
> looking at a reboot.
> 
> -Jason
> kg4wsv
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] bluetooth serial port issues

2008-04-21 Thread Alex Carver
--- On Mon, 4/21/08, Jason KG4WSV wrote:
> I'm trying to do some cable reduction on my xastir
> mobile rig, and I
> bought a bluetooth/rs232 dongle (
> http://www.bhphotovideo.com/c/product/412767-REG/Iogear_GBS301_Serial_Adapter_with_Bluetooth.html
> ) to play with. If conditions are perfect, it works fine. 
> Since
> Murphy rides shotgun on balloon chases, though, I decided a
> little
> testing under sub-optimal conditions was in order.
> 
> rig is xastir 1.8.3, mac os X 10.4.latest on a PPC laptop,
> Garmin MAP60C.
> 
> For the first test, I wondered what would happen if the
> dongle lost
> power.  The answer:  Bad Things.  xastir locked up. hard.
> as in, kill
> -9 wouldn't kill it.  Yep, managed to create a
> situation that required
> a reboot to clean up, and that doesn't happen often on
> my macs.
> 
> So, the xastir related question: is this a problem with
> serial port
> error handling?  I've had less than pleasant
> experiences when a
> USB/232 adapter lost connectivity, but this was much worse.
>  Is it
> even possible to detect/recover from this condition? 
> I've brought up
> the subject of retries on serial ports (feature request
> 1715100), but
> this probably goes beyond that.
> 
> ideas? clues? suggestions?


My suggestion would be to try and isolate Xastir from the serial port.  Get 
something like a serial port replicator software package that can create 
virtual ports and connect them to real ports (I know there's GPSGate for 
windows but I don't know if there's one for OS X).  Then just have one virtual 
port connected to the one real port.  Have Xastir connect to the virtual port 
which will always exist.  If the real serial port vanishes, the replicator 
software should be able to survive.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Re: Day/Night Users

2008-04-19 Thread Alex Carver
--- On Sat, 4/19/08, Herman I. May <[EMAIL PROTECTED]> wrote:

> From: Herman I. May
> Subject: [Xastir] Re: Day/Night Users
> To: xastir@xastir.org
> Date: Saturday, April 19, 2008, 1:23 PM
> On [EMAIL PROTECTED]:14CDT,  Alex Carver wrote:
> 
> >  Then start xastir accordingly even using shell
> scripts:
> >
> >  ~/xastir.night:
> >  #!/bin/bash
> >  xastir -c ~/bob/.xastir.night
> >
> >  ~/xastir.day:
> >  #!/bin/bash
> >  xastir -c ~/bob/.xastir.day
> 
> Even easier:
> For such a short command, simply add an alias to the shell
> resource
> file (or aliases file, if applicable).
> 
> alias xD='xastir -c ~/bob/.xastir.day
> alias xN='xastir -c ~/bob/.xastir.night'
> 
> Then, simply issue "xN" from the CLI and away you
> go.

This is true though a script allows other prep work to be added (permissions 
for serial port for example) if needed.  But indeed shell aliases work, too.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Day/Night Users

2008-04-19 Thread Alex Carver
Yes, -c /path/to/config/directory

So under one account have three configuration directories:

~/bob/.xastir (default)
~/bob/.xastir.night
~/bob/.xastir.day

Then start xastir accordingly even using shell scripts:

~/xastir.night:
#!/bin/bash
xastir -c ~/bob/.xastir.night

~/xastir.day:
#!/bin/bash
xastir -c ~/bob/.xastir.day


--- On Sat, 4/19/08, Eric Christensen <[EMAIL PROTECTED]> wrote:

> From: Eric Christensen <[EMAIL PROTECTED]>
> Subject: Re: [Xastir] Day/Night Users
> To: "Robert Rogers" <[EMAIL PROTECTED]>
> Cc: xastir@xastir.org
> Date: Saturday, April 19, 2008, 10:47 AM
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Maybe it would be better to be able to load a different
> configuration
> file on the fly.  Hmmm...  Can you actually specify this
> from the CLI
> when you start Xastir?
> 
> Eric W4OTN
> 
> 
> Robert Rogers wrote:
> | Hello all:
> |
> | I'm a user that came from UI-VIEW. One of my
> complaints was that there was
> | no way to make night maps. Maps with dark backgrounds
> that is easy to look
> | at.
> |
> | Before my last laptop died. I got some ok night maps
> setup.  But,
> switching
> | between backgrounds was a bit of a hassle. So, I thought
> if I set up 3
> | Xastir users configured for what operations I wanted, it
> would simplify it
> | to just loging into the user configured to the desired
> operation.
> |
> | I've created three users on my Ubuntu 7.10 machine:
> |
> | 1. bob (my intention is to have that user as a fixed
> operation on
> internet)
> | 2. day (that user is my mobile station using "day
> maps")
> | 3 night (that user is my mobile  station using
> "night maps")
> |
> | The question is how to do more than one install that will
> keep the
> | configurations as seperate entities?
> |
> | Thanks
> |
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (GNU/Linux)
> Comment: Using GnuPG with Fedora -
> http://enigmail.mozdev.org
> 
> iD8DBQFICgXlL5V8yddJCO0RAl5VAJ9er+YIxEBM/WEoRMxsOvD2j3GUWACcDiyu
> t728oRK6OJx3omsEog0USFg=
> =X+tN
> -END PGP SIGNATURE-
> ___
> Xastir mailing list
> Xastir@xastir.org
> http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir crash

2008-04-16 Thread Alex Carver
--- "Curt, WE7U" <[EMAIL PROTECTED]> wrote:

> 
> The home machine, hooked to only a KISS TNC, has
> been running a few
> days and is at 43MB virtual, 11MB resident, 7.1MB
> shared.  Much
> better when using only a serial port (USB->Serial
> adapter in this
> case).
> 
> So... Could it be the TCP/IP stack that has the
> memory leak?  I'm
> not using networking from Xastir at home.  Easy
> enough to check if I
> remember to do so.
> 
> What else might it be?  Perhaps the weather alerts? 
> I'm not getting
> many of those at home on RF.  Perhaps zero.
> 
> Using tigermap server at home and at work.  No
> snapshots turned on.
> No radar geo's.

My copy uses no TNC (for now) and a filtered
connection to rotate.  It's also using Tiger maps
(though I rarely pan it anywhere) and it downloads one
radar GIF every ten minutes or so directly from NOAA.

Top shows:
  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 
34796  10m 4276 R 16.6  2.3 156:42.48 xastir

This is running on an Athlon K6 with 512 MB RAM
(though some of it is used for on-board video).  Only
problem I'm having right now is the mouse not working
but that's not Xastir's fault.



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] D700 Connection

2008-04-11 Thread Alex Carver
--- James Ewen <[EMAIL PROTECTED]> wrote:
 
> I can connect to one server with a radius around my
> house, and to
> another one with a radius around another area I'd
> like to watch.
> Unless I can ask for multiple areas all from one
> server... I've never
> tried that... can I ask for radius around 2 areas
> from the same
> server?

Yep, you can.  Just put multiple radius commands in
and it will give you the data accordingly.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Timing Menu

2008-04-08 Thread Alex Carver
-- Keith Kaiser wrote:

> I use Mac OS X v10.5.2 on a MacBook Pro with 4Gb
> Ram. I have Xastir  
> v1.9.2 up and running pretty well with just a couple
> problems, this is  
> the first. The attached file is a screen capture of
> the 'Configure  
> Timing' menu, please note that it has no labels, I
> have no way of  
> knowing which slider is for which option.

Try installing lesstif and see if that helps.


  

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Re: Xastir web interface?

2008-04-02 Thread Alex Carver

--- Keith Kaiser <[EMAIL PROTECTED]> wrote:

> Found the setting, it's not labeled on my
> implementation should it be?

Yes, it should say snapshot rate or snapshot delay (I
don't remember the exact wording.

> 
> I like the idea of only having one instance of it
> running. Thanks.

Yeah, it's handy when you just want to have someone
see the map without worrying about getting everything configured.


  

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Re: Xastir web interface?

2008-04-02 Thread Alex Carver
It's different.  Xastir can, for any US user, show
things like NWS watch and warning boxes, radar images,
and whatever else you can fit on your map that Google
Earth will not.

Plus, for me, I don't feel like letting Google put
cookies on my machine to follow me around but that's
just me.


--- Keith Kaiser <[EMAIL PROTECTED]> wrote:

> OK, but isn't ths
>
http://aprs.fi/?call=wa0tjt-1&mt=m&z=11&timerange=10800
> 
>   better?
> 
> It really is (nearly) live. I guess tho that you
> need an active  
> internet connection to use it.
> 
> 
> On Apr 2, 2008, at 12:40 PM, Andreas Junge, N6NU
> wrote:
> > To do something like this:
> >
> > http://www.norcalaprs.net/
> >
> > 73, Andreas, N6NU
> >
> > On Wed, 2008-04-02 at 12:33 -0500, Keith Kaiser
> wrote:
> >> WOW!
> >>
> >> Not everything seems to work for me but turning
> on PNG Snapshot and
> >> being able to see it as a png is working great.
> Now for the big
> >> question. Why do I want to do this? I'm curious
> why someone would  
> >> want
> >> to put on the web a snapshot of their Xastir
> screen. I'm not being a
> >> smart-ass I really do want to understand what it
> gets us to do this.
> >>
> >> While I'm on the subject, is there a way to get
> the snapshot.png file
> >> to be named with a time stamp? I guess I'll just
> have to write a
> >> script for that.
> >> Can we tell Xastir how often to take the
> snapshot?
> >>
> >
> 
> ___
> Xastir mailing list
> Xastir@xastir.org
>
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
> 



  

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Re: Xastir web interface?

2008-04-02 Thread Alex Carver
--- Keith Kaiser <[EMAIL PROTECTED]> wrote:

> WOW!
> 
> Not everything seems to work for me but turning on
> PNG Snapshot and
> being able to see it as a png is working great. Now
> for the big
> question. Why do I want to do this? I'm curious why
> someone would want
> to put on the web a snapshot of their Xastir screen.
> I'm not being a
> smart-ass I really do want to understand what it
> gets us to do this.

A variety of reasons.  You can have Xastir running
somewhere and let people see a map with a browser
instead of a full implementation of Xastir.  Or you
can have several people looking at the map and only
once instance of Xastir running.

> 
> While I'm on the subject, is there a way to get the
> snapshot.png file
> to be named with a time stamp? I guess I'll just
> have to write a
> script for that.
> Can we tell Xastir how often to take the snapshot?


Yes, it's in the timings configuration panel at the
bottom left.


  

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir web interface?

2008-04-01 Thread Alex Carver

Regarding your cron entry not working, I find it's
usually safest to write a script into a file (even if
it's a one-liner) and then only call the script from
cron.  It tends to be much happier.  So one extra file
is needed as follows:

~/scripts/convertimage.sh:
#!/bin/bash
#bash happens to be my preferred shell

/usr/bin/convert path/to/xpm path/to/gif


chmod a+x ~/scripts/convertimage.sh

crontab:
*/20 * * * * path_to_convertimage.sh

--- Dave H <[EMAIL PROTECTED]> wrote:

> Thanks Tom
> 
> I'll see about updating it - but probably wont be
> able to. I just wonder why
> cron isn't working -
> when the command line is.
> 
> I've looked in the man pages for Imagemagick and
> cron and can't see where
> I'm going wrong.
> I'm running convert from the full path.
> 
> I have read about someone using gnome-screengrab (or
> something like that) as
> an alternative
> - they screen grabbed xwindow 0 image to home
> direectory then cron'd ftp
> upload.
> 
> Dave
> G0CER
> G6VSG
> 
> On 01/04/2008, Tom Russo <[EMAIL PROTECTED]> wrote:
> >
> > On Tue, Apr 01, 2008 at 11:13:50PM +0100, we
> recorded a bogon-computron
> > collision of the <[EMAIL PROTECTED]> flavor,
> containing:
> >
> > > I took a quick look at this today and found it
> produces snapshot.xpm - I
> > had
> > > a think and decided it might be nice to CRON a
> conversion from xpm to
> > gif
> > > and then cron the gif by ftp to a website
> regularly.
> >
> >
> > It is supposed also to produce snapshot.png if you
> have ImageMagick
> > installed
> > in such a way that Xastir's configure process can
> find it.  Xastir uses
> > ImageMagick to convert the xpm file to .png.  That
> it isn't doing that for
> > you
> > suggests there's something wrong with your install
> and ImageMagick isn't
> > being found when it's built.  The fall-back
> position to not having
> > ImageMagick
> > is to use the XPM library instead.
> >
> >
> > --
> > Tom RussoKM5VY   SAR502   DM64ux 
> http://www.swcp.com/~russo/
> > Tijeras, NM  QRPL#1592 K2#398  SOC#236 AHTB#1
> > http://kevan.org/brain.cgi?DDTNM
> > "And, isn't sanity really just a one-trick pony
> anyway? I mean all you get
> > is
> >   one trick, rational thinking, but when you're
> good and crazy, oooh,
> > oooh,
> >   oooh, the sky is the limit!"  --- The Tick
> >
> 
> 
> 
> -- 
> Dave
> G0CER
> G6VSG used on Echolink
> http://www.eQSL.cc/Member.cfm?G0CER
> ___
> Xastir mailing list
> Xastir@xastir.org
>
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
> 



  

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] make radar images see-through?

2008-03-15 Thread Alex Carver
--- William Gery <[EMAIL PROTECTED]> wrote:

> Also, If you know of a change in the that could be
> made to the gif image
> as it is generated to help with its overlying,
> Please let me know and I
> will be sure that it gets added to the requirements.

What he was looking for was a way to make the radar
image translucent inside Xastir so that any other
layers inside Xastir would show through the colored
areas of the radar image.  However, since Xastir
doesn't support alpha blending at the moment, this
can't be done.  I don't believe the image code in
Xastir would even honor any alpha channel data in a
GIF either.

Just another tick mark for Xastir 2, right? :)


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] make radar images see-through?

2008-03-15 Thread Alex Carver
> Sorry, but not particularly.  The TRANSPARENT
> keyword indicates which
> color is treated as transparent (e.g., we can see
> through the stuff
> that isn't precip on the radar).
> 
> Not sure if you're trying to draw attention to
> GAMMA, but that just
> affects the brightness, pretty much like the map
> intensity did.

So you must be wanting to make all the data sort of
translucent as if it were a sheet of colored plastic,
right?  I don't think you're going to be able to
accomplish that without doing a major rewrite of Xastir.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tnc, connection choices

2008-03-10 Thread Alex Carver

--- Alex Carver <[EMAIL PROTECTED]> wrote:

> The serial adapter from IOGear is based on the FTDI
> chipset as well (at least as far as I can tell from
> peering through the clear housing).  I've got five
> of
> them and all of them work just fine.

Ooops, guess not anymore.  The batch I have happens to
have FTDI chips in them but it seems that the OEM
(which is actually ATEN) has gone to the Prolific
chips.  On the other hand, ATEN has the drivers
available on their website including source code for Linux.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tnc, connection choices

2008-03-10 Thread Alex Carver

--- Jason KG4WSV <[EMAIL PROTECTED]> wrote:

> On 3/10/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi Jason,
> >
> >  I read on Keyspan's site that they were not
> supporting Ubuntu due to licensing issues.
> 
> That's unfortunate.  I haven't dealt with Ubuntu.
> 
> >  I had heard that folks had used the FTDI chipset
> with success, but it's challenging to find what
> chipset a given adapter usesan from the listings
> I've found so far.
> 
> That's no joke. The only places I've found an FTDI
> based adapter is
> BGMicro (I just checked them and they appear to be
> gone) and directly
> from FTDI.  If you need components to make your own,
> you can get a
> module from SparkFun, or get one in a molded cable
> with bare wires on
> the other end from FTDI directly or from various
> hobby electronics
> type places.

The serial adapter from IOGear is based on the FTDI
chipset as well (at least as far as I can tell from
peering through the clear housing).  I've got five of
them and all of them work just fine.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-23 Thread Alex Carver
--- Richard Polivka <[EMAIL PROTECTED]> wrote:

> I agree on the -9 selection since any other real
> value is possibly correct.
> 
> Gerry Creager <[EMAIL PROTECTED]> wrote:
> too! And you just raised a key one.  We should have
> a standard value for 
> *Missing Data* such as, -9 (which is, in fact,
> one such well 
> recognized value in the meteorological community).

I see one sticky wicket for that in the consumer
equipment (now that I got to see the data format). 
Some of the units send unsigned integers for certain
values in their serial data stream.  They're also
using fixed width fields in the data stream.

For example, if the wind vane broke or didn't exist,
what value do you send for wind direction?  The
Ultimeter uses 0-F to send 16 directions of wind.  The
wind speed is encoded in two hex digits (no mention of
signed or unsigned here, though) so what do you send
there?  A report of 00 is valid as is 8A (140MPH not
often, but it might be valid in a hurricane).

If it's perhaps a simple firmware change that can be
installed in all existing units, maybe the no sensor
value should be an overrange.  Wind speed sensor
missing would be FF (unless there are 255 MPH winds
somewhere).

It looks like the temperature sensors might be get
away with a negative underrange, though, since they
have to transmit negative temperatures.  I can't tell
how they do it, though (whether signed integers or
some offset).




  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-22 Thread Alex Carver
>   Darn.  How difficult would it be to implement?  I
> was looking at the 
> ser2net package running under openwrt on an Asus
> WL-500gP 'appliance' to 
> better locate my wind and temp sensors.  I've found
> some commercial 
> solutions (B&B Electronics) which include a driver
> to implement a 'virtual 
> serial port' locally, but that's more $$$ and
> closed, so I don't want to 
> go there.

The program socat works pretty well for remote serial
over network connections.  The only sticky wicket I've
come across with it is the apparent inability to set
serial port speeds on the server side (where the
physical port is actually located).  Openwrt should be
able to fix that with regular ioctl() calls through
something like setserial.  Socat is supposed to be
able to do this, but on my systems it doesn't work.  I
have to use something else to set the port up first
then let socat latch onto the port.  After that it
works just fine.

Crazily enough, I have Xastir running on a Debian
machine in my living room sucking data from a TNC in
my office connected to a WinXP machine.  Socat sits
quietly in the background running on a minimized
Cygwin terminal.


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Fixes and Addons

2008-01-20 Thread Alex Carver
--- Alex Carver <[EMAIL PROTECTED]> wrote:
> I'd like to see an example of UI-View decoding
> telemetry.  It sounds interesting.  As for the
> stations, I can see in the code that it's set up for
> only one window, destroying and recreating the
> window
> as each new station is brought up.  I'm sure that
> behavior would be difficult to change (not to
> mention
> clutter the screen with a bunch of Station Info
> windows) so perhaps the better idea would be a list
> of
> them with the station information in a table.

Oh noes, replying to myself, bad Internet form!

Thought to those that code better than I (I only deal
with text, hehe):

I see that, quite smartly, the station list dialog is
rather generic and the data used to populate it is
determined by the menu choice.  What about generating
a window with a different handle (so that other
station lists could be brought up separately) and then
the station list is populated by comparing stations to
a user's 'budlist' of sorts as a new flag condition? 
Then a person could build up a bud list (whether by
GUI or by text file) and the stations would be on the
list.

Of course this would probably mean some kind of
callback in the station list dialog that could
actually bring up the station info dialog when the
station is clicked.  Or maybe it would be sufficient
to leave the current operation of centering on the map
and then bring up the station info via the context
menu as per usual.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Fixes and Addons

2008-01-20 Thread Alex Carver
[Copied back onto the Xastir mailing list]

--- N5VRP <[EMAIL PROTECTED]> wrote:
> Alex Carver wrote:
> > If I understand correctly, you want to pull up
> more
> > than one station information window at a time?


> Yes, I run an rf/igate and have many stations all
> over Texas. I also
> track fellows
> who go to our sites, skywarn, marathons, bike races
> and run emergency comm.
> This would be a very handy tool along with decoding
> telemetry like
> UI-View32.
> I like the Linux Xastir more and UI-View32 is no
> longer supported as in
> new mods.


I'd like to see an example of UI-View decoding
telemetry.  It sounds interesting.  As for the
stations, I can see in the code that it's set up for
only one window, destroying and recreating the window
as each new station is brought up.  I'm sure that
behavior would be difficult to change (not to mention
clutter the screen with a bunch of Station Info
windows) so perhaps the better idea would be a list of
them with the station information in a table.


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Re: XASTIR SERVER AND COM PORTS FOR MULTIPLE COMPUTERS

2008-01-20 Thread Alex Carver

--- vic <[EMAIL PROTECTED]> wrote:

> It would be nice if Xastir would provide whatever
> data you wanted via the "server port" supplied. 
> However one would have to chose between multiple
> sets of data collected and it would have to be
> specified.

Under a Unix environment, you can sometimes pull some
very clever trickery to accomplish this.  In one case
that I've tried (though not entirely successfully as
I've still got some details to work out), using a
combination of socat and tee I was able to read (but
not write) data from a serial port and distribute it
to a couple other locations.  The closest thing I've
seen to distributing a serial port to multiple
computers was a program called ser2net but it seems
development has stalled on that.


> Here is how I do it for the weather between 4
> different programsused on 3 dirrent computers I use
> simultaniously.
> 
> Install TCPCOM on the computer used for the direct
> input from the WX station.
> Configure a TCP server port and number in TCPCOM for
> serving the serial input from the WX station
> Install TCPCOM on each of the other computers.
> Configure a virtual serial com port on each of the
> client computers pointed at the server.
> Attach the end user program to the virtual com port
> on each of the client computers.
> TCPCOM is not cheap but 100% reliable and will serve
> and collect everything you can throw at it with zero
> failures.

Unless TCPCOM is using something proprietary on the
network connection, you can use socat on the Unix side
of things to make the transition from network socket
to virtual serial port (since it should be pointed out
that TCPCOM is a Windows program and won't work on a
Unix/Linux system).

I'm probably going to sit down one day this year and
see if I can come up with a program equivalent to
TCPCOM/GPSGate/etc. for a Unix/Linux system.  The main
thing it has to do is just coordinate data transfer
between systems.  Since one typically wants only one
system to ever have the ability to talk to a serial
device (as opposed to listening to it), I was thinking
of having an out-of-band signal (control port) that
would allow a connected machine to take command of the
serial device.  Any other connections would be listen only.


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Fixes and Addons

2008-01-19 Thread Alex Carver
--- txniteowl <[EMAIL PROTECTED]> wrote:

> 1. Can the STATIONS list be broken out into multiple
> windows with Wx,
> Raw data, and
> analog/digital i/o from TinyTrak 4 packets or Peet
> Wx Stations, etc?

There is a weather station list in the View menu and a
mobile station list.  It currently doesn't filter for
a specific transmitter type or show the raw data
(though the weather list does show weather data for
all stations).  Of course you can always add code to
create a new window that runs through the list and
brings up only specific data.


> 2. Can the individual station data be viewed as in
> UI-View32 whether WX,
> Analog or digital i/o data (telemetry).

Right click a station and choose Station Info to see
the data sent.  It will pretty print a lot of data so
the raw packet isn't visible in this window but the
data is there.




  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-19 Thread Alex Carver
This thread gave me a reminder to go look up the data
formats for the Ultimeter.  I've slowly been designing
a weather station that I'd eventually like to build
and put up when I have an actual place to do it (not
an apartment).   Now I know how to format the data to
plug it into Xastir.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-19 Thread Alex Carver
--- vic <[EMAIL PROTECTED]> wrote:
> I missed the start of this thread.
> I've been using an Ultimeter with Xastir for many
> years now.
> What is the problem, I maybe can help.
> Regards Victor

Steve can fill in a lot of the details but he's trying
to use two computers with one Ultimeter and doesn't
want to split the serial ports in hardware, instead
he's going to try splitting the port by software.




  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-19 Thread Alex Carver
--- Steve Jones <[EMAIL PROTECTED]> wrote:
> On Jan 19, 2008, at 6:46 PM, Alex Carver wrote:
> > work.  Some of them are commercial so you'll be
> > paying.  I think one that's rather popular is
> Franson
> > GPSGate.  The Mac only has to run a program called
> > 'socat' which can turn a network connection into a
> > virtual serial port.
> 
> Looks like this is the solution for now.  Should be
> simple to implement.
> 
> Weather Display does offer a server port but I can't
> find what format  
> the data is in and Xastir doesn't seem to like it.
> 
> Perhaps in the future Xastir will support the
> wxnow.txt file.  It  
> appears that Winaprs, Ui-view and APRS+SA all
> support it.

I took a peek in Xastir to see how it supported
weather stations and I see it will either support a
serial port or a network port.  Still don't know the
format but I'll need to poke around to figure that
out.

Not supporting the 'wxnow.txt' file I think is
reasonable.  The idea is that Xastir can do a lot of
things on its own without depending too much on
external programs (though it's certainly extensible in
some respects).  Having Xastir directly handle reading
from the weather station ensures that some problems
are avoided such as reading a file that's being
written at the same time.  It also allows for the
display of the data as it's acquired instead of
waiting for the file to update.

According to the help file, it currently supports a
Radio Shack type weather station and a specific format
of ASCII as output (presumably by a Peet Brothers
weather station).  I don't know what the Ultimeter
puts out for data over the serial port nor do I know
the specifics of the two formats that Xastir
understands.  I imagine there may be a way to get the
Ultimeter to work in Xastir with some code changes or
data massaging.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir and Ultimeter weather station

2008-01-19 Thread Alex Carver

--- Steve Jones <[EMAIL PROTECTED]> wrote:
> Since Weather Display generates my weather webserver
> pages, I'll be  
> keeping it around for the forseeable future.
> 
> I could split off another serial connection from the
> Ultimeter but  
> that would mean hanging another usb to serial
> adaptor off of my  
> computer which I would rather not do.
> 
> Any suggestions?

I'm not sure how Xastir handles weather data, so I'll
leave that to someone else to answer (though I'm
curious for the eventual time when I can actually put
up a weather station).

If Xastir wants a serial port instead of a file to
read from, then you have a couple ways of sharing the
port.  The easiest way is obviously the second serial
dongle if you're intending to keep two completely
different machines.

The harder way that doesn't require an additional
adapter is to use a few bits of software to create
virtual serial ports with the possibility of
connecting them over the network.

This second method depends on the configuration.  If
you can move your weather web page over to the Mac,
you can compile and run everything under OS X.  If you
don't move it, you'll have to find software to work on
both the Mac (compiled or otherwise) and on the
Windows machine.

Leaving the server on the Windows machine:  The
Windows machine would have to create two virtual ports
and share one over the network.  The Mac would create
a virtual serial port via a network connection to the
Windows machine.  There's software for splitting up
ports on Windows and making them available over
network connections but I don't know how well they
work.  Some of them are commercial so you'll be
paying.  I think one that's rather popular is Franson
GPSGate.  The Mac only has to run a program called
'socat' which can turn a network connection into a
virtual serial port.

Moving the server to the Mac:  The Mac would be
running three small programs.  One would be 'ser2net'
http://sourceforge.net/projects/ser2net/ which can
create a network connection to a serial port but
allows multiple connections to that network port (as I
understand it).  Then the Mac runs two copies of socat
to create two virtual serial ports.

-Alex


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] status icons explained where?

2007-11-25 Thread Alex Carver

--- ke5c <[EMAIL PROTECTED]> wrote:

> I've searched unsuccessfully for an explantion of
> the status icons in
> the right side of Xastir's bottom pane.  Where is
> that?  I've figured a
> few, but others remain a mystery.  Thanks in
> advance.

You mean the multi-color bars in the corner?  Those
indicate the status of each interface managed by the
interface control and which way traffic is flowing.

Check in the source code directory under the help
subdirectory and you'll find a help-English.dat file
and there's a short paragraph about it in there:

QUOTE
The last area will display the device status for each
interface. Each will display in order first to last or
0 to 9. The interface status is separated into three
areas, top device type, center data flow, and bottom
interface operational status.

The device type will show what interfaces are
configured. The color will show what type of device
the interface is configured for. Blues are for the
various TNC devices; Greens will show the GPS devices;
Yellow for Internet Servers; Orange for WX interfaces.

The center will show data flow in (arrow pointing
left) or data flow out (arrow pointing right) for that
interface.

A green box at the bottom will show if that interface
is active. A red box will show if the interface is
active but in an error condition. Otherwise nothing
will show if the interface is not active. 
END QUOTE

Hope that helps



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Is traffic encryption possible?

2007-11-11 Thread Alex Carver

--- Tom Russo <[EMAIL PROTECTED]> wrote:

> On Sun, Nov 11, 2007 at 08:23:18PM -0700, we
> recorded a bogon-computron collision of the
> <[EMAIL PROTECTED]> flavor, containing:

> > Tom, there's one sure way to fix this
> misconception... add the code,
> > then you don't have to refute this everytime it
> comes up!
> > 
> > 
> 
> Cover ain't gonna help you, buddy, I'm calling in
> the airstrike.

Will the airstrike be carrying APRS trackers?  Can I
watch it unfold via the APRS-IS? :)

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] get-gnis script failure

2007-11-09 Thread Alex Carver
--- Tom Russo <[EMAIL PROTECTED]> wrote:
> If list members have old-format GNIS files that are
> not already in the pub/GNIS
> directory, they should probably bzip2 them and
> upload them to aprs.tamu.edu
> in the 'incoming' directory, then notify Gerry that
> they're there and can be
> moved.  Please do this, because this is the only way
> that other xastir users
> will have access to usable GNIS data.  The new stuff
> from USGS is useless for
> our purposes.

I just uploaded a single file that contains every
state and US territory.  I'm not exactly sure how
complete it is but it has over 180,000 cities and
towns listed.  A quick scan showed populations as low
as 60 in some cases.

Don't know Gerry's email address off hand to notify
him, but it's in the incoming directory as
0pop_places.gnis and the file can be exploded by state
using some basic shell scripting.  If anyone wants me
to explode it, I'll be happy to do so, I just figured
I'd dump the whole file there first as a backup.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] While we are on the subject of feature ideas for Xastir

2007-10-04 Thread Alex Carver
--- Gerry Creager <[EMAIL PROTECTED]> wrote:
> Pardon me while I don my Nomex.
> 

No problem, I've got my plasma torch handy. :)

> Joseph M. Durnal wrote:
> > Some things that I can do with APRSDos, like bring
> up a command window
> > to the TNC, handle NTS formatted messages
> 
> I can't think of a reason to have to get into the
> TNC once it's 
> configured, and it really should be run in KISS. 
> What'd a terminal 
> window buy you there?

Actually, it's sometimes handy to reconfigure the TNC
for non-KISS operation (a digipeater, for example,
that you shouldn't depend on the computer in case it
crashes), or diagnostics while inside Xastir.  I run a
TNC in command mode with Xastir precisely for the
digipeating of the TNC without the computer just in
case the machine dumps out due to something weird (and
I've got a weird system, two computers, one runs
Xastir and one runs the TNC).  I know I've wanted to
be able to send a command or two to the TNC before.

> OK: I am now switching gears and asking for opinions
> and comments on a 
> vizualization product.  If y'all would look at 
> http://mesonet.tamu.edu/scoop-cgi/ogc/wrf and give
> me off-list feedback, 
> I'd appreciate it.  I'm running the WRF (community
> developed Weather 
> Research and Forecasting)model over a rather large
> domain, from ~40W to 
> ~105W and ~5N to ~55N.  The display is surface wind
> fields.  The purpose 
> of this model is to provide 10 meter height winds
> and surface barometric 
> pressures to initialize ocean circulation and wave
> models, which will in 
> turn be used to help predict storm surge and
> inundation.


It's hard to see some of the arrowheads especially on
the vectors that have small magnitudes.  It seems the
arrowheads scale with the magnitude of the vector,
too, and not just the length of the vector line. 
Perhaps fixed sized arrowheads and color for the
magnitude like radar data?


   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Compile issues

2007-10-01 Thread Alex Carver
Using a 2.4 kernel isn't exactly going to prevent use
of Xastir.  What matters is that the libraries are as
up to date as possible.  Is there any particular
reason why you don't want to upgrade the system to
etch and/or install a 2.6 kernel (not as critical) on
there?

I'm running etch on a lot of machines including an old
486DX4 with barely enough RAM to make it go.  It won't
hurt, I promise. :)  But, I didn't mean to include the
"etch" in that line.  My system is etch and I only
replaced "etch" on the first line with "woody" and
forgot to do it on the second line.  You may still
want to consider an upgrade from within woody, though.
 "apt-get -s upgrade" will do a simulation and tell
you how many things are out of date.

In regards to lesstif, I'd go ahead and try that.  I
had problems trying to get OpenMotif working on any of
my systems and just gave up and went with lesstif. 
Fewer headaches that way.

As to ImageMagick, yes you can absolutely download and
install from source.  There is a make command after
installing that will install the headers.  I'd have to
dig around to see what it was but I think it was "make
install_libs" or something similar.  By default it
won't install the libraries and headers when you
install the binaries.  But my current Xastir system
does use a version of ImageMagick installed from
source as did my Cygwin installation.

--- Tony Hunt <[EMAIL PROTECTED]> wrote:

> Alex and all those helping/watching .. Thanks .. A
> bit more progress perhaps
> but still no development files for image magick
> woody debian. Remember this
> is a 2.4 kernel from about 2004
> 
> As requested.. Here is how my sources.list looks..
> deb http://archive.debian.org/debian-archive/ woody
> main contrib non-free
> deb http://mirror.aarnet.edu.au/debian oldstable
> main contrib non-free
> deb http://mirror.linux.org.au/debian oldstable main
> contrib non-free
> deb
>
http://mirrors.usc.edu/pub/linux/distributions/debian
> oldstable main
> contrib non-free
> 
> Not sure about putting the etch main contrib
> non-free in there .. I dont
> want to upgrade to etch
> and suspect that intorducing etch into the cache
> would make for some odd
> things.. Maybee I am wrong
> 
> I would agree that APT is usually very good at
> solving dependancy issues..
> Ive taken some snapshots of
> some relavant stuff because the console does not
> allow me to copy/paste.
> This is the best I can do all
> converted from xwd files to gifs. The libmagick-dev
> issue is the killer I
> cant get past .
> See the snap shots at this URL
> http://www.users.on.net/~wavetel/temp/
> 
> Is it any good trying lesstif ? Bear in mind this is
> a live distro as Ive
> said previuosly. So if I stuff anything up then its
> easy to reboot and start
> again clean..  Ive been loading GNU-utils followed
> by GCC then APT for
> imagemagick   libmotif   libmotif-dev and then I
> configure xastir. Only 1
> issue in the configure regards the shapelib missing
> and it looks like it
> goes with the internal version for shape.
> 
> One thing I would like to confirm regards
> imagemagick development files.
> Cant I get them by going to sourceforge imagemagick
> and download the source
> and compile it ? Surely they are in there ? Ive
> found the source for
> imagemagick dating back before my system.
> 
> Any comments ??
> 
> Tony & Eva Hunt  [EMAIL PROTECTED]
> 
> - Original Message - 
> From: "Alex Carver" <[EMAIL PROTECTED]>
> To: "Tony Hunt" <[EMAIL PROTECTED]>
> Cc: "Xastir mailing list" 
> Sent: Sunday, September 30, 2007 11:14 PM
> Subject: Re: [Xastir] Compile issues
> 
> 
> > There's no "Universe" repository for Debian under
> apt
> > but you do need to check that your repositories
> are at
> > least set for "main", "contrib", and "non-free".
> >
> > These two config lines should get you just about
> > everything in stable form:
> >
> > deb http://ftp.debian.org/debian/ woody main
> contrib
> > non-free
> > deb http://security.debian.org/debian/ etch main
> > contrib non-free
> >
> > Can you post some of the dependency errors?  I'm
> > suspecting that your system is in need of an
> upgrade
> > (which apt can do for you, too) because apt is
> usually
> > very good about resolving dependencies _unless_
> > installing a dependency will break something
> critical
> > in which case it stands aside and lets you try to
> fix
> > the problem.
> >
> >
> > --- Rodney Baker <[EMAIL PROTECTED]>
> 

Re: [Xastir] Compile issues

2007-09-30 Thread Alex Carver
There's no "Universe" repository for Debian under apt
but you do need to check that your repositories are at
least set for "main", "contrib", and "non-free".

These two config lines should get you just about
everything in stable form:

deb http://ftp.debian.org/debian/ woody main contrib
non-free
deb http://security.debian.org/debian/ etch main
contrib non-free

Can you post some of the dependency errors?  I'm
suspecting that your system is in need of an upgrade
(which apt can do for you, too) because apt is usually
very good about resolving dependencies _unless_
installing a dependency will break something critical
in which case it stands aside and lets you try to fix
the problem.


--- Rodney Baker <[EMAIL PROTECTED]> wrote:

> Tony Hunt wrote:
> > Thanks all for the replies .. Some of these are
> good and useful indeed..
> >
> > Ive actually got a working version of 1.90 xastir
> on there now but without
> > raster maps. This sounds like it would be easy to
> fix with imagemagick but
> > the development files still allude me. I think its
> actually libmagick5-dev
> > that I am looking for but if I try and install
> that it had many dependancy
> > issues which are not resolvable. I looked at some
> of the dependancies and
> > they also have depandancies. Its another one of
> those dependancy blackholes
> You'll probably need 
> to uncomment the lines for Universe and Universe
> Development 
> repositories. Other Debian/Ubuntu users may have
> more input on which 
> repositories are needed.



   

Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Peet Bros U500 w/xastir

2007-09-04 Thread Alex Carver
--- Rick Green <[EMAIL PROTECTED]> wrote:
> /* wind speed */
>  if (data[2]!='-') { // '-' signifies
> invalid data
>  substr(temp_data1,(char
> *)(data+2),4);
> 
>   ...so here's how I'm reading this:  The input line
> is in an array of 
> characters 'data', and data[2] would refer to this
> array at offset 2. 
> Bytes 0 and 1 would contain the identifiers '!!', so
> wind speed would be 
> in the four bytes beginning at offset 2.  Here's
> where my C ignorance 
> shows.  I don't understand how you can refer to the
> same string as an 
> array of bytes (data[2]), and also in the aggregate,
> as you are using a 
> substring function to pick our four consecutive
> bytes starting at data+2, 
> which is the same location as data[2]?
> 

Nice work on the latter part fixing the wind direction
(I'm not a developer but it's certainly a good catch).
 It might be that the code was borrowed from an older
version of the Peet protocol and no one noticed.

As for array of bytes/strings, in C there isn't really
a string.  It's an array of characters that have
loosely been called a string.  So data[2] is a single
character and will return only one character.  Data+2
is actually an address, not a character.  That's why
it's used in the substr() function: substr() is asking
for an array of characters, a start address and a
length.

To do what substr() is doing by using arrays, you'd
have to create an array of characters four bytes long
and then copy the data in like this:

char temp_data1[4]; /* array of char four bytes long
*/

temp_data1[0] = data[2];
temp_data1[1] = data[3];
temp_data1[2] = data[4];
temp_data1[3] = data[5];

Not as pleasant as just:

substr(temp_data1,(char *)data+2,4)

Also, the (char *) bit ensures that the value returned
by "data+2" is cast as a pointer (specifically to a
character).  Mainly you just want to be sure you're
getting a pointer to a memory location which is what
substr wants.


   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] What's with the bullseye?

2007-09-04 Thread Alex Carver
--- Tom Russo <[EMAIL PROTECTED]> wrote:

> On Tue, Sep 04, 2007 at 03:40:10PM -0700, we
> recorded a bogon-computron collision of the
> <[EMAIL PROTECTED]> flavor, containing:
> > 3. He's being quite generous with UHF propagation.
> 
> > The repeater in Atlanta at 1000 feet doesn't even
> > reach the Alabama line at 146 MHz.
> 
> That was my impression --- it seems his ranges are
> ridiculous.
> 
> > Quite interesting anyway.  I guess it could be
> useful
> > for this application but wouldn't a PHG circle be
> easier?
> 
> One would have thought.  For more than one reason
> --- not the least of which
> is that Xastir is the only APRS client that actually
> displays such object
> decorations.  
> 
> As far as I can tell, he isn't sending that data out
> anymore anyway --- there
> are no raw packets to be had from findu, which means
> they were all from some
> time ago.  What does your station say for the last
> date/time of these packets?
> The fellow might have been experimenting with the
> feature and just didn't
> delete the object when he was done with it.

Info for the 440cvr and 441.7125 objects:


Packets received: 55 Last Heard: 09/04/2007
18:23:52
Object from: AI4PX
Heard last via Internet on device 0, and has moved
Data path: APX171,TCPIP*,qAC,SumterSC
Comment 09/04 18:23 : 441.7125 coverage
Comment 09/03 22:14 : Pmin45,Pmax70,441.7125 coverage
Current Power Gain: none
Distance from my station: 199.4 miles  Bearing from my
station: 82.4°
Last Position: 09/04  18:23   34 07.120N  080 56.230W 
 EM94mc  

Packets received: 53 Last Heard: 09/04/2007
18:28:07
Object from: AI4PX
Heard last via Internet on device 0, and has moved
Data path: APX171,TCPIP*,qAC,SumterSC
Current Power Gain: none
Distance from my station: 199.4 miles  Bearing from my
station: 82.4°
Last Position: 09/04  18:28   34 07.120N  080 56.230W 
 EM94mc  



   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] What's with the bullseye?

2007-09-04 Thread Alex Carver
--- Tom Russo <[EMAIL PROTECTED]> wrote:
> In this case, though, it is apparent from the
> comments associated with the 
> object that it is being used to show the coverage of
> a UHF station rather than 
> SAR information.  
> 
> 
> 
> shows "441.7125 coverage" in the comments.  

Interesting.  Well, I guess it's one of three things:
1. SC is flatter than I thought
2. This guy has a ridiculously tall tower (or tower
spot)
3. He's being quite generous with UHF propagation. 
The repeater in Atlanta at 1000 feet doesn't even
reach the Alabama line at 146 MHz.

Quite interesting anyway.  I guess it could be useful
for this application but wouldn't a PHG circle be easier?


  

Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] What's with the bullseye?

2007-09-04 Thread Alex Carver

--- "Curt, WE7U" <[EMAIL PROTECTED]> wrote:

> Looks like proximity circles being drawn by an
> Xastir station
> running version 1.7.1.  "440cvr" and "441.7125" are
> both Xastir
> objects from AI4PX.  I think he added the proximity
> circles to one
> or both of those objects.

Ok, so what do the proximity circles do for Xastir or
otherwise?  Do they trigger something?


   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] What's with the bullseye?

2007-09-04 Thread Alex Carver
So I come back from work today and see this large
bullseye hovering over central South Carolina.  What
is it?  There's quite a bit of activity at the center
and track logs show vehicles driving all about.

http://acarver.net:8900/xastir.png


   

Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] IGating

2007-08-25 Thread Alex Carver

--- Matt Werner <[EMAIL PROTECTED]> wrote:

> On 8/25/07, Alex Carver <[EMAIL PROTECTED]> wrote:
> 
> > In that same train of thought, it would be nice if
> the
> > APRS-IS could show the duplicate packets instead
> of
> > discarding them.  Then you possibly _could_ get a
> > better understanding of the RF network by watching
> how
> > a packet propagates and duplicates itself.
> 
> Just imagine the additional load on the network if
> that were the case.
>  In some areas a packet could be heard by many many
> different igate by
> the time it takes it two or three hops.  That would
> easily have the
> potential of increasing the network traffic by 5x or
> more I would
> think.


The load is already there.  The servers are comparing
all the packets looking for duplicates and then
discarding the duplicates.  So the load on the network
shouldn't go up at all.  Rather you'd simply be making
visible a portion of the traffic that is otherwise hidden.


   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] IGating

2007-08-25 Thread Alex Carver

--- Earl Needham <[EMAIL PROTECTED]> wrote:

> At 03:20 PM 8/25/2007, James Ewen wrote:
> >It's really hard to make good comments on a system
> that you can only
> >observe via the APRS-IS, without any knowledge of
> the local terrain.
> 
>  Wow, it's GREAT to see somebody finally
> acknowledge 
> this!  I've been trying to tell people that for
> maybe 10 years over 
> on the APRSSIG and they just don't seem to get it.
> 
>

In that same train of thought, it would be nice if the
APRS-IS could show the duplicate packets instead of
discarding them.  Then you possibly _could_ get a
better understanding of the RF network by watching how
a packet propagates and duplicates itself.


   

Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Newer xastir ?.

2007-08-25 Thread Alex Carver

1.9.1 if you compile from source

--- Erik Jakobsen <[EMAIL PROTECTED]> wrote:

> Hi.
> 
> Running openSuSE 10.2, and Xastir 1.8.5
> Is there a more new version for SuSE ?
> 
> -- 
> Med venlig hilsen / Best regards
> Erik Jakobsen OZ4KK
> [EMAIL PROTECTED]
> openSuSE 10.2 (i586)
> 
> ___
> Xastir mailing list
> Xastir@xastir.org
>
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
> 



   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] New XBMs?

2007-08-22 Thread Alex Carver
Will the new XBMs that were discussed here show up
soon in the CVS distribution?


   

Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Sourceforge borked CVS again

2007-08-22 Thread Alex Carver
Just thought I'd let you know that the CVS
configuration changed again.  It's now
xastir.cvs.sourceforge.net in case anyone gets "no
route to host" errors.




   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Display levels with GNIS files

2007-08-22 Thread Alex Carver
Hmm, the vast multitude of interweb tubes ate my last
message.  Let's try again. :)

Playing around with the GNIS files, I've filtered them
down a bit so that I'm not swamped with 30,000 records
but I wanted to know what exactly is controlling
whether a GNIS feature displays or doesn't at a
particular zoom level.  Is it inside Xastir or is the
threshold in the GNIS file (keyed to population)?

Danke




   

Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Level control for GNIS files

2007-08-22 Thread Alex Carver
Where is the source of data that determines whether
Xastir shows a particular point in a GNIS file or not
at any given zoom level?




  

Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Areas of Maximum Concern not showing

2007-08-02 Thread Alex Carver

--- "Curt, WE7U" <[EMAIL PROTECTED]> wrote:
> On Thu, 2 Aug 2007, Eric Christensen wrote:
> 
> > I ASSUMED that they were Dale's because they
> appeared to be weather
> > alerts.  I just checked the Storm Prediction
> Center's site and I don't
> > see anything brewing so I don't know what this is.
>  I'll keep
> > monitoring...
> 
> I've seen things generated by Dale's scripts that
> were just slightly
> out of spec, plus objects from other people
> (generated by a UI-View
> add-on?) as well.

Could it be a log replay gone awry?  I've been seeing
them, too, but I've pretty much ignored it because
alerts in my area are coming up normally.


   

Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Showing only one station/trail

2007-07-15 Thread Alex Carver
> 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.

Brilliant!  I completely forget about tactical
callsigns (never really use them) and would never have
even thought of this one.


   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Showing only one station/trail

2007-07-15 Thread Alex Carver
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.




   

Got a little couch potato? 
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] FCC lookup

2007-07-12 Thread Alex Carver

--- Earl Needham via Kubuntu
<[EMAIL PROTECTED]> wrote:
>   Oh ho!  That sounds pretty familiar!
> 
>   So where can I find this FCC-get script?

/usr/local/lib/xastir/fcc-get

It does more than download the files, it does a bunch
of parsing trickery and magic to get the file sorted. 
Otherwise you'd have to run the various parsing
processes yourself from the command line.


 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: Spam:*****, Re: [Xastir] Mac: odd process problem

2007-07-08 Thread Alex Carver
--- "Chip G." <[EMAIL PROTECTED]> wrote:
> I'd love to hear other suggestions. If the problem
> does relate to the  
> USB adapter, is there any chance it relates to the
> Xastir code? Or is  
> it certain to he the driver?

I doubt it's Xastir because Xastir doesn't really know
it's a USB device.  As far as it knows, it's just a
serial port so it's likely the device itself or its
drivers.  You may want to try an adapter made by
someone else.  Several manufacturers use a chipset
from FTDI (Keyspan does not last I knew) and
apparently the FTDI chipset is well supported in many
OSes.  Even some Windows people have issues with Keyspans.


  

Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] openSUSE 10.2 CVS Success

2007-07-06 Thread Alex Carver
--- "Curt, WE7U" <[EMAIL PROTECTED]> wrote:
> It seems to me there may be a few things that cause
> it to exit
> prematurely, but I can't think of what they might be
> right now.
> Perhaps Motif/Lesstif was one such?

Yep, Motif/Lesstif is one that bombs out immediately. 
I just tried to recompile after removing Lesstif
(without realizing that Motif development libraries
weren't installed) and the compile ended.

I had to go back to Lesstif, the OpenMotif source code
I have isn't compiling right now and I'm not sure why.



   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


RE: [Xastir] CYGWIN?

2007-07-04 Thread Alex Carver
--- Earl Needham <[EMAIL PROTECTED]> wrote:

> 
>  I have noticed that callpass works FB but
> Xastir doesn't 
> seem to produce any results.  Do I need to compile
> something for 
> Xastir to work, or does the Cygwin installer do it
> all?


If you selected Xastir in the software list that the
Cygwin installer presents, then it's downloading a
binary version, no compiling goes on.

It may be that you have a broken dependency that
wasn't resolved correctly by the installer.  Best
thing to do is as was suggested and download the
source code then follow the instructions for
installing Xastir from source.  It's not quite as easy
as point and click, but in the end it works better. 
Just follow the documentation online for the
installation and you should be up and running quickly.

As for GraphicsMagic, while it's the way to go
eventually, start off easier with the ImageMagic
libraries that are provided in the Cygwin installer. 
For an initial test, they work fine for getting Xastir
up and running on Cygwin initially.  My Cygwin install
uses ImageMagic from the installer.


  

Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


RE: [Xastir] CYGWIN?

2007-07-04 Thread Alex Carver
--- Earl Needham <[EMAIL PROTECTED]> wrote:
>  Maybe I just don't know how to start
> Xastir?  I type xastir 
> and hit the Enter key, and get back a blank line,
> and no Xastir 
> application.  None that I can see, anyway.

Hmm, try this instead.  Open a Cygwin bash shell
(don't use the batch file directly from windows. 
Then, inside that, do 'startx' (no quotes) and you
should be presented with an xterm.  After that, in the
xterm, run 'xastir' and see what happens.


   

Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


RE: [Xastir] CYGWIN?

2007-07-04 Thread Alex Carver
--- Earl Needham <[EMAIL PROTECTED]> wrote:
>  I suspect it's due to my ignorance more
> than anything else.
> 
>  I run startxwin.bat and get the "X" window
> up, but then 
> can't seem to find Xastir, which is installed, I
> just can't get to 
> it.  DIR doesn't give me a directory, so that's part
> of my ignorance 
> showing, and I can't even cd to find a different
> directory.  I'm just 
> kinda lost at this.

Is Xastir compiled from source or did you download the
prepackaged binary from the Cygwin sources?

run 'echo $PATH' (no quotes) from your command prompt
and copy the output here.  It may be that
/usr/local/bin is not in your path at all.

If it's not, do:

PATH=$PATH:/usr/local/bin ; hash -r

and then

which xastir

It should come back and say /usr/local/lib/xastir.

'DIR' (all caps) won't work at all.  'dir' may work if
the aliases got installed right (or the 'dir' package
was installed)


   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: Fwd: Re: [Xastir] Xastir responding to ?APRSS

2007-07-02 Thread Alex Carver
Ok, this was supposed to go to the list not directly
to Tom.

--- Tom Russo <[EMAIL PROTECTED]> wrote:

> On Mon, Jul 02, 2007 at 09:49:14AM -0700, we
> recorded a bogon-computron collision of the
> <[EMAIL PROTECTED]> flavor, containing:
> > Forwarded as per Tom's suggestion (originally part
> of
> > a long string of emails)
> 
> As a summary of the missing bits of the
> conversation:
> 
> - Some APRS clients will pop up an incoming message
> box when a message is
>   received addressed to an object owned by that
> station.
> - This behavior was counted on by Bob Bruninga when
> he advocated setting up
>   "XXX-n" objects for Field Day "blind contacts" on
> APRS
> - Xastir doesn't do this.  The decode_message
> function checks only if the 
>   message is addressed to our own callsign-ssid or
> base call sign (no SSID).
> - Right now, to check an object for ownership, you
> have to call 
>   is_my_object_item  with a DataRow pointer, not a
> call sign.  We have
>   a function "is_my_call" that takes a call sign and
> checks if it's ours,
>   but no similar function to check if a named object
> is ours.
> 

Would it be sufficient to check the list of stations
using search_station_name() (which I found in
objects.c) to locate the entry in the objects list and
then check its flags?


 


 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Fwd: Re: [Xastir] Xastir responding to ?APRSS

2007-07-02 Thread Alex Carver
Forwarded as per Tom's suggestion (originally part of
a long string of emails)

--- Tom Russo <[EMAIL PROTECTED]> wrote:

> Date: Mon, 2 Jul 2007 00:09:47 -0600
> From: Tom Russo <[EMAIL PROTECTED]>
> To: Alex Carver <[EMAIL PROTECTED]>
> Subject: Re: [Xastir] Xastir responding to ?APRSS
> 
> On Sun, Jul 01, 2007 at 10:54:30PM -0700, we
> recorded a bogon-computron collision of the
> <[EMAIL PROTECTED]> flavor, containing:
> > Would Xastir show a message directed at an
> > object that it owns?
> 
> Look in db.c, the function "decode_message" --- this
> explicitly checks
> the messages "to" against our call sign (with SSID)
> and our base call
> (ignoring SSID), but does not check against any of
> our own objects.
> 
> There is no function (that I can see) that provides
> a quick check if 
> a call-sign is actually an object owned by
> ourselves, but it shouldn't
> be *that* difficult to write one and use it to
> perform an additional 
> check in that routine to make us respond to that
> message.
> 
> Thing is, we are not supposed to ACK messages sent
> to our own objects,
> just those sent to our station.  (That is something
> that Bob Bruninga
> did comment on when he was advocating using such
> objects and sending messages 
> to them during Field Day.)
> 
> You might want to take this part of your message
> back to the group for 
> discussion.


Is there a function that can return currently owned
objects?  If not, is there an array or linked list
somewhere that contains the objects in some way (this
I assume exists otherwise Xastir would never remember
its objects).


   

Building a website is a piece of cake. Yahoo! Small Business gives you all the 
tools to get online.
http://smallbusiness.yahoo.com/webhosting 
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir responding to ?APRSS

2007-07-02 Thread Alex Carver
--- "Curt, WE7U" <[EMAIL PROTECTED]> wrote:

> On Sun, 1 Jul 2007, Tom Russo wrote:
> 
> > On Sun, Jul 01, 2007 at 09:55:33PM -0700, we
> recorded a bogon-computron collision of the
> <[EMAIL PROTECTED]> flavor, containing:
> > >
> > > Ah, I wondered what that was.  It also seems
> that
> > > there's a button or check box under it that's
> hidden.
> > > I can barely see the edge of it under the text
> box.
> >
> > Huh.  Yeah, I see what you mean.  I can see a
> check box poking out from
> > under the text widget, too.  You can even click
> it.
> 
> Which widget set, Lesstif?  With OpenMotif there's
> nothing
> underneath anything else.

On my system, Lesstif.  I could always install
OpenMotif (libmotif3) and recompile.  Any advantage of
one over the other?




   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  1   2   >