Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/attron/utdf-cli
- Owner: ATTron
- License: apache-2.0
- Created: 2021-05-18T22:19:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T01:47:28.000Z (over 3 years ago)
- Last Synced: 2024-11-01T22:05:59.929Z (about 2 months ago)
- Topics: astronomy, cli, decoder, go, golang, nasa, returns-antenna, space, spacecraft, spacecraft-analysis, utdf-packets
- Language: Go
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)