GridTracker listens to traffic from WSJT-X and displays it on a map. It will also load ADIF log files
 
 
 
 
 
 
Go to file
Sebastian Delmont 5e73a8964c Improve developer experience by enabling context menus when possible 2020-10-24 08:45:29 -04: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 Improve developer experience by enabling context menus when possible 2020-10-24 08:45:29 -04: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.