Skip to content

jca-klk/schc-lorawan-iid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCHC-over-LoRaWAN IID computation

TL;DR

$ python3 schc-lorawan-iid.py 1122334455667788 00AABBCCDDEEFF00AABBCCDDEEFFAABB
4E822D9775B26499

What is this?

This Python script computes the SCHC-over-LoRaWAN IID, as defined in section "Interface IDentifier (IID) computation".

Requirements

Before running this script please install requirements, as documented by pip.

You should consider runnning this script in a virtual environment.

python3 -m pip install -r requirements.txt

Usage

usage: schc-lorawan-iid.py [-h] devEUI key

SCHC-over-LoRaWAN IID computation

positional arguments:
  devEUI      LoRaWAN Device EUI
  key         LoRaWAN AppSKey

optional arguments:
  -h, --help  show this help message and exit

License

SPDX short identifier: BSD-3-Clause

About

SCHC-over-LoRaWAN IID computation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages