Skip to content

Header-only C library for encoding and decoding CCSDS SpacePacket headers

Notifications You must be signed in to change notification settings

mzakocs/libspacepacket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

libspacepacket

Header-only C library for encoding and decoding CCSDS SpacePacket headers

Usage

Include in your CMake target like this:

add_subdirectory(${CMAKE_SOURCE_DIR}/lib/libspacepacket/)
target_link_libraries(exampletarget
    libspacepacket
)

Credit

Decoder inspired by https://github.com/altillimity/libccsds/blob/master/src/ccsds.cpp, encoder is custom.

If this repo helped you, please ⭐ it!

About

Header-only C library for encoding and decoding CCSDS SpacePacket headers

Topics

Resources

Stars

Watchers

Forks