Releases: David-McKenna/udpPacketManager
0.3.2 - GUPPI RAW Output Support + More Fixes
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
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
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
0.1-alpha Update README