Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 745 Bytes

UTDF-CLI

Go Report Card CLI Tool For UTDF Spacecraft Packet Decoding and Processing

USAGE


    ./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


    go build

Full list of commands can be found at the utdfgo repo