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: about 1 year 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T01:47:28.000Z (about 5 years ago)
- Last Synced: 2025-02-13T03:23:11.956Z (over 1 year 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
[](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)