Skip to content

Releases: dariol83/ccsds

Version 1.0.6

01 Mar 15:39
Compare
Choose a tag to compare

Version 1.0.6 - Changelog:

  • Fixed bug on variable-length reader class

Version 1.0.5

12 Feb 09:06
Compare
Choose a tag to compare

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

11 Feb 16:08
Compare
Choose a tag to compare

Version 1.0.4 - Changelog:

  • Fixed wrong use of security header/trailer in BC TC frames

Version 1.0.3

25 Jan 22:38
Compare
Choose a tag to compare

Version 1.0.3 - Changelog:

  • Fixed values of sequence flag for segmented TC packets in TC frames

Version 1.0.2

16 Nov 16:22
Compare
Choose a tag to compare

Version 1.0.2 - Changelog:

  • Fixed AOS bitstream reported data in case of full data available.

Version 1.0.1

10 Sep 12:09
Compare
Choose a tag to compare

Version 1.0.1 - Changelog:

  • Fixed Sonarqube code issues
  • Add real progress for CFDP incoming transactions

Version 1.0.0

16 Jun 15:14
Compare
Choose a tag to compare

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

02 Oct 08:30
Compare
Choose a tag to compare

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

04 Apr 16:44
Compare
Choose a tag to compare

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

10 Oct 07:26
Compare
Choose a tag to compare

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