GridTracker listens to traffic from WSJT-X and displays it on a map. It will also load ADIF log files
 
 
 
 
 
 
Go to file
Paul Traina 8fa9c14c7c Change LOTW filtering behavior in CR
Roster was treating LOTW filtering as "advisory" if someone had
previously set LoTW filtering to "show me nothing older than 3 months"
they would still get older stations but with "?" -- this is inconsistent
with every other filter, and is annoying--a station that once uploaded
to LoTW 8 years ago shouldn't be considered a LoTW station. Fixes this.
2020-10-30 14:06:32 -07:00
debian Repackage debian 2020-10-07 09:32:04 -07:00
macos Improve developer experience by enabling context menus when possible 2020-10-24 08:45:29 -04:00
package.nw Change LOTW filtering behavior in CR 2020-10-30 14:06:32 -07:00
.gitignore Merge branch 'master' into 'macos-scripts' 2020-10-08 17:45:31 +00:00
LICENSE license to BSD 3-clause 2020-10-17 16:34:02 -04:00
Makefile debian packaging files 2020-09-28 19:49:00 +00:00
README.md Improve developer experience by enabling context menus when possible 2020-10-24 08:45:29 -04:00

README.md

About GridTracker

Developing GridTracker

GridTracker runs using NWJS, a tools that wraps both Chrome windows and node processes into a native application.

To work on GridTracker you need to clone this git repository and then invoke NWJS with the contents of package.nw.

NWJS comes in two flavors, "normal" and "sdk". GridTracker is distributed with the normal flavor, but for development work we recommend the SDK flavor because it provides access to Chrome's Developer Tools, among other things.

Developing on Windows

To access the Developer Tools, right-click on an unused area of a window, or press F12.

Developing on Linux

To access the Developer Tools, right-click on an unused area of a window, or press F12.

Developing on Mac

We suggest using the macos/run.sh script to launch GridTracker while developing. It will download the sdk flavor of NWJS if needed, and use it to run the app.

To access the Developer Tools, right-click on an unused area of a window, or press F12.