From 9bf50ff6a07c2e071ba090905df4681f7589bd40 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 14 Jun 2022 17:51:41 -0600 Subject: [PATCH] septool owner/remark patch --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 98c91df..3436e05 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,26 @@ sudo dpkg -i galmon_0.20220307-1_arm64.deb sudo apt -f install ``` +To patch in the `owner` and `remark`, or it will say the owner +is "Septentrio" and there will be no remark. + + +``` +--- galmon-0.20220307.orig/septool.cc 2022-04-14 23:06:38.000000000 +0000 ++++ galmon-0.20220307/septool.cc 2022-06-14 23:31:26.962133157 +0000 +@@ -376,8 +376,8 @@ + nmm.mutable_od()->set_clockaccuracyns(0); + nmm.mutable_od()->set_freqaccuracyps(0); + +- nmm.mutable_od()->set_owner("Septentrio"); +- nmm.mutable_od()->set_remark(""); ++ nmm.mutable_od()->set_owner("Jeff Moe SpaceCruft"); ++ nmm.mutable_od()->set_remark("Colorado, USA | Traverse Ten64 | simpleRTK3B USB"); + nmm.mutable_od()->set_recvgithash(g_gitHash); + nmm.mutable_od()->set_uptime(time(0) - starttime); + ns.emitNMM( nmm); +``` + # Status Three ground stations running.