rpp0 / gr-lora

GNU Radio blocks for receiving LoRa modulated radio messages using SDR
GNU General Public License v3.0
523 stars 113 forks source link

Porting gr-lora to GNU Radio 3.9 #146

Closed FlUxIuS closed 2 years ago

FlUxIuS commented 2 years ago

Here is a port of the gr-lora module to 3.9.

Still I wonder if it's possible to use the "enum" binding properly instead of using an "int". But will check that later after looking with GR people.

Enjoy it!

rpp0 commented 2 years ago

Wow great, thank you so much! I will do some testing asap and perform the merge.

rpp0 commented 2 years ago

I merged it! Thanks again and feel free to add yourself to the author list if you prefer.

FlUxIuS commented 2 years ago

Hey thanks! Sorry I was a little busy these days.

I'll also clean a little the project to remove the SWIG component and also restore some license header :)