<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 22, 2019 at 2:33 PM wa7skg <<a href="mailto:wa7skg@wa7skg.com">wa7skg@wa7skg.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">I am using APRS on Xastir with a dedicated Linux system on 24/7. Is it <br>
possible to send commands via APRS to activate external equipment to the <br>
computer, like flip a switch or ring a bell?<br></blockquote><div><br></div><div>There are libraries for packet parsing for a few languages (e.g. libfap). You can connect to xastir's server port with your program and receive messages, then take actions based on your parsing.</div><div><br></div><div>If your linux computer is a pi (or something similar with GPIO) you can probably go directly to an IO pin from your program.   If it's a typical desktop, you can hook up an arduino and pass messages from your program to the arduino and command actions that way. </div></div><br><div dir="ltr" class="gmail_signature">-Jason<br>kg4wsv</div></div>