Here is an old email you can red.<br><br>David<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Michael Kaufman</b> <span dir="ltr"><<a href="mailto:captmick@charter.net" target="_blank">captmick@charter.net</a>></span><br>

Date: Mon, Dec 19, 2011 at 6:12 PM<br>Subject: Re: [App_rpt-users] Adding APRStt tp my node<br>To: Jim Duuuude <<a href="mailto:telesistant@hotmail.com" target="_blank">telesistant@hotmail.com</a>><br>Cc: app_rpt mailing list <<a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a>><br>

<br><br><div style="word-wrap:break-word">Hi Jim:<div><br></div><div>Thanks for the info which was quite helpful:</div><div><br></div><div>I have tried some of your recommendations with good results but more testing to do. I will publish more information later for anyone interested in adding this feature to their nodes, a great enhancement!!!!</div>

<div><br></div><div>Mike</div><div><br></div><div>WB9SLI</div><div><br></div><div>Node 27558</div><div><div><div><br></div><div><br><div><div>On Dec 17, 2011, at 4:07 PM, Jim Duuuude wrote:</div><br><blockquote type="cite">

<span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><div style="font-size:10pt;font-family:Tahoma">

<div dir="ltr">of course, this only applies to the sources in SVN. please update to them.<br><br>JIM<br><br><div><div></div><hr>From:<span> </span><a href="mailto:telesistant@hotmail.com" target="_blank">telesistant@hotmail.com</a><br>

To:<span> </span><a href="mailto:captmick@charter.net" target="_blank">captmick@charter.net</a>;<span> </span><a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a><br>Date: Sat, 17 Dec 2011 14:06:55 -0800<br>

Subject: Re: [App_rpt-users] Adding APRStt tp my node<br><br><div dir="ltr">Without spending a lot of time (which I dont have) to rigorously<br>re-figure out exactly what all this stuff means, I will give you<br>some background information, and let you experiment with it and<br>

see what you get out of it. Please share your findings.<br><br>First of all, the app_gps module supports multiple "gps" personalities.<br><br>The "default" personality is the one normally referred to in the gps.conf file.<br>

Additional personalities may also be specified in the file with different stanza<span> </span><br>names.<br><br>Here is an example of my gps.conf file (with the password omitted):<br><br>; Configuration for app_gps<br>;<br>

[general]<br><br>call = A2115-1<br>password = XXXXX<br>interval = 600<br>icon = r<br>comment = AllStar Link Node<br>server =<span> </span><a href="http://second.aprs.net" target="_blank">second.aprs.net</a><br>port = 14580<br>

;comport = /dev/ttyS0<br>baudrate = 4800<br>;debug = y ; set this for debug output<br>lat=37.153<br>lon=-119.4218<br>elev=123.69<br>power=2<br>height=1<br>gain=7<br>dir=0<br><br>[gene]<br><br>call = A2115-2<br>interval = 600<br>

icon = r<br>comment = AllStar Link Node<br>lat=37.153<br>lon=-119.4218<br>elev=123.69<br>power=2<br>height=1<br>gain=7<br>dir=0<br><br>This file is in use for my 2 site voter/simulcast system here in Coarsegold.<br>The [general] (default) personality is my main site at my QTH. The [gene]<br>

personality is the other site at the QTH of Gene, KE6YMW.<span> </span><br><br>I am using this in this manner, to represent the locations of the 2 site of<br>my voter/simulcast system, and not primarily for ARPStt use. However, the<br>

APRStt functionality *is* working for the main site.<br><br>In the rpt.conf (and voter.conf) files, the various app_gps personalities are<br>referred to by their stanza name. or blank for the default ([general]) stanza.<br>

<br>So, in the stanza for your node number in rpt.conf, to use the main app_gps<br>personality, you would include the following line:<br><br>aprstt=<br><br>If, for example, you wanted to use the [gene] personality, instead, you would<br>

include the following line:<br><br>aprstt=gene<br><br><br>In addition, the following configuration parameters that have to do with APRStt<br>may optionally be included in any of the stanzas in the gps.conf file:<br><br>ttlat=XXXX<br>

ttlon=XXXX<br>ttlist=XXXX<br>ttoffset=XXXX<br>ttsplit=(y/n)<br><br>The APRStt stuff generates a list of Callsigns associated with a station's<br>location. What they want you to do is place the origin position (lat/lon)<br>

of the list *near* the station, but not directly on top of it, since the<br>list would obscure the station entry (on a map) itself.<br><br>These parameters have default values, which place the list some amount of<br>space away from the station, and make the list do default kinds of things.<br>

I'm not sure whether these defaults are sane and/or resonable, but they<br>are, at least, defaults.<br><br>ttlat and ttlon allow specification of the station list's origin in<br>absolute lat/lon position.<br><br>
ttlist. ttoffset and ttsplit speficy (somehow) the spacing and orientation<br>
of each entry in the station list, relative to the specified (or default)<br>origin position. ttsplit, specifies that the list should center around the<br>origin, rather then start at the origin.<br><br>In addition of accepting the standard (rather cumbersome)<br>

APRStt key signon sequence, we also support the cop,63<br>function, which allows you to specify a normal DTMF function<br>to log in a particular user (for APRStt) with of without a<br>sub-id (or whatever those things are).<br>

<br>Here is an example from my [functions] stanza:<br><br>900=cop,63,wb6nil,1<br>901=cop,63,wa6aaa<br><br>*900 loggs in wb6nil with sub-whatever-it-is-id of 1<br>*900 loggs in wa6aaa with no sub-whatever-it-is<br><br><br>

<br>Thats about all I know (or remember at this point).<br><br>Play with it, see what it does, and let me know.<br><br>JIM<br><br><div><div></div>> From:<span> </span><a href="mailto:captmick@charter.net" target="_blank">captmick@charter.net</a><br>

> Date: Thu, 15 Dec 2011 15:33:34 -0600<br>> To:<span> </span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br>> Subject: [App_rpt-users] Adding APRStt tp my node<br>><span> </span><br>

> I have read on some websites that an APRStt function was being added to Allstar. I have not seen any documentation or information on the progress of this feature. I would like to add this to my node and would appreciate any help or information on implementing this feature if it is available.<br>

><span> </span><br>> Mike<br>><span> </span><br>> WB9SLI<br>><span> </span><br>> Node 27558<br>> _______________________________________________<br>> App_rpt-users mailing list<br>><span> </span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br>

><span> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br></div></div><br>_______________________________________________ App_rpt-users mailing list<span> </span><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><span> </span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a></div>

</div></div></span></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br></div><br>