Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/attron/utdf-cli

CLI Tool For UTDF Spacecraft Packet Decoding and Processing
https://github.com/attron/utdf-cli

astronomy cli decoder go golang nasa returns-antenna space spacecraft spacecraft-analysis utdf-packets

Last synced: 3 days ago
JSON representation

CLI Tool For UTDF Spacecraft Packet Decoding and Processing

Awesome Lists containing this project

README

        

# UTDF-CLI
[![Go Report Card](https://goreportcard.com/badge/github.com/attron/utdf-cli)](https://goreportcard.com/report/github.com/attron/utdf-cli)
CLI Tool For UTDF Spacecraft Packet Decoding and Processing

# USAGE
------------------------------------------------------------------
```bash
./utdf-cli
-filename string
file that contains utdf data
-output string
save output of cli to file
-run string
run specific command (default "ToString")
```

# Building for development
------------------------------------------------------------------
```bash
go build
```

Full list of commands can be found at the [utdfgo repo](https://github.com/ATTron/utdfgo/blob/master/README.md)