Releases: martynvdijke/gr-lora_sdr
Releases · martynvdijke/gr-lora_sdr
v0.5
What's Changed
- v0.5 by @martynvdijke in #26
- Added docker builds of gr-lora_sdr
- Automatic docker builds on git commit
- Several bug fixes in the ZMQ loudify part of the system.
- Code optimizations and removal of dead code
Full Changelog: v0.4.0...v0.5
v0.4.0
Initial update to be compatible with GNU Radio > 3.9.0 using the new pybind11 build system.
v0.3.4
- Bug fixes for compiling on Alpine Linux
v0.3.3
Bug fix release
- Removed utilities.h in favor of helpers.h should results in better building process.
v0.3.2
- Updated Cxx flags to std17 to support building on Alpine Linux
- Updated the frame detection methods (now energy based approach and timeout approach have various bug fixes)
- Implemented beta working version of a CRAN (centralized radio access network) using ZMQ, frame receiver and frame sender are part of this CRAN structure
v0.3.1
Merged upstream github
Reworked frame detector
Fixed gitignore to not commit cahced python obejcts
Bump of profiler
Update to v0.3
- Merged upstreamed branch containing multiple bug fixs from tapparel
- Added new block "frame_detector" : detects a lora frame and only then outputs its values
- Updated all grc files to be cpp_export compatible
- Update on test case
- Update on cmake options
- Added alpha version of binary plotter
- Update of documentation
- Updated manifest file
v0.2
- Made seperate git modules for test-case-generator and profiler
- Large improbments and updates of profiler
- Revamped system to use gnuradio stream tagging function in order to close simulation mode
- Added new data_source_sim block for simulation mode
- Made Tx and Rx block that house all individual components of the receiving and transmitting side.
- Added new assertions in grc
v0.1
v0.1
Enhancements:
- Compatible with gnuradio3.8
- Added static string option in data_source
- Unit testing for all options (still somewhat WIP)
- Test case generator to generate test cases
- Far more documentation and automatic documentation extraction from the source code (using doxygen)
- Automatic build/test/docs using github actions
- README update
- Added new logo of the project
- New Cmake build structure
- Improved logging by making use of gnuradio logging options instead of stdout
- Added .gitignore file
Bug Fixes:
- Several compile errors and warnings when compiling
- Several Cmake compile warnings