<div dir="ltr">On Sun, Mar 5, 2017 at 2:24 PM, K4FHK <span dir="ltr"><<a href="mailto:k4fhk@knobbe.us" target="_blank">k4fhk@knobbe.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The callsign I would like to use is "WHERE" (and by extension, WHERE-<br>IS). Just like WHO-IS is being used for callsign->name look-ups, I<br>would like to use WHERE for this project. (It does not appear that<br>anyone has been using it in the last two years). Can I just roll with<br>it, or is there a process to claim use of this callsign?</blockquote><div class="gmail_extra"><br></div><div class="gmail_extra">There's no formal process for reserving global tactical calls. I'd say as long as you find no evidence of it being used by someone else (with a time allowance for servers dying and being offline for a few weeks like you did) and you put something up which beacons periodically (as simple as a 0,0 "NULL" location every hour would do) you've claimed it in my book.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The tool sounds neat. My one word of warning would be that, since the difference between APRS callsigns and AX.25 callsigns hasn't always been well defined, some RF users (particularly with radios with APRS built in) won't be able to address a message to an SSID outside 1-15. You might want to have it support a numeric SSID as another alias as well, or come to terms with having users complain that they can't reach your service.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">--<br>Kenneth Finnegan<br><a href="http://blog.thelifeofkenneth.com/" target="_blank">http://blog.thelifeofkenneth.com/</a></div></div>
<br><div class="gmail_quote">On Sun, Mar 5, 2017 at 2:24 PM, K4FHK <span dir="ltr"><<a href="mailto:k4fhk@knobbe.us" target="_blank">k4fhk@knobbe.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Greetings,<br>
<br>
Bob was asking in a different email some time ago if anyone was working<br>
on interesting APRS related projects. I had meant to announce this<br>
project sooner, and his email reminded me to finally sit down and write<br>
about it.<br>
<br>
I would like to do two things with this email. For one, announce a new<br>
project that will hopefully be of use to Ham radio operators. Secondly,<br>
I would like to inquire on how to "reserve" or "register" a special<br>
callsign for this project.<br>
<br>
The callsign I would like to use is "WHERE" (and by extension, WHERE-<br>
IS). Just like WHO-IS is being used for callsign->name look-ups, I<br>
would like to use WHERE for this project. (It does not appear that<br>
anyone has been using it in the last two years). Can I just roll with<br>
it, or is there a process to claim use of this callsign?<br>
<br>
<br>
This callsign would be used for the following project: <br>
<br>
As we all know, mobile APRS users can get a list of other stations by<br>
listening to RF and waiting for beacons or objects with position<br>
information. Radio or GPS equipment can then calculate and show a<br>
distance and direction to a station of interest.<br>
<br>
But what to do if that station of interest only beacons on APRS-IS and<br>
not RF? Or if the station is out-of-range where even digipeated packets<br>
do not reach the mobile user? <br>
<br>
This is where WHERE-IS comes in handy. A small script on my server<br>
listens for packets with position information on APRS-IS of all<br>
stations, except weather stations. The list of APRS types monitored is<br>
" !=;)\@'` ", which as you can see includes objects and items as well.<br>
Compressed position information is supported. For all these, it will<br>
record the callsign, the GPS position and timestamp of the last<br>
position report.<br>
<br>
This information can then be queried with an APRS text message to the<br>
callsign WHERE once you permit me to use that. Until then, the system<br>
uses K4FHK-WI. The system will then respond with the relevant data such<br>
as direction and distance.<br>
<br>
For this to work, the callsign of interest must have transmitted an<br>
APRS packet with position data on RF or IS. In addition, the station<br>
inquiring needs to have transmitted a packet with position information<br>
as well. This project uses the Vincenty formula (over the WGS-84<br>
ellipsoid) to calculate the bearing and distance between inquiring<br>
station and station of interest, and returns that information via APRS<br>
message to the inquirer.<br>
<br>
The usage is as follows: <br>
<br>
Send an APRS message to K4FHK-WI (or WHERE later) with one of the<br>
following commands. Note that the callsign is case-sensitive to cover<br>
items and objects. For mobile stations, lower case may work, but I<br>
suggest still using proper case. For items and objects, proper case is<br>
required.<br>
<br>
-- "where CALLSIGN"<br>
or just "CALLSIGN"<br>
<br>
For the full information, simply send the callsign of interest as the<br>
command. The system will respond with the bearing and distance of your<br>
station to CALLSIGN, as well as the age of its last position report or<br>
beacon. It will respond with an APRS message, with or without<br>
acknowledgments, depending on how your request was received. If<br>
acknowledgments are used, it will try a maximum of 10 times with 30<br>
second intervals to deliver the message.<br>
<br>
Example:<br>
<br>
Sent: W1ARN-1<br>
Rcvd: W1ARN-1: 33.61 miles 352.73 deg N (4 min ago)<br>
<br>
<br>
-- "direction CALLSIGN"<br>
or "dir CALLSIGN"<br>
<br>
The system will respond with only the direction and age of the last beacon.<br>
<br>
Sent: dir W1ARN-1 (*2-14:41:20)<br>
Rcvd: W1ARN-1: 352.73 deg N (1 min ago)<br>
<br>
<br>
-- "distance CALLSIGN"<br>
or "dis CALLSIGN"<br>
<br>
The system will respond with only the distance and age of last beacon.<br>
<br>
Sent: dis W1ARN-1 <br>
Rcvd: W1ARN-1: 33.61 miles (5 min ago)<br>
<br>
Note that you can also get the distance in different units. Supported<br>
are miles, nautical miles, feet, yard, meters and kilometers.<br>
<br>
Sent: dis W1ARN-1 @yards <br>
Recv: W1ARN-1: 59151.02 yards (3 min ago)<br>
<br>
Supported are @miles/@mi, @nm, @yards/@y, @foot/@f, @meters/@m, and @km. Anything not understood is returned in miles as is the default. This also applies to the general "where" query, like "where W1ARN-1 @f".<br>
<br>
<br>
-- "position CALLSIGN"<br>
or "location CALLSIGN"<br>
or "pos CALLSIGN"<br>
or "loc CALLSIGN"<br>
<br>
The system will respond with the GPS coordinates of the station and age<br>
of last beacon.<br>
<br>
Sent: pos W1ARN-1<br>
Rcvd: W1ARN-1: 36.467333 -86.476167 (2 min ago)<br>
<br>
<br>
-- "last CALLSIGN"<br>
<br>
This command will result in the timestamp (in UTC) of the last beacon<br>
of that station.<br>
<br>
Sent: last W1ARN-1<br>
Rcvd: W1ARN-1: 2017-03-05 20:45:47 UTC<br>
<br>
<br>
-- "help"<br>
<br>
And if you can't remember all the above, sending HELP will provide a<br>
quick reminder of the syntax.<br>
<br>
Sent: help (*2-14:49:52)<br>
Rcvd: Cmds: where/loc/pos/dis/dir/last <call> (@ m/km/ft/y/mi/nm)<br>
<br>
<br>
<br>
Using this system, you can get distance and bearing to IS-only stations<br>
on RF. Or if you are pressed on time and don't want to wait 20 minutes<br>
for another beacon from the station of interest, so you can quickly<br>
query that information by messaging the Where-Is system.<br>
<br>
<br>
But wait, there's more!<br>
<br>
<br>
You can also set "alerts" on a station. For example, if you are out of<br>
range of a station of interest, you can request an alert to be sent to<br>
you once you get "within range" of that station.<br>
<br>
-- "alert CALLSIGN @ x miles"<br>
or "alert CALLSIGN < x mi"   (or m, km, y, ft, nm)<br>
<br>
This will "arm" an alert on the given callsign. If either your station,<br>
or the station of interest closes the given distance (in essence, if<br>
the distance between the next positional beacon of either station is<br>
smaller than the given distance), you will receive an alert via APRS<br>
message.<br>
<br>
Example:<br>
<br>
Sent: alert K4FHK-8 < 5 mi<br>
Rcvd: Will alert you within 5 miles of K4FHK-8<br>
<br>
Once the distance is closed, you will receive an alert:<br>
<br>
Rcvd: Alert: K4FHK-8 is 0.01 mile 90 deg E (21:06:24 UTC)<br>
<br>
If you closed the distance, meaning your beacon was the last one that<br>
brings the distance closer together, you will receive the distance and<br>
bearing, and the age of the stations last beacon like in the "where"<br>
query.<br>
If the other station closed the distance with its beacon, you will<br>
receive the timestamp of that closing beacon as shown in the example.<br>
In case the other stations beacon was closing the distance, it is<br>
possible that your station may have been unattended, and a hard<br>
timestamp might be preferred over the age, since you may not have a<br>
time reference of your last beacon.<br>
<br>
<br>
-- "alert CALLSIGN > x miles"<br>
<br>
You can also receive an alert when the distance between two position<br>
packets exceed a given distance by using the "greater than" operator<br>
instead of the "small than" operator.<br>
<br>
Sent: alert K4FHK-8 > 1 f<br>
Rcvd: Will alert you outside 1 foot of K4FHK-8<br>
<br>
Once the stations "moves away", you will receive an alert:<br>
<br>
Rcvd: Alert: K4FHK-8 is 159.8 feet 112.22 deg ESE (21:52:10 UTC)<br>
<br>
<br>
If you have an alert set, you can modify it simply by sending another<br>
alert command. So if you want to adjust the distance, simply send<br>
another message with a different distance.<br>
<br>
<br>
-- "cancel CALLSIGN"<br>
<br>
You can also cancel an alert set on a callsign by sending the "cancel"<br>
command.<br>
<br>
Sent: cancel K4FHK-8<br>
Rcvd: Alert for K4FHK-8 canceled.<br>
<br>
<br>
Note that alerts are automatically canceled once an alert message has<br>
been sent to you. These are in a sense a one-time alerts. There is no<br>
provision for continuous alerts. There is also currently no provision<br>
to obtain a list of alerts you may have set, although that might be<br>
added in the future if there is interest.<br>
<br>
<br>
So what might these alerts be used for? <br>
<br>
- Let's say you and your Ham buddy are traveling from opposite<br>
directions to a common meeting place that does not have a repeater, and<br>
you want to be alerted when you are within range of each other for a<br>
chat on a simplex frequency. Simply set an alert for the other station<br>
and choose a distance. If both of you are within range, you'll get an<br>
alert via APRS message.<br>
<br>
- Let's say my wife is shopping in town and I want to prepare a<br>
candlelight dinner, I can set an alert from my handy on the tracker in<br>
her car for, say 5 miles, and once she is returning from town and is<br>
getting close, I'll get my reminder via the alert on the HT. (Note that<br>
this is a fictional scenario since I can't cook. :)<br>
<br>
- Let's say I'm going shopping with my HT on my hip, and I want to be<br>
alerted in case my car gets stolen. I can set an alert to notify me if<br>
my car is farther away than I would expect.<br>
<br>
- Perhaps the best use-case is for travelers. Let's say you are<br>
traveling through several States, and want to tune into local repeaters<br>
on your way. Prior to travel, you can set alerts for each repeater<br>
(provided there is a positional object on APRS-IS or it) for a chosen<br>
distance, and once you are on the road, you will receive APRS messages<br>
when you get within range of these repeaters.<br>
<br>
While you can have only one alert for a given callsign, you can create<br>
alerts for as many callsigns as you like. Alerts also don't expire.<br>
<br>
<br>
<br>
I think this project demonstrates there are other uses for APRS than<br>
just tracking your position on maps. I leave you to be the judge on the<br>
usefulness of the position alerts or ability to query other stations<br>
positions, including IS-only stations. <br>
<br>
If you like to play around with this, use the callsign K4FHK-WI. I<br>
certainly welcome any feedback you may have. Enjoy!<br>
<br>
<br>
Cheers,<br>
Frank<br>
<br>
<br>
<br>
<br>
PS: In Middle Tennessee, we actually built upon this system. Since I'm<br>
tracking position beacons from all stations in a database already<br>
(there are 360,000 positions going back to Jan 1st, 2016), we<br>
implemented a passive monitoring system for some of our repeaters.<br>
Basically, if repeaters, or other station, do not beacon within a given<br>
time period, we will be alerted via email, SMS and/or APRS message that<br>
a beacon is overdue. This allows us to detect failures of equipment<br>
(for example, power failure after a thunderstorm) when equipment is<br>
falling silent. For example, if 3 or 4 beacon intervals do not yield a<br>
beacon on APRS-IS, the monitoring system will alert us (via email, SMS<br>
message and APRS message) that equipment may have failed. It has come<br>
in handy a couple times already. We will also get a notification once a<br>
monitored system has beaconed again and is thus considered "online"<br>
again. Getting messages automatically sure beats keeping an eye<br>
manually on APRS maps.<br>
<br>
<br>
______________________________<wbr>_________________<br>
aprssig mailing list<br>
<a href="mailto:aprssig@tapr.org">aprssig@tapr.org</a><br>
<a href="http://www.tapr.org/mailman/listinfo/aprssig" rel="noreferrer" target="_blank">http://www.tapr.org/mailman/<wbr>listinfo/aprssig</a><br>
</blockquote></div><br></div></div>