Re: [Xastir] Objects

2008-10-30 Thread Craig Anderson
The best way to handle this is run your APRS stations on a frequency other than 144.39. This assumes you don't need, or can replace, all the digipeaters and other infrastructure on 144.39. Craig On Oct 30, 2008, at 9:22 AM, Keith Kaiser wrote: More specifically Curt what I would like to d

[Xastir] Server ports question?

2008-09-20 Thread Craig Anderson
Hi all, I'm having a problem with the server ports on Xastir. I have 2 perl scripts that connect to the Xastir server port and manipulate the data coming out. They both work fine until one of them exits (usually I kill it to make changes and restart it). Once I kill one of them the ser

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

2008-08-08 Thread Craig Anderson
How about converting the "splat" output from each repeater into Multi-line objects that can be injected into an Xastir server port. With the above info in a database, it may be easier to just have the user enter their location on a web page and get back an estimation of what repeaters will likely

Re: [Xastir] Change to mailing list settings

2008-06-17 Thread Craig Anderson
Yes, but the opposite can also occur, embarrassing yourself greatly. Do be careful. I would suggest a note be inserted in the process of subscribing to the email list letting new users know what the default is. Craig On Jun 17, 2008, at 11:26 AM, Jeremy Utley wrote: On Tue, Jun 17, 2008 at 11:

Re: [Xastir] DBFAWK and map symbols

2008-05-23 Thread Craig Anderson
The DBFAWK files I sent out on May 14 do mimic the online tiger maps. If you can't find it in your past mail listings let me know and I can send them to you. Craig n6yxk On May 23, 2008, at 10:40 AM, Tom Russo wrote: On Fri, May 23, 2008 at 01:34:47PM -0400, we recorded a bogon- computron col

[Xastir] Tiger 2007 map displays....

2008-05-14 Thread Craig Anderson
Hi all, I've been hacking on the dbfawk files that Richard Polivka, N6NKO put together and have come up with a map display that approximates the Online Tiger maps, except they're built out of local Tiger/Line data files. One part is the dbfawk files and the other is modifications to the

[Xastir] Zypad?

2008-04-24 Thread Craig Anderson
Anyone seen this before as a possible Xastir platform? http://www.arcom.com/wearable_computer/Zypad/default.htm Craig ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Re: [Xastir] version interactions?

2008-04-11 Thread Craig Anderson
Hi all, I think I have narrowed the problems down to the Debian machine and not the Mac OS X. I haven't change the OS X machine in months but the Debian machine is currently under constant change. I've switched back to the Debian standard Xastir version 1.8.2 and this still has the probl

[Xastir] version interactions?

2008-04-11 Thread Craig Anderson
Hi all, I'm having a strange problem with interactions between Xastir versions (maybe). I have an old iMac PowerPC running the most recent stable Debian and Xastir 1.9.2 connected to a serial TNC. This works great, no problems. It has it's "server ports" turned on ready to share it's dat

Re: [Xastir] Re: Xastir web interface?

2008-04-02 Thread Craig Anderson
Xastir can be a long process to get installed, especially on Windowz boxes. A web "interface" allows anyone who shows up in the EOC to see what we see without the hassle of installing Xastir. This goes double for transient EOC visitors during a disaster like National Guard, FBI, FEMA, and others

Re: [Xastir] Xastir web interface?

2008-04-01 Thread Craig Anderson
If you have Imagemagick installed in a strange place cron may not be picking up your environment and may not be able to find all the libraries when it runs. Try surrounding your code with a shell script where you can capture some debug output into a temporary file. Craig n6yxk On Apr 1, 2008, a

Re: [Xastir] Xastir web interface?

2008-03-31 Thread Craig Anderson
r/tmp/snapshot.png. Then symlink the image to you web directory. Of course you have to have Apache or some web server installed. Dana N1OFZ On Mar 31, 2008, at 12:43 PM, Craig Anderson wrote: Hi all, Anyone got any wild ideas of how to create a web interface to the Xastir screen? All I wa

[Xastir] Xastir web interface?

