anthonykirby / lora-packet

LoRa radio packet decoder
MIT License
261 stars 83 forks source link

Parse RFU and proprietary packets #77

Closed pplr closed 2 years ago

pplr commented 2 years ago

For RFU (Mtype=110) or proprietary (Mtype=111), the MHDR, MacPayload and MIC parts of the PHYPayload could be decoded.

anthonykirby commented 2 years ago

merged as #78 (with version bump & tweak to satisfy linter) thank you!