r2cloud can track and decode various radio signals from satellites such as:
Detailed features could be found in the documentation.
The following hardware is required:
Please check recommended bill of materials. This is a very basic setup, but it is guaranteed to work.
From the image. This is the easiest way to install r2cloud on Raspberry PI. It will require a brand new SD card:
r2cloud.txt
in the root directory. This file should contain any random string. This string is a login token. This token will be used during initial setup.Or from repository binaries. Suitable for Ubuntu or Debian:
r2cloud.txt
file in /boot directory. This file should contain any random text. This text is a login token. This token will then be used during the initial setup.sudo apt-get install curl lsb-release
curl -fsSL https://leosatdata.com/r2cloud.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/r2cloud.gpg
sudo bash -c "echo 'deb [signed-by=/usr/share/keyrings/r2cloud.gpg] http://apt.leosatdata.com $(lsb_release --codename --short) main' > /etc/apt/sources.list.d/r2cloud.list"
sudo apt-get update
sudo apt-get install r2cloud
Please read our guidelines.
Please follow @r2cloud1 at twitter to get the latest updates or join conversations at github discussions.
Frequent errors are combined in the troubleshooting guide.