Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 997 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 997 Bytes

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