Skip to content

mirakonta/lorawan-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction Raspberry-Pi, Raspbian

This LoRaWAN tool is for LoRaWAN developers who need know the details of LoRaWAN protocol.

With lorawan-parser, one could see all details of LoRaWAN, like how frames are defined, how data is encrypted and decrypted etc.

Compile

sudo apt-get install dh-autoreconf
cd lorawan-parser
autoreconf -i
./configure
make

Usage

Refer to util/test/main.c to know the usage of lorawan API.

After compile find lwp under util/parser/ directory to parse the LoRaWAN frame.

./lwp -c lwp-config.json

To go further, user could fill their own LoRaWAN frames in a json file to parse it.

Contribute

Any kind of contributions are welcome, issue report, pull requests, WIKI, suggestions...

Before you send pull request, please try to make your code keep same style as the original one.

License

parson, AES, CMAC have its own licenses. Please follow links below to know the details.

lorawan-paser has no license yet, to be defined.

Acknowledgement

About

Parser for LoRaWAN frame

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • C++ 3.0%