Can the decoded data packet be sent to the network server intact
wong-hao opened this issue · 3 comments
wong-hao commented
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
This repo only focuses on LoRa physical layer, i.e., no LoRaWAN.
wong-hao commented
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
The output of gr-lora is the raw data of LoRa physical layer protocol. To extract the LoRaWAN information, you must parse it yourself.