You can snag a live datastream in NMEA waypoint format from OpenAPRS's DCC interface.  Here is an example:<br><br>telnet <a href="http://dcc.openaprs.net">dcc.openaprs.net</a> 2620<br>Trying dcc.openaprs.net...<br>Connected to dcc.openaprs.<br>
Escape character is '^]'.<br>001 MS:I am a OpenAPRS v1.01.02.<br>002 MS:Please login by typing ``.LN <email> <password> [client]''<br>.LN guest guest<br>100 MS:Login successful.<br>109 CL:GUEST<br>
.LV NMA:yes<br>317 ON:yes|MS:Live set to ON.<br>$GPWPL,04621.62,N,00700.09,E,HB9AS-4*48<br>$GPWPL,03237.02,N,09453.10,W,146.640-R*34<br>$GPWPL,03228.58,N,08457.06,W,KY7DR-2*4B<br>$GPWPL,04052.20,N,08434.80,W,W8FY-3*5<br>$GPWPL,04210.46,N,08817.14,W,WB9SFG*11<br>
$GPWPL,04521.86,N,00941.08,E,IK2CHZ*12<br>...<br><br>Only thing an application must do is repond to the ping requests sent by the client that is connected to it.  The response is simply .PN whever it recieves a reply number 106.  Obviously you'd have to code a little bit of a client to connect up, login and handle a minimum of requests from the server but it would be far easier than parsing a full APRS stream.  The NMEA waypoints also support objects as well.<br>
<br>For more information:  <a href="http://dcc.openaprs.net/">http://dcc.openaprs.net/</a><br><br>Greg<br><br>NV6G<br>OpenAPRS.Net<br><br><div class="gmail_quote">On Tue, Dec 9, 2008 at 12:40 PM, Paul Vittorino <span dir="ltr"><<a href="mailto:wizeight%2Baprssig@gmail.com">wizeight+aprssig@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Does anyone know of a program or combination of programs that<br>
generates $GPWPL sentences from APRS-IS data? I'm looking to do some<br>
testing in an environment in which RF APRS traffic is not an option. I<br>
have dome some searching online but did not find anything conclusive.<br>
<br>
Thanks,<br>
Paul<br>
<br>
_______________________________________________<br>
aprssig mailing list<br>
<a href="mailto:aprssig@tapr.org">aprssig@tapr.org</a><br>
<a href="https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig" target="_blank">https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig</a><br>
</blockquote></div><br>