Releases: YanzhaoW/srs-control
Releases · YanzhaoW/srs-control
Release of unstable master branch
What's Changed
- Implement actions and raw binary of udp by @YanzhaoW in #22
- Change to taskflow to manage the task scheduler of converters and writers by @YanzhaoW in #23
- Add CDash and testing with debug build by @YanzhaoW in #27
- Fix the compatibility issue with MacOS by @YanzhaoW in #29
- Add gtest to testing framework by @YanzhaoW in #30
- Create class for struct serializer by @YanzhaoW in #31
- Implement Sanitizer by @YanzhaoW in #33
- fix coverage for clang by @YanzhaoW in #37
Full Changelog: v0.1.4...unstable
Release of version v0.1.4
Release of version v0.1.3
What's Changed
Full Changelog: v0.1.2...v0.1.3
Release of version v0.1.2
What's Changed
- Add integration tests by @YanzhaoW in #9
- Generate doxygen documentation in Github pages by @YanzhaoW in #10
Full Changelog: v0.1.1...v0.1.2
Release of version v0.1.1
Release of version v0.1.0
What's Changed
Full Changelog: v0.0.3...v0.1.0
Release of version 0.0.3
- Implement the udp readout
- Binary data through the udp is not encoded with google's protobuf. It's encoded with protobuf + gzip if through a binary file.
- Additional project reformat
Release of version 0.0.2
- Data reading from SRS system
- Data output to binary, root and JSON file
- Simple control on SRS system with
acq-on,acq-offandread data