parent
ced44d2f97
commit
4286a09f0f
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# script to run CubeSat Simulator Lite
|
||||
#
|
||||
# on SDR application, listen at 107.9
|
||||
|
||||
echo -e "\nScript to run CubeSat Simulator Lite \n"
|
||||
|
||||
sudo /home/pi/CubeSatSim/PiFmRds/src/pi_fm_rds -audio /home/pi/CubeSatSim/wav/afsk2.wav -freq 107.5
|
||||
@ -0,0 +1,19 @@
|
||||
This image has the SatNOGS client pre installed. It allows you to join the Satellite Network Operators Group network:
|
||||
|
||||
https://network.satnogs.org
|
||||
|
||||
To join, all you have to do is follow the instructions starting at SatNOGS Client Setup
|
||||
|
||||
https://wiki.satnogs.org/SatNOGS_Client_Ansible#SatNOGS_Client_Setup
|
||||
|
||||
You will need to Sign Up and create an account:
|
||||
|
||||
https://network.satnogs.org/login/auth0
|
||||
|
||||
Maybe include "ARISS" in your SatNOGS station name? For example: Joe's ARISS GS
|
||||
|
||||
Once you have an account and have logged in, click on the upper right corner and select Dashboard. Click on the API Key button to copy and paste your API Key which you will need to configure using sudo satnogs-setup Basic Configuration SATNOGS_API_TOKEN
|
||||
|
||||
Good luck and feel free to message me ku2y on SatNOGS!
|
||||
|
||||
|
||||
Loading…
Reference in new issue