<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">John Gorkos wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:60CA9B9B-4698-473A-B915-2BECFEA831B0@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1"><span style="color:black">Instead of
          using HTTP submit, use UDP packets, on port 8080.<o:p></o:p></span>
        <p class="MsoNormal"><span style="color:black">The format is<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:black">user CALL pass
            00000<linefeed><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:black"><properly
            formatted “on-air” packet><linefeed><o:p></o:p></span></p>
      </div>
    </blockquote>
    <p>You're probably aware, but worth noting: UDP has no confirmation,
      no ACKs, no retries, no reliability at all. It's certainly VERY
      lightweight, your one over-the-air packet is creating exactly one
      over-the-internet packet as well, but you're sending the packet
      out, and have no idea whether it was received at the far end...</p>
    <p>... on the other hand, the same can probably be said of all ham
      radio, and APRS in particular, so if it already went over-the-air
      unreliably, the UDP might be the least of your worries   :-)<br>
    </p>
    <blockquote type="cite"
      cite="mid:60CA9B9B-4698-473A-B915-2BECFEA831B0@gmail.com">
      <div class="WordSection1"><span style="color:black">[...] A little
          bit of solder and some wire, plus about 10 minutes of
          programming will get you an internet enabled (or
          APRS-over-TCPIP enabled) environmental sensor for under $7 a
          piece.</span></div>
    </blockquote>
    <p>Very cool! I may have missed, have you shared all this online,
      like on a github or anywhere? Would love to hack around with it
      myself.<br>
    </p>
    <p>I've often referred to APRS as "IoT a quarter-century ahead of
      its time"   :-)<br>
    </p>
    Nick VA3NNW<br>
    <pre class="moz-signature" cols="72">-- 
"Nosey" Nick Waterman, VA3NNW/G7RZQ, K2 #5209.
use Std::Disclaimer;    <a class="moz-txt-link-abbreviated" href="mailto:sig@noseynick.net">sig@noseynick.net</a>
Hacking's just another word for nothing left to kludge.
</pre>
  </body>
</html>