Raw LoraWan data parsing

Hello, I get the frame data of redis, I want to know how to parse, I refer to the sample on the {GitHub - JiapengLi/lorawan-parser: LoRaWAN protocol parser and packer in C}, but failed. Below is a screenshot of my test

./lwp --parse "0a2e805dbbb9018014000248a6e41fe8dbe44eef84b41857bca22a9b288e3cc30fde1aad41e95a2f60025971e4721b27121108c0bdeab5031a09087d10071a03342f351a5c0a08ac1f09fffe064d55120c08cd85f6910610f0afe6c4031a0c08df8aa1fb0410c0aec2c40328a4ffffffffffffffff01310000000000001e40380740015a007a04a23da79682011022db61b29db4425bbd1d8596c60250de88010220042a0401b9bb5d320882556322020000723a0c08adf0f5910610e8e395e302" --nwkskey C1AC0B4071B1212F12568B01C300C2B1 --appskey 9E6A0BB324378F6F2329E82D2AAD38A7 --appkey 4841432D4D4C57202003180000025563
./lwp --parse "0a08825563220200007210051a240a08ac1f09fffe064d5510a4ffffffffffffffff01190000000000001e403204a23da796" --nwkskey C1AC0B4071B1212F12568B01C300C2B1 --appskey 9E6A0BB324378F6F2329E82D2AAD38A7 --appkey 4841432D4D4C57202003180000025563





No idea what you’re up to, but there’s also on-line form that’s a front end for https://github.com/anthonykirby/lora-packet - it didn’t choke on your data, but it might be all gibberish.