Skip to content

Releases: David-McKenna/udpPacketManager

0.3.2 - GUPPI RAW Output Support + More Fixes

28 Sep 11:52
Compare
Choose a tag to compare

Fixed shift remainder packets not correctly updating the decompression buffer offset (likely did not cause issues as read_nchars has a backup to reset the parameter as needed).
Always shift the remainder of the buffer if the buffer size is not a multiple of the zstd minimum output length
Fixed some grammar and style in output messages
Fixed the ascii_hdr_manager not compiling while in debug mode

Previously:
Adds LOFAR UDP -> GUPPI RAW support through a new CLI.
Added time-major processing modes (30, 31, 32)
Improved documentation
Cleaned up file structures

0.3.1 - GUPPI RAW Output Support + Fixes

23 Sep 14:17
Compare
Choose a tag to compare

Fixed an issue in the skip_to_packet function -- this appears to resolve outstanding issues with setting the start time and using the events system in the CLI

Previously:
Adds LOFAR UDP -> GUPPI RAW support through a new CLI.
Added time-major processing modes (30, 31, 32)
Improved documentation
Cleaned up file structures

0.3 - GUPPI RAW Output Support

22 Sep 15:25
Compare
Choose a tag to compare

Adds LOFAR UDP -> GUPPI RAW support through a new CLI.
Added time-major processing modes (30, 31, 32)
Improved documentation
Cleaned up file structures

Known Issues:
The skip-to-packet logic appears to have an offset error, I think I'm not updating the decompression buffer pos attribute correctly. Should only cause an issue on the first iteration after a skip operation.

Initial Release

24 Aug 16:15
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
0.1-alpha

Update README