2008-03-31 Thread Craig Anderson
Hi all, Anyone got any wild ideas of how to create a web interface to the Xastir screen? All I want is for a web browser to be able to see a screen taken from an Xastir window and have the web page be automatically updated every minute. Thanks, Craig n6yxk _

Re: [Xastir] Perl code for xastir server ports?

2008-03-15 Thread Craig Anderson
GIS system so the combination was perfect. Thanks all, Craig n6yxk On Mar 13, 2008, at 11:48 AM, Jason KG4WSV wrote: On Thu, Mar 13, 2008 at 11:13 AM, Craig Anderson <[EMAIL PROTECTED]> wrote: Hi all, Does anyone have an example or a fragment of perl code that will access the

[Xastir] Perl code for xastir server ports?

2008-03-13 Thread Craig Anderson
Hi all, Does anyone have an example or a fragment of perl code that will access the Xastir server ports and move or interact with position reports? Not being a big perl hack it will take me quite a while to put that together but if someone has already created such a miracle I would *very*

Re: [Xastir] An idea rfid > APRS?

2008-02-27 Thread Craig Anderson
Hi Dave, I guess what your suggesting is a gateway between RFID and APRS, where RFID information gets injected into the APRS world. You'd need an RFID scanner that would take all the tags it sees and make an APRS object out of each. Though each object is going to have your current locatio

Re: [Xastir] possible feature request: new "select station types to display" dialog?

2008-02-11 Thread Craig Anderson
Hi Jason, You are exactly right. All the functionality to do what you want is there, it just isn't easily accessible. Xastir needs a better "layering" mechanism. The ability to turn on or off map (and object) layers more easily than the "Map Chooser" and the "View"->"Mobile Stations" etc

Re: [Xastir] Third party packets

2007-12-12 Thread Craig Anderson
Can this be made a software selectable item? I'm trying to build a common operating picture and I will be connecting all kinds of stations together through all sorts of means, RF, TCP/IP over RF, TCP/IP over wire, spread over a number of frequencies, etc. How is this affected by the "File->Config

Re: [Xastir] Xastir and serial port issues

