Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.37 KB

Changelog

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

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