<div dir="ltr">That took me a moment. Nice :-)<div><br></div><div>Denis, N2TI</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 4, 2023 at 9:27 AM Al Jones <<a href="mailto:al@aljones.us">al@aljones.us</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg-8838010519050927870"><div><div>Why do all you linux people run sudo ops, wouldn't it be better to just run the real thing??<br><br></div>
<div>(( I really know what it stands for but this thread is long enough now to handle one wise comment, no? ))</div>
<div><br></div>
<div>
<div>------ Original Message ------</div>
<div>From "Matt Foster" <<a href="mailto:wedgef5@gmail.com" target="_blank">wedgef5@gmail.com</a>></div>
<div>To "Discussion of CHIRP" <<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>></div>
<div>Date Wed 1 4 23 08:49:31</div>
<div>Subject Re: [chirp_users] New chirp-next build</div></div><div><br></div>
<div id="m_-8838010519050927870xbee757a8289b496"><blockquote cite="http://CA+yzjrq3wgu4=DsbH7quV7nT_YSmjovXiK9pjMyoXb=kJcoW1Q@mail.gmail.com" type="cite" class="m_-8838010519050927870cite2">
<div dir="ltr">Testing here on a Fedora 37 VM with a Yaesu FT-60R. So far, so good.<div><br></div><div>To get it up and running, I had to do the following.</div><div><br></div><div>Downloaded source package and unpacked</div><div>Ran 'sudo python setup.py install' in the chirp directory.</div><div>Ran 'sudo dnf install python3-wxpython4'</div><div><br></div><div>I have run the application and downloaded from the radio successfully.</div><div><br></div><div>73, N0EYE, Matt</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 4, 2023 at 1:51 AM W Paul Mills <<a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div>When I installed chirp-next, it showed
up as 'chirp' not 'chirpw' and was located at
'/usr/local/bin/chirp'
<br>
</div>
<div><br>
</div>
<div>On 1/4/23 00:18, K0LNY_Glenn wrote:<br>
</div>
<blockquote type="cite" class="m_-8838010519050927870cite">
<div><font size="2" face="Arial">When I run that command, I get
errors, no Chirp.
</font></div>
<div><font size="2" face="Arial">Glenn</font></div>
<div style="font:10pt arial">----- Original Message -----
<div style="background:rgb(228,228,228)"><b>From:</b>
<a title="guyster@bex.net" href="mailto:guyster@bex.net" target="_blank">Guy Schlosser</a> </div>
<div><b>To:</b> <a title="chirp_users@intrepid.danplanet.com" href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">Discussion of CHIRP</a> ; <a title="boucha@gmail.com" href="mailto:boucha@gmail.com" target="_blank">David Boucha</a> </div>
<div><b>Sent:</b> Tuesday, January 03, 2023 10:01 PM</div>
<div><b>Subject:</b> Re: [chirp_users] New chirp-next build</div>
</div>
<div><br>
</div>
<p>Even though I didn't get chirp running from the command line, I
was able to run it with python3 chirpwx.py while in the source
folder. Here's what I found:
</p>
<p>Orca is reading menus, and will allow you to open and save
files
</p>
<p>After opening a known good radio image, Orca announced to me
that the memories page had focus, but I was still unable to
arrow around and read the various memory values. I was able to
export the image to a .csv file, so a good image it definitely
was.
</p>
<p><br>
</p>
<div>That's all I have from the short
tinkering I did. Good luck team in 2023.
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Guy</div>
<div>On 1/3/23 14:31, David Boucha wrote:<br>
</div>
<blockquote type="cite" class="m_-8838010519050927870cite">
<div dir="ltr">Hi Glenn,
<div><br>
</div>
<div>These are the steps I took to install Chirp manually on
Ubuntu 22.04
</div>
<div><br>
</div>
<div>Steps to install Chirp manually on Linux.
<br>
<br>
1. Make sure you have at least Python 3.7 installed.
<br>
A. Type "python" in a command line terminal.
<br>
B. Some Linux distros require using "python3". If your
distro requires this, please type "python3" anywhere in this
document that you see "python"
<br>
2. run "pip --version" to see what python version pip is.
You may need to run "pip3" if your distro requires you also
use "python3".
<br>
<br>
3. Open a browser and navigate to <a href="https://github.com/kk7ds/chirp" target="_blank">https://github.com/kk7ds/chirp</a>
<br>
4. Click on the green "<> Code" button dropdown.
<br>
5. Click on "Download Zip" and save the zip file to your
preferred location.
<br>
6. My file saved as "chirp-master.zip"
<br>
7. Unzip the zip file with the following command:
<br>
A. "unzip chirp-master.zip"
<br>
8. Change into the resulting chirp-master directory:
<br>
A. "cd chirp-master"
<br>
9. Pip install Chirp's dependencies:
<br>
A. "pip install -r requirements.txt
<br>
10. Install Chirp:
<br>
A. "python setup.py install"
<br>
11. Now you can start chirp by running "chirp" from the
command line.
<br>
<br>
<br>
Note: On ubuntu 22.04 you might have to install
"python3-wxgtk4.0" before the pip install step.
<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Let me know if this helps. Orca was able to read me the
menu items while I moved around chirp with my arrow keys.
</div>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">On Tue, Jan 3, 2023 at 11:13
AM K0LNY_Glenn
<a href="mailto:glenn@ervin.email" target="_blank"><glenn@ervin.email></a>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)">
<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Hi David,</font></div>
<div><font size="2" face="Arial">Actually, a string of
stuff that can be written into a bash script would be
great, with the preclusion that the user install git
first.
</font></div>
<div><font size="2" face="Arial">So yes, it would be
appreciated.
</font></div>
<div><font size="2" face="Arial">Glenn</font></div>
<div style="font:10pt arial">----- Original Message -----
<div style="background:rgb(228,228,228)"><b>From:</b> <a title="boucha@gmail.com" href="mailto:boucha@gmail.com" target="_blank">David Boucha</a> </div>
<div><b>To:</b> <a title="chirp_users@intrepid.danplanet.com" href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">Discussion of
CHIRP
</a> </div>
<div><b>Sent:</b> Tuesday, January 03, 2023 11:04 AM</div>
<div><b>Subject:</b> Re: [chirp_users] New chirp-next
build
</div>
</div>
<div><br>
</div>
<div dir="ltr">Hey Glenn,
<div><br>
</div>
<div>I just tested running chirp directly from the git
repository by installing the dependencies with "pip3
install -r requirements", then running "chirpwx.py"
and orca was able to read everything to me. I'm not an
expert on orca. I think the navigation worked, but it
did seem to work fine.
</div>
<div><br>
</div>
<div>Let me know if you'd like help running from the git
repository.
</div>
<div><br>
</div>
<div><br>
</div>
<div>Best,</div>
<div><br>
</div>
<div>Dave</div>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">On Tue, Jan 3, 2023 at
8:55 AM K0LNY_Glenn
<a href="mailto:glenn@ervin.email" target="_blank"><glenn@ervin.email></a>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)">
<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Well for
accessibility, that is for the visually impaired
to use Chirp, they will need a Linux using
Python 2X, and an old Chirp that will install
into it.
</font></div>
<div><font size="2" face="Arial">Personally, I've
not ever gotten a package of Chirp to be able to
install right from downloading a Linux package,
I rely on using apt to get Chirp from a
repository.
</font></div>
<div><font size="2" face="Arial">I had to follow
step by step instruction to get Chirp to install
into a newer Linux with Python 3, and I found
after all that that flatpak breaks
accessibility.
</font></div>
<div><font size="2" face="Arial">So rather than
putting someone through all that, I'm sure there
are folks who would gladly download a big file
that they can rite to a drive and boot it up and
have Chirp working.
</font></div>
<div><font size="2" face="Arial">Glenn</font></div>
<div style="font:10pt arial">----- Original Message
-----
<div style="background:rgb(228,228,228)"><b>From:</b>
<a title="ken@n2vip.org" href="mailto:ken@n2vip.org" target="_blank">Ken Hansen</a> </div>
<div><b>To:</b> <a title="chirp_users@intrepid.danplanet.com" href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">Discussion
of CHIRP
</a> </div>
<div><b>Sent:</b> Tuesday, January 03, 2023 9:00
AM
</div>
<div><b>Subject:</b> Re: [chirp_users] New
chirp-next build
</div>
</div>
<div><br>
</div>
<div dir="ltr">Shipping a complete Ubuntu
installation in a VM just to have CHIRP
pre-installed seems a bit of over-kill. Typically
a single line command would install CHIRP,
wouldn't it?
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">CHIRP is 20-40 megabytes, a full GUI
install of Ubuntu is measured in gigabytes.
<br>
<br>
<div dir="ltr">Ken, N2VIP</div>
<div dir="ltr"><br>
<blockquote type="cite" class="m_-8838010519050927870cite">On Jan 3, 2023, at
06:23, Scott Lopez <
<a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a>>
wrote:
<br>
<br>
</blockquote>
</div>
<blockquote type="cite" class="m_-8838010519050927870cite">
<div dir="ltr">
<div dir="ltr">
<div>Be aware of Ubuntu's IPRights Policy,
particularity concerning redistribution:
</div>
<div><br>
</div>
<div><a href="https://ubuntu.com/legal/intellectual-property-policy" target="_blank">https://ubuntu.com/legal/intellectual-property-policy</a></div>
<div><br>
</div>
<div>Yes, installing a 3rd party package
(Chirp) and distributing a VM image of it
can be considered 'modification'.
</div>
<div><br>
</div>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">On Mon,
Jan 2, 2023 at 8:33 PM K0LNY_Glenn
<a href="mailto:glenn@ervin.email" target="_blank"><glenn@ervin.email></a>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)">
<div bgcolor="#ffffff">
<div><font size="2" face="Arial">Well
if it is the only someone can use
Chirp, either for accessibility,
or because of operating system, I
see nothing wrong with it.
</font></div>
<div><font size="2" face="Arial">I may
DD my thumb drive with Ubuntu and
Chirp on it, if I can find a drive
with just that on it, and give a
link to anyone who wants it.
</font></div>
<div><font size="2" face="Arial">Some
of my thumb drives are multiboot,
with several operating systems on
it, so I'll need to go through a
bunch of them to find one that has
Ubuntu 18 and Chirp.
</font></div>
<div> </div>
<div><font size="2" face="Arial">Glenn</font></div>
<div> </div>
<div style="font:10pt arial">-----
Original Message -----
<div style="background:rgb(228,228,228)"><b>From:</b> <a title="scottjl@gmail.com" href="mailto:scottjl@gmail.com" target="_blank">Scott
Lopez
</a> </div>
<div><b>To:</b> <a title="chirp_users@intrepid.danplanet.com" href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">Discussion
of CHIRP
</a> </div>
<div><b>Sent:</b> Monday, January
02, 2023 7:22 PM
</div>
<div><b>Subject:</b> Re:
[chirp_users] New chirp-next build
</div>
</div>
<div><br>
</div>
<div dir="ltr">
<div>I can't imagine anyone here
wants to be responsible for
setting up, distributing, and
supporting a VM image of what is
now outdated and no longer
supported software. I know I
wouldn't want to be. There's a
reason the software is outdated,
the best solution is to keep up.
<br>
</div>
<br>
<div class="gmail_quote">
<div class="gmail_attr" dir="ltr">On
Mon, Jan 2, 2023 at 4:03 PM
K0LNY_Glenn <
<a href="mailto:glenn@ervin.email" target="_blank">glenn@ervin.email</a>>
wrote:
<br>
</div>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204)">
<div>
<div bgcolor="#ffffff" lang="EN-US">
<div><font size="2" face="Arial">What would
be handy is to have a VM
of Ubuntu with the old
Chirp already installed,
so that can be
implemented.
</font></div>
<div><font size="2" face="Arial">I am sure I
have an old Ubuntu Live
on a thumb drive with
Chirp on it, but I don't
know if that can be made
into a VM.
</font></div>
<div><font size="2" face="Arial">Glenn</font></div>
</div>
</div>
</blockquote>
</div>
</div>
<hr>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to K0LNY at <a href="mailto:glenn@ervin.email" target="_blank">glenn@ervin.email</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic,
please email
<a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a>
</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to <a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a>
at <a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic,
please email
<a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote>
</div>
</div>
<span>_______________________________________________</span><br>
<span>chirp_users mailing list</span><br>
<span><a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a></span><br>
<span><a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a></span><br>
<span>This message was sent to Ken Hansen at <a href="mailto:ken@n2vip.org" target="_blank">ken@n2vip.org</a></span><br>
<span>To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></span><br>
<span>To report this email as off-topic,
please email
<a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a></span><br>
<span>Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></span></div>
</blockquote>
</div>
<hr> _______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to K0LNY at <a href="mailto:glenn@ervin.email" target="_blank">glenn@ervin.email</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a>
</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to UtahDave at <a href="mailto:boucha@gmail.com" target="_blank">boucha@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote>
</div>
<hr> _______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to K0LNY at <a href="mailto:glenn@ervin.email" target="_blank">glenn@ervin.email</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to UtahDave at <a href="mailto:boucha@gmail.com" target="_blank">boucha@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Guy Schlosser at <a href="mailto:guyster@bex.net" target="_blank">guyster@bex.net</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></pre>
</blockquote>
<p>
</p>
<hr>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to K0LNY at <a href="mailto:glenn@ervin.email" target="_blank">glenn@ervin.email</a><br>
To unsubscribe, send an email to
<a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email
<a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive:
<a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Paul AC0HY at <a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></pre>
</blockquote>
<p><br>
</p>
<pre cols="72">--
/**************************************************
* Amateur Radio Station AC0HY *
* W. Paul Mills SN807 *
* Assistant EC Alpha-1 ARES Shawnee/Wabaunsee, KS *
* President Kaw Valley Amateur Radio Club *
**************************************************/
</pre>
</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Matt Foster at <a href="mailto:wedgef5@gmail.com" target="_blank">wedgef5@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote></div>
</blockquote></div>
</div>_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Denis Lynch at <a href="mailto:dlynch@acm.org" target="_blank">dlynch@acm.org</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></div></blockquote></div>