2007-12-04 Thread Craig Anderson
You can try: echo -e “\300\377\300” > /dev/ttyS0 Assuming the baud rate has not changed out from underneath you on ttyS0. Sometimes the above command does not "seem" to work (minicom still doesn't see any command prompt) until I power-cycle the TNC, then the firmware banner and command prompt c

Re: [Xastir] Xastir compiled static?

2007-11-18 Thread Craig Anderson
Fedora (IIRC, that's what you're using) generally does not offer static libraries, so you'll have to build them yourself. All dependent software supports '--enable-static --disable-shared' configure options. On Sun, 2007-11-18 at 21:17 -0800, Craig Anderson wrote: Hi all,

[Xastir] Xastir compiled static?

2007-11-18 Thread Craig Anderson
Hi all, I must be get'n old and out of touch. But I remember the days when we used to compile things static and not have all these dynamic libraries that get lost and out of date and incompatible. Is it even possible to compile Xastir statically and end up with one giant binary that is no

Re: [Xastir] IGate into socal.aprs2.net?

2007-08-25 Thread Craig Anderson
of my filter. Sorry all, Craig n6yxk On Aug 24, 2007, at 11:46 PM, Craig Anderson wrote: On Aug 24, 2007, at 4:56 PM, Curt, WE7U wrote: On Wed, 22 Aug 2007, Craig Anderson wrote: Or is it that Xastir marks a site as being from the TNC because it is first seen by the TNC? I believe if it

Re: [Xastir] IGate into socal.aprs2.net?

2007-08-24 Thread Craig Anderson
On Aug 24, 2007, at 4:56 PM, Curt, WE7U wrote: On Wed, 22 Aug 2007, Craig Anderson wrote: Or is it that Xastir marks a site as being from the TNC because it is first seen by the TNC? I believe if it is heard by the TNC at all (doesn't have to be first?) the flag gets set. Xastir trea

Re: [Xastir] IGate into socal.aprs2.net?

2007-08-22 Thread Craig Anderson
mile filter). Are the IGate servers broken? Or do they hide some of the digipeaters? Can't be an Xastir problem can it? ;-) Thanks very much all, Craig On Aug 22, 2007, at 6:36 PM, James Ewen wrote: On 8/22/07, Craig Anderson <[EMAIL PROTECTED]> wrote: Hi all, I was tryi

[Xastir] IGate into socal.aprs2.net?

2007-08-22 Thread Craig Anderson
Hi all, I was trying to IGate into socal.aprs2.net and it wasn't working. After investigating, I think the aprs2.net machines want "Q codes" to be included in the packets. Is this what is preventing my packets to be included in the aprs2.net info? Can Xastir IGate to these machines? Tha

Re: [Xastir] An Xastir story

2007-06-06 Thread Craig Anderson
ime to dive into the technology underlying GoogleEarth. The Stanford project web site is: http://ssdl.stanford.edu/ssdl/index.php Craig On Jun 6, 2007, at 9:14 AM, Bernard Michael Tyers wrote: On 06/06/07, Craig Anderson <[EMAIL PROTECTED]> wrote: Hello all, The pictures from th

Re: [Xastir] An Xastir story

2007-06-06 Thread Craig Anderson
Hello all, The pictures from this "expedition" are now in ftp://aprs.tamu.edu/ Xastir/Images thanks to Gerry Creager. Included is a file with the captions to each picture. Craig ___ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cg

Re: [Xastir] An Xastir story

2007-06-05 Thread Craig Anderson
astir is a very important contribution. Craig On Jun 5, 2007, at 9:32 AM, Bernard Michael Tyers wrote: On 13/05/07, Craig Anderson <[EMAIL PROTECTED]> wrote: Xastir was truly the key to finding that balloon. Thanks guys. A *very* nice program. Craig n6yxk Nice story. any photos? I alwa

Re: [Xastir] minicom/kiss mode

2007-05-26 Thread Craig Anderson
Sounds like it's already in KISS mode. You can try this to get it out. echo -e "\300\377\300" > /dev/ttyUSB0 Craig On May 26, 2007, at 1:26 PM, James Jolin wrote: Anybody know how I can put my tnc in kiss mode without using minicom? For some reason minicom does not communicate with the tnc

Re: [Xastir] CAD object transmissions?

2007-05-25 Thread Craig Anderson
HI all, We had talked a bit about this functionality but I don't remember anyone saying any specifics about putting this into the code. How do all the developer folks feel about this? Is this something that is planned? Rejected? Cogitating on it? Already hacked in? :-) Thanks very mu

Re: [Xastir] CAD object transmissions?

2007-05-16 Thread Craig Anderson
roblems to the board. Am I going too far with this? Count me in as a beta-tester, along with my RACES group. Craig On May 16, 2007, at 2:08 PM, Curt, WE7U wrote: On Wed, 16 May 2007, Craig Anderson wrote: That would be hugely useful to me. The ability to create a coordinated, distributed, com

Re: [Xastir] CAD object transmissions?

2007-05-16 Thread Craig Anderson
That would be hugely useful to me. The ability to create a coordinated, distributed, common operating picture for a search & rescue effort. Like NetMeeting for S&R. Could I talk someone into that? :-) Craig On May 16, 2007, at 1:03 PM, Tom Russo wrote: On Wed, May 16, 2007 at 01:00:13PM -07

[Xastir] CAD object transmissions?

2007-05-16 Thread Craig Anderson
Hi all, I thought I read in some docs that in Xastir you can draw CAD object on a map and then transmit them to other Xastir stations. But the help window just said no. I'm looking at 1.8.4 currently. Can Xastir transmit CAD objects? Thanks, Craig n6yxk ___

Re: [Xastir] Tiger2006 maps problem?

