Skip to content

Releases: martynvdijke/gr-lora_sdr

v0.5

13 Oct 14:10
Compare
Choose a tag to compare

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

20 Aug 09:06
6d5bc0c
Compare
Choose a tag to compare

Initial update to be compatible with GNU Radio > 3.9.0 using the new pybind11 build system.

v0.3.4

19 Aug 07:50
d779124
Compare
Choose a tag to compare
  • Bug fixes for compiling on Alpine Linux

v0.3.3

18 Aug 13:03
7c7c97e
Compare
Choose a tag to compare

Bug fix release

  • Removed utilities.h in favor of helpers.h should results in better building process.

v0.3.2

18 Aug 11:47
089a44d
Compare
Choose a tag to compare
  • 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

18 May 08:48
Compare
Choose a tag to compare

Merged upstream github
Reworked frame detector
Fixed gitignore to not commit cahced python obejcts
Bump of profiler

Update to v0.3

16 Apr 11:13
71168b2
Compare
Choose a tag to compare
  • 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

08 Feb 15:32
0050431
Compare
Choose a tag to compare
  • 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

07 Dec 15:35
8f92720
Compare
Choose a tag to compare

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