Skip to content

FRODO's loyal companion, ground station software for the Sting flight computer

Notifications You must be signed in to change notification settings

tudsat-rocket/sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2aac22c · Mar 23, 2025
Apr 7, 2024
Nov 27, 2023
Feb 19, 2025
Oct 12, 2024
Feb 19, 2025
Mar 23, 2025
Feb 19, 2025
Feb 28, 2025
Oct 9, 2024
Oct 9, 2024
Apr 27, 2024
Feb 28, 2025
Mar 23, 2025
May 11, 2024
Oct 27, 2023

Repository files navigation

Sam

Ground station software for the Sting FC, includes both command line tools and GUI.

Running

To run for debugging purposes (--release recommended for simulations):

$ cargo run

Installation

(Assuming rust/rustup is already installed)

$ cargo install --path gui

Building Web Assembly Version

Setup

$ rustup target add wasm32-unknown-unknown
$ cargo install wasm-pack --features curl/static-curl

Building

$ wasm-pack build gui --target no-modules

This will store the compiled application in gui/pkg/.

Usage

To run the GUI, run the compiled binary without any arguments.

USAGE:
    sam [SUBCOMMAND]

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    bootloader    Reboot the FC into bootloader
    gui           Launch the main gui [default]
    help          Print this message or the help of the given subcommand(s)
    logcat        Attach to FC and tail logs
    reboot        Reboot the FC

About

FRODO's loyal companion, ground station software for the Sting flight computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages