Skip to content

Releases: JiapengLi/lorawan-parser

V0.3.0

19 Mar 10:14
Compare
Choose a tag to compare
  • 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

06 Jul 07:55
Compare
Choose a tag to compare

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