$ python3 schc-lorawan-iid.py 1122334455667788 00AABBCCDDEEFF00AABBCCDDEEFFAABB
4E822D9775B26499
This Python script computes the SCHC-over-LoRaWAN IID, as defined in section "Interface IDentifier (IID) computation".
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: 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
SPDX short identifier: BSD-3-Clause