Metadata-Version: 2.1
Name: gwmp
Version: 0.0.1
Summary: Parser for GWMP messages used in LoRa and LoRaWAN networks
Home-page: https://github.com/alesanfra/lora-gwmp
Author: Alessio Sanfratello
License: UNKNOWN
Description: [![Build Status](https://travis-ci.com/alesanfra/lora-gwmp.svg?branch=master)](https://travis-ci.com/alesanfra/lora-gwmp)
        [![codecov](https://codecov.io/gh/alesanfra/lora-gwmp/branch/master/graph/badge.svg?token=GA5KCLADD6)](https://codecov.io/gh/alesanfra/lora-gwmp)
        
        # Gateway Message Protocol (GWMP) parser
        
        
        This is a simple utility for parsing GWMP messages used in LoRa and LoRaWAN networks.
        
        ## Installation
        
        ```bash
        pip install gwmp
        ```
        
        ## Usage
        
        ```bash
        gwmp parse my-file.txt --out parsed.csv --key hexadecimalkey
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
