tudsat-rocket / sam

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sam

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

Running

To run for debugging purposes:

cargo run

Installation

(Assuming rust/rustup is already installed)

cargo install --path .

Building Web Assembly Version

Setup

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

Building

wasm-pack build --target no-modules

This will store the compiled application in 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


Languages

Language:Rust 96.3%Language:Java 1.9%Language:HTML 1.8%Language:Shell 0.1%