Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify satdump_cfg.json - Fix satdump TLE update failure due to 56211 // Inspire-Sat 7 having been retired (#1073) #1074

Merged
merged 109 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
01de0c4
Add toggle for coronal mass GIFs
Sasszem Mar 8, 2024
2da30a8
Merge branch 'jekhokie:master' into master
MihajloPi Jul 4, 2024
fa5e57a
Beta development
MihajloPi Jul 4, 2024
7805199
aarch64 support
creas002 Jul 4, 2024
f93c5f4
Merge pull request #995 from creas002/aarch64-support
MihajloPi Jul 4, 2024
3455dfc
Aarch64 support
MihajloPi Jul 5, 2024
84e5f0a
SatDump update for x64 machines
MihajloPi Jul 5, 2024
6276cd6
Modified tools & dependancies
creas002 Jul 5, 2024
9f38a71
Disabled - name: copy RTL-SDR udev rule
creas002 Jul 5, 2024
23e0959
rework
creas002 Jul 5, 2024
76e46bc
Merge pull request #997 from creas002/aarch64-support
MihajloPi Jul 5, 2024
de4c567
Added --fill_missing option to NOAA & METEOR receive scripts
creas002 Jul 5, 2024
45b56da
undo "fill_missing" option from NOAA as its for GOES and METEOR only
creas002 Jul 5, 2024
1cc3e6c
Hmmm somehow `--fill_missing` got lost when I switched to SatDump liv…
MihajloPi Jul 6, 2024
ab701d6
Hmmm somehow `--fill_missing` got lost when I switched to SatDump liv…
MihajloPi Jul 6, 2024
729b15d
Adding Richard's arm64 updates
MihajloPi Jul 6, 2024
58646d7
Adding updated SatDump for armhf built by Richard
MihajloPi Jul 6, 2024
42db15d
Adding updated SatDump for armhf built by Richard
MihajloPi Jul 6, 2024
fe4cca3
Providing support for any Debian based distro
MihajloPi Jul 8, 2024
ad4e436
Providing support for any Debian based distro
MihajloPi Jul 8, 2024
05834ae
Setting automatic deletion to false to store 3 days worth of audio fo…
MihajloPi Jul 8, 2024
6ff32ea
Setting automatic deletion to false to store 3 days worth of audio fo…
MihajloPi Jul 8, 2024
867819f
Fixing the log for the breakpoint
MihajloPi Jul 8, 2024
9706169
Fixing the log for the break point
MihajloPi Jul 8, 2024
b69e2f9
Fixing logs for the breakpoint if invalid `$RECEIVER_TYPE` variable i…
MihajloPi Jul 8, 2024
659c820
Preventing invalid receiver_type and satellite decoders from going pa…
MihajloPi Jul 8, 2024
c65774c
Preventing invalid receiver_type and satellite decoders from going pa…
MihajloPi Jul 8, 2024
899e3a6
Adding fix to prevent Gtk-WARNING
creas002 Jul 9, 2024
fd845f2
Widening the scope of variables to omit when scheduling passes
creas002 Jul 9, 2024
aeaf43f
Added WAYFIRE to omit
creas002 Jul 9, 2024
17a7ef8
Update receive_meteor.sh
creas002 Jul 9, 2024
9f9bcd2
Update receive_noaa.sh - Backing out changes to avoid merge conflict
creas002 Jul 9, 2024
9865b22
Fixing GTK issues preventing annotations from displaying
MihajloPi Jul 9, 2024
3172aec
Add toggle for coronal mass GIFs
MihajloPi Jul 9, 2024
afa1853
Pulling the latest changes including GTK annotations fix
MihajloPi Jul 9, 2024
370013b
add bottom - next/previous page in CAPTURE
creas002 Jul 10, 2024
48ed175
Merge branch 'aarch64-support' of https://github.com/creas002/raspber…
creas002 Jul 10, 2024
d62bfaf
Ooops... Thanks Jerome!
MihajloPi Jul 11, 2024
87a77a1
Fixing `use_device_string` to `USE_DEVICE_STRING` for bash scripts
MihajloPi Jul 11, 2024
8b6d4a7
Updating comments
MihajloPi Jul 11, 2024
3874bd8
Updating comments
MihajloPi Jul 11, 2024
97b716e
Modified polar_plot.py to resolve warning when generating AZ/EL & Dir…
creas002 Jul 11, 2024
4af3565
Merge pull request #1012 from creas002/aarch64-support
MihajloPi Jul 11, 2024
8b09fa8
Filter out wxtoimg error messages for known/acceptable issue
creas002 Jul 11, 2024
da2ab9f
Filter out wxtoimg error messages for known/acceptable issue
creas002 Jul 12, 2024
12d7440
Merge pull request #1013 from creas002/aarch64-support
MihajloPi Jul 12, 2024
32d2b16
Modified dependencies to support 32-bit wxtoimg on arm64 & amd64
creas002 Jul 13, 2024
f58f1b7
Modified core.yml to support various flavors of Linux
creas002 Jul 13, 2024
9784b73
Removed wxtoimg 320bit support for AMD64 since we have a DEB for it a…
creas002 Jul 13, 2024
7991902
Merge branch 'aarch64-support' into aarch64-support
MihajloPi Jul 13, 2024
689bb6c
Aarch64 support - Modified dependencies & core to support 32-bit wxto…
MihajloPi Jul 13, 2024
08b7cf3
Pulling the latest updates
MihajloPi Jul 13, 2024
519d43d
Update README.md
MihajloPi Jul 14, 2024
0ca8d25
Updating the README file
MihajloPi Jul 14, 2024
5fdc95f
Pulling the latest changes
MihajloPi Jul 14, 2024
36db7a2
Tuning Meteor M2-4 maps in MeteorDemod
MihajloPi Jul 18, 2024
7f54040
Tuning Meteor M2-4 maps in MeteorDemod
MihajloPi Jul 18, 2024
28aa9c8
Define XDG_RUNTIME_DIR with proper permissions
creas002 Jul 20, 2024
3ae6a4e
Merge branch 'aarch64-support' of https://github.com/creas002/raspber…
creas002 Jul 20, 2024
8f62604
Merge pull request #1018 from creas002/aarch64-support
MihajloPi Jul 20, 2024
05c3d3c
Introduction of Verification Tool and RN2 uninstall script (#1019)
creas002 Jul 21, 2024
b59ae96
Verification tool
MihajloPi Jul 22, 2024
916ce30
Clean up the library cache so any dangling items are cleared & RTL-SD…
creas002 Jul 23, 2024
59ed2c2
Delete db backup files that are older than 3 days
jp112sdl Jul 29, 2024
b6bddb8
Removing old PHP thumbnail selection for Meteor (which didn't work)
jp112sdl Jul 30, 2024
f3f998b
Squashed commit of the following:
MihajloPi Jul 30, 2024
c686e8c
Introduction of RN2 In-Situ Upgrade (#1024)
creas002 Jul 30, 2024
e9d68a7
Added git config, verification tool and tee to log to support.sh (#1028)
creas002 Jul 31, 2024
28896a2
Syncing my fork
MihajloPi Jul 31, 2024
4196e5e
aarch64/arm64 support and general fixes (#1029)
MihajloPi Jul 31, 2024
cdfcfbe
Sunsetting legacy Debian 32 bit and Debian 64 bit support
MihajloPi Jul 31, 2024
4e3d9ed
aarch64 support (#1031)
MihajloPi Aug 1, 2024
a34e537
Rebooting the Pi automatically after the first install
MihajloPi Aug 1, 2024
2c0acc0
Merge branch 'master' into beta-development
MihajloPi Aug 1, 2024
fde193f
Updating my RN2 version
MihajloPi Aug 1, 2024
80868de
Fixing filling issue for SatDump Meteor images
MihajloPi Aug 5, 2024
4bb09e0
Fixing filling issue for Meteor when decoding with SatDump
MihajloPi Aug 5, 2024
5271f61
Update README.md (#1037)
creas002 Aug 6, 2024
f7bdd12
Update core.yml - Simply getting OS Release (#1038)
creas002 Aug 7, 2024
3292a2d
Pulling the latest changes
MihajloPi Aug 7, 2024
fb5b46f
Update README.md (#1043)
creas002 Aug 12, 2024
0f45098
Update rn2_uninstall.sh (#1045)
creas002 Aug 12, 2024
023cd18
Update verification.sh (#1046)
creas002 Aug 12, 2024
d4603c8
Beta development - Setting SDR Device ID, Fixed Receive scripts to pa…
creas002 Aug 13, 2024
3aee856
Updating my fork
MihajloPi Aug 13, 2024
dbf7ea5
Fix to be tested
MihajloPi Aug 13, 2024
e7ef2d7
Fix to be tested for RTL-SDR PPM correction (#1051)
MihajloPi Aug 13, 2024
3d23c34
Beta development - modified receive scripts to pass PPM & Offset base…
creas002 Aug 14, 2024
e27f2ba
Pulling the latest changes
MihajloPi Aug 19, 2024
8ac4a28
Changing config directory ownership as root
MihajloPi Aug 19, 2024
39ff576
Removing whitespaces
MihajloPi Aug 19, 2024
4f2383b
Ooops...
MihajloPi Aug 21, 2024
62b014f
Allow odd timezones in sun.py (#1056)
jp112sdl Aug 28, 2024
7ecf554
Fix deprecation warning in heatmap.py (#1059)
jp112sdl Aug 28, 2024
8b94629
Beta development - Update dependencies/yml - added become: yes for .c…
creas002 Aug 28, 2024
1a24820
Created 5 new Satdump DEB files, remove the old ones, , modify depend…
creas002 Sep 6, 2024
5382f6b
Merge branch 'master' into beta-development
MihajloPi Sep 6, 2024
f83f040
Editing SatDump config file + additional logic (#1062)
MihajloPi Sep 6, 2024
c432877
Ooops... (#1063)
MihajloPi Sep 6, 2024
41e56fb
Ooops... Forgot to add Meteor enhancements in PHP (#1065)
MihajloPi Sep 6, 2024
37b6b9e
Ooops... (#1067)
MihajloPi Sep 7, 2024
66c6fac
updated permissions.list for verification tool checking of the 5 new …
creas002 Sep 7, 2024
a9819a8
Skipping "enhanced-IR" enhancement when using WXtoImg (#1068)
MihajloPi Sep 9, 2024
a89fe9d
Beta development - Fix histograms on Bookworm (#1069), thanks Patrice…
creas002 Sep 10, 2024
0e47fd1
Bumping version
MihajloPi Sep 12, 2024
df23f11
Updating README file (#1071)
MihajloPi Sep 12, 2024
7ed41d5
In-Situ Upgrade - Pre-screen existing settings.yml for any new parame…
creas002 Sep 14, 2024
ef2f965
modify satdump_cfg.json - Fix satdump TLE update failure due to 56211…
creas002 Sep 20, 2024
97ec711
Merge branch 'master' into beta-development
MihajloPi Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions ansible/roles/common/files/rn2_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,25 @@ if [[ $? != 0 ]]; then
exit 1
fi

echo "###################################################################"
echo "# Check existing settings.yml meets requirements for new repository"
echo "###################################################################"

python3 /tmp/raspberry-noaa-v2/scripts/tools/validate_yaml.py ${HOME}/raspberry-noaa-v2/config/settings.yml /tmp/raspberry-noaa-v2/config/settings_schema.json
v_result=$?

if [[ ${v_result} -ne 0 ]]; then
cp -p /tmp/raspberry-noaa-v2/config/settings.yml /tmp/settings.yml
echo ""
echo "Your existing ${HOME}/raspberry-noaa-v2/config/settings.yml is missing one or more new parameters, which are required by the repository you are trying to upgraded to."
echo ""
echo "Please see the above \"required property\"'s reported and add to your settings.yml before trying to upgrade again."
echo ""
echo "Please look at /tmp/settings.yml for example of the missing parameter"
\rm -rf /tmp/raspberry-noaa-v2
exit 1
fi

echo "#####################################################"
echo "# Perform RN2 Key file backup/stage"
echo "#####################################################"
Expand Down
4 changes: 2 additions & 2 deletions ansible/roles/common/templates/satdump_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
// 49008, // FengYun-3E
// 57490, // FengYun-3F
// 56232, // FengYun-3G
35865, // METEOR-M1
35865 // METEOR-M1
// 40069, // METEOR-M2
// 44387, // METEOR-M2-2
// 57166, // METEOR-M2-3
Expand Down Expand Up @@ -401,7 +401,7 @@
// 46984, // Sentinel-6
// 48900, // TUBIN
// 57172, // UmKA-1 (RS40S)
56211 // Inspire-Sat 7
// 56211 // Inspire-Sat 7
// 40376, // SMAP
// 44874, // CHEOPS
// 36036, // SMOS
Expand Down