Skip to content

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

License

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

3 Commits
 
 
 
 
 
 
 
 

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
)

See coconut-fsw for a real-world usage example

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

License

Stars

Watchers

Forks