Ccsds Versions Save

Open source Java implementation of publicly available CCSDS standards: SLE, TM/TC, AOS, Space Packets, COP-1, time formats, CFDP, Encapsulation Packets.

v1.0.6

2 months ago

Version 1.0.6 - Changelog:

  • Fixed bug on variable-length reader class

v1.0.5

3 months ago

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.

v1.0.4

3 months ago

Version 1.0.4 - Changelog:

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

v1.0.3

3 months ago

Version 1.0.3 - Changelog:

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

v1.0.2

5 months ago

Version 1.0.2 - Changelog:

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

v1.0.1

8 months ago

Version 1.0.1 - Changelog:

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

v1.0.0

10 months ago

Version 1.0.0 - First stable version for production use. Changelog:

  • Migration from javax.* to jakarta.* for JAXB
  • Minor improvements to CFDP implementation

v0.5.0

1 year ago

Version 0.5.0 - Changelog:

  • In-memory file storage and temporary file storage introduced for CFDP transactions (configurable)
  • Support for Encapsulation Packet Protocol implemented

v0.4.1

2 years ago

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

v0.4.0

2 years ago

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