CardSat

(★ 37)

Cardputer ADV satellite tracker + multi-radio CAT Doppler control

File Explorer

  • .gitignore
  • build_opt.h
  • CardSat.ino
  • CardSat_CalcCard_4x6.pdf
  • CardSat_CheatCard_5x7.pdf
  • CardSat_Fun_Guide.pdf
  • CardSat_Manual.pdf
  • CardSat_RefCard_4x6.pdf
  • img_check-45.png
  • lotw_sats.csv
  • MANUAL.md
  • partitions.csv
  • platformio.ini
  • README.md
  • rev-38.png
  • SNAPSHOT.md
  • tools_make_calccard.py
  • tools_make_cheatcard.py
  • tools_make_refcard.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

openssl

View Details ▼

OpenSSL cryptographic toolkit.
Some subcommands such as `req` have their own usage documentation.

openssl genpkey -algorithm {{rsa|ec}} -out {{path/to/private.key}} -aes256

Generate a private key and encrypt the output file using AES-256:

openssl rsa -in {{path/to/private.key}} -pubout -out {{path/to/public.key}}

Generate the corresponding public key from the private key `private.key` using `rsa`:

openssl req -new -x509 -key {{path/to/private.key}} -out {{path/to/certificate.crt}} -days 365

Generate a self-signed certificate valid for a specified number of days (365):

🔍

mem

View Details ▼

Display free memory info.

MEM

Display free memory:

// repository documentation