This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Releases: dariol83/ccsds
Releases · dariol83/ccsds
Version 1.0.6
Version 1.0.5
Version 1.0.5 - Changelog:
- Fixed wrong return of data start and data copy for TC frame that do not use security fields: without security fields, the data field was including the TC segment header, while now it is not and the behaviour is aligned with the CCSDS SDLS option.
- Fixed typo on the FopOperationStatus enumeration.
Version 1.0.4
Version 1.0.4 - Changelog:
- Fixed wrong use of security header/trailer in BC TC frames
Version 1.0.3
Version 1.0.3 - Changelog:
- Fixed values of sequence flag for segmented TC packets in TC frames
Version 1.0.2
Version 1.0.2 - Changelog:
- Fixed AOS bitstream reported data in case of full data available.
Version 1.0.1
Version 1.0.1 - Changelog:
- Fixed Sonarqube code issues
- Add real progress for CFDP incoming transactions
Version 1.0.0
Version 1.0.0 - First stable version for production use. Changelog:
- Migration from javax.* to jakarta.* for JAXB
- Minor improvements to CFDP implementation
Version 0.5.0
Version 0.5.0 - Changelog:
- In-memory file storage and temporary file storage introduced for CFDP transactions (configurable)
- Support for Encapsulation Packet Protocol implemented
Version 0.4.1
Version 0.4.1 - Changelog:
- Fixed Javadoc warning on CFDP module
- Fixed several Maven warnings
- Fixed CFDP module export, which was including also the TMTC module classes, hence creating a problem with the Java Module System
Version 0.4.0
Version 0.4.0 - Changelog:
- Added CFDP implementation with related UI test application
- Updated eu.dariolucia.ccsds.examples module to show how to use the CFDP module
- Updated eu.dariolucia.ccsds.viewer module to add support for CFDP PDU inspection