-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
37 lines (22 loc) · 1.58 KB
/
Copy pathREADME
File metadata and controls
37 lines (22 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
APRS Tracker for Raspberry Pi
Copyright (C) 2012 Mauri Niininen AG1LE
A simple Javascript based web page that uses APRS.FI JSON API and Nokia Maps API to find
the latest position of an APRS enabled ham radio station.
You need to sign-up to APRS.FI and get an API key from here: http://aprs.fi/page/api
Then edit the index.html file and insert your API key in the following line - replace xxxxxxxx:
var myquery = encodeURIComponent('select * from json where url="http://api.aprs.fi/api/get?name='+mycallsign+'&what=loc&apikey=xxxxxxxx&format=json"');
Try entering for example W1MRA-C in the "Find" field.
You should get a map of Boston with station W1MRA-C located on or around Prudential Center.
"GeoFence" will draw a circle around the found station. No other functionality has been implemented yet.
"Track" does the same as "GeoFence" button in the first release.
NOTE: This is prototype code to demonstrate mashup of multiple APIs
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.