rpp0/gr-lora

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

wong-hao opened this issue · 3 comments

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.

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

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?

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