Releases: JiapengLi/lorawan-parser
Releases · JiapengLi/lorawan-parser
V0.3.0
- Add class b and LoRaWAN v1.0.2 command support
- TxParamSetupReq TxParamSetupAns
- DlChannelReq DlChannelAns
- PingSlotInfoReq PingSlotInfoAns
- PingSlotChannelReq PingSlotFreqAns
- BeaconTimingReq BeaconTimingAns
- BeaconFreqReq BeaconFreqAns
- Get MAC Address automatically
- Add pktfwd test routine
- Add -i/--iface options
- optimized JOIN log
- added join mode
- emunate check pass
- added --join / --jr / --ja option
Application preview
Windows executable file inside.
Run command to test:
parser.exe -c lwp-config.json
the parser will parse all frames in the file and print a report for you. If you want save the report then you could run:
parser.exe -c lwp-config.json > lw-log.txt