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

Can the decoded data packet be sent to the network server intact #141

Open wong-hao opened 2 years ago

wong-hao commented 2 years ago

I haven't been in touch with software defined radio, but I'm curious about whether this work completely covers lorawan's network server, application server and other structures.

jkadbear commented 2 years ago

This repo only focuses on LoRa physical layer, i.e., no LoRaWAN.

wong-hao commented 2 years ago

This repo only focuses on LoRa physical layer, i.e., no LoRaWAN.

Thx for your reply. That means that the decoding correctness can only be detected by CRC check, and the MIC check specified in LoRaWAN packet cannot be used, right?

jkadbear commented 2 years ago

The output of gr-lora is the raw data of LoRa physical layer protocol. To extract the LoRaWAN information, you must parse it yourself.