BastilleResearch / gr-lora

GNU Radio OOT module implementing the LoRa PHY, based on https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
GNU General Public License v3.0
472 stars 92 forks source link

Support additional spreading factors and code rates #1

Open matt-knight opened 8 years ago

matt-knight commented 8 years ago

At this time gr-lora supports only SF8 and CR4/8. It should be extended to support code rates 4/[5:8] and arbitrary spreading factors.

tweej commented 3 years ago

Is anyone aware of other libraries that can successfully encode/decode spreading factors other than 8?