2007-05-12 Thread Craig Anderson
Hi Tom and all, I got the Tiger 2006 maps to work and they have fills and colors. This is on Linux Fedora Core 6. But I must say that the Online/Tiger2003 maps on a Mac look gorgeous! They have nice colors and complete fills (oceans that are all blue, as opposed to the Tiger 2006 oceans

[Xastir] An Xastir story

2007-05-12 Thread Craig Anderson
Hi all, I must tell you all how excellent Xastir is. This last Friday a student project at Stanford (http://ssdl.stanford.edu/ssdl/index.php? option=com_weblinks&catid=55&Itemid=44) launched a research balloon and I used Xastir to track it and recover it. I work with a group called Str

Re: [Xastir] Tiger2006 maps problem?

2007-05-08 Thread Craig Anderson
Hi Tom, I have PCRE installed. The error message I get is: No DBFAWK signature for tiger2006/AK/tgr020132shppolyA.shp! Using default. I tried changing the filenames around to make it happy but that didn't seem to help (or I couldn't figure out the naming scheme). I started out with

Re: [Xastir] Tiger2006 maps problem?

2007-05-08 Thread Craig Anderson
Hi Tom, I hope your processing works better than mine. All the maps I generated had no fills and no colors. Any suggestions would be greatly appreciated. :-) Thanks, Craig On May 7, 2007, at 3:47 PM, Tom Russo wrote: On Sun, May 06, 2007 at 09:16:59AM -0600, we recorded a bogon- comp

Re: [Xastir] Tiger2006 maps problem?

2007-05-07 Thread Craig Anderson
Thanks very much Tom. I've been downloading and converting the west-coast states myself, and it is a long process. I still don't know if I'm doing it right. :-) Though your previous directions helped a lot. I must say that the maps are the hardest part of Xastir. If there were some way to ma

[Xastir] Tiger2006 maps problem?

2007-05-05 Thread Craig Anderson
Hi all, I've been beating my head against the wall of the Tiger 2006 maps that I downloaded from xastir.tamu.edu (which seems to be down right now). I get several things that don't work well about those maps. One is a lack of colors, the other is no fills anywhere. No water fills, no pa

[Xastir] Tiger map data?

2007-04-11 Thread Craig Anderson
Hello all, I've downloaded the Tiger 2006 maps from tamu.edu and installed them and they work fine. But they are basically all grey, whereas the online maps are multi-colored and are much easier to use. Do I have the 2006 maps mis-configured? What data is being served by the online serv

Re: [Xastir] Compiling version 1.8.5

2007-04-05 Thread Craig Anderson
That's exactly what I'm getting. I was about to send mail but hadn't gotten there yet. I'm trying to compile on Fedora Core 6 with all the libraries except GDAL. Craig On Apr 5, 2007, at 9:19 AM, Barrie McConnell wrote: I am trying to build 1.8.5 but I am getting errors. I am wondering what

[Xastir] APRSD experience?

2007-03-24 Thread Craig Anderson
Hi all, Sorry this is off topic but I was hoping someone either had experience with this, or know where to ask about it. How do I get aprsd to connect to the AX.25 interface instead of directly into the TNC? I want to have a set of machines (most won't have screens) that all share the AP

Re: [Xastir] Xastir and TCP/IP over AX.25 coexistence?

2007-02-05 Thread Craig Anderson
inningham wrote: On Feb 5, 2007, at 11:00 AM, Craig Anderson wrote: I want to be able to pick up the APRS packets at those hill-top radios but display them back in the EOC. If you're talking about an RF solution, you just described a digi... What should run on the hill-top computer

Re: [Xastir] Xastir and TCP/IP over AX.25 coexistence?

2007-02-05 Thread Craig Anderson
I have the TCP/IP as part of a RACES network and I plan to use APRS on the same frequency, but only during an EOC activation, to track the deployed people. Both APRS and TCP/IP/AX.25 will not likely be used very much during a deployment because we don't have many people with TNCs. But once I get

Re: [Xastir] Xastir and TCP/IP over AX.25 coexistence?

2007-02-05 Thread Craig Anderson
Excellent! That's exactly what I was looking for. Thanks very much, Craig On Feb 5, 2007, at 5:43 AM, Lance Cotton wrote: Craig Anderson wrote: Does anyone know a way to get Xastir to share the AX.25 interface with TCP/IP? Just a sanity check - is your Xastir TNC "interface&q

[Xastir] Xastir and TCP/IP over AX.25 coexistence?

2007-02-04 Thread Craig Anderson
Hi all, I sent a question like this a week or so ago, but I evidently wasn't yet a full member of the list so I didn't see my message go out or any replies come back, so I'm asking it again. I'm running Fedora Core 2 with TCP/IP over AX.25 configured and working fine. When I run Xastir a