From 9461395acbe4a1606b2845264dea9df1214dad4c Mon Sep 17 00:00:00 2001 From: Eric Tran Date: Tue, 16 Jul 2019 19:08:37 +0000 Subject: [PATCH] SkyAware renaming Pass 3 - source code --- Jenkinsfile | 2 +- README.md | 8 ++++---- skyaware/config.js | 2 +- skyaware/index.html | 6 +++--- skyaware/script.js | 4 ++-- skyaware978_main.cc | 8 ++++---- skyaware_writer.cc | 8 ++++---- skyaware_writer.h | 12 ++++++------ 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7a9a3f6..80688ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ node(label: 'raspberrypi') { } stage("Test install on ${dist}") { - sh "/build/repo/validate-packages.sh ${dist} ${results}/dump978-fa_*.deb ${results}/skyview978_*.deb" + sh "/build/repo/validate-packages.sh ${dist} ${results}/dump978-fa_*.deb ${results}/skyaware978_*.deb" } } diff --git a/README.md b/README.md index 5be5ec1..fc855ba 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ dump978-fa is the main binary. It talks to the SDR, demodulates UAT data, and provides the data in a variety of ways - either as raw messages or as json-formatted decoded messages, and either on a network port or to stdout. -skyview978 connects to a running dump978-fa and writes json files suitable -for use by the Skyview web map. +skyaware978 connects to a running dump978-fa and writes json files suitable +for use by the SkyAware web map. ## Building as a package @@ -30,7 +30,7 @@ $ sudo apt-get install \ libsoapysdr-dev $ dpkg-buildpackage -b -$ sudo dpkg -i ../dump978-fa_*.deb ../skyview978_*.deb +$ sudo dpkg -i ../dump978-fa_*.deb ../skyaware978_*.deb ``` ## Building from source @@ -49,7 +49,7 @@ $ sudo apt-get install soapysdr-module-rtlsdr ## Configuration For a package install, see `/etc/default/dump978-fa` and -`/etc/default/skyview978`. +`/etc/default/skyaware978`. The main options are: diff --git a/skyaware/config.js b/skyaware/config.js index 7e3e060..b9be157 100644 --- a/skyaware/config.js +++ b/skyaware/config.js @@ -99,7 +99,7 @@ SiteCircles = true; // true to show circles (only shown if the center marker is SiteCirclesDistances = new Array(100,150,200); // Controls page title, righthand pane when nothing is selected -PageName = "PiAware Skyview"; +PageName = "PiAware SkyAware"; // Show country flags by ICAO addresses? ShowFlags = true; diff --git a/skyaware/index.html b/skyaware/index.html index 25dc9b0..fc998d3 100644 --- a/skyaware/index.html +++ b/skyaware/index.html @@ -23,7 +23,7 @@ - PiAware Skyview + PiAware SkyAware @@ -49,8 +49,8 @@