Skip to main content

Python helpers for the Authenticated Lighting Network Protocol.

Project description

ALNP Python Package

Lightweight Python helpers for ALNP control envelopes and headers. This package is a thin layer for constructing/serializing control-plane messages; networking is left to the application.

Usage

from alnp import (
    build_discovery_request,
    build_control_envelope,
    build_frame_envelope,
    CapabilitySet,
    DeviceIdentity,
)

discovery = build_discovery_request(["identity", "capabilities"], b"\x00" * 32)
control = build_control_envelope(
    session_id="00000000-0000-0000-0000-000000000000",
    seq=1,
    op="set_mode",
    payload={"mode": "Normal"},
    mac=b"\x00" * 16,
)
frame = build_frame_envelope(
    session_id="00000000-0000-0000-0000-000000000000",
    timestamp_us=0,
    priority=5,
    channel_format="u8",
    channels=[0, 1, 2, 3],
)
print(discovery, control, frame)

Build

python -m pip install -U build
python -m build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alnp-2.0.16.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alnp-2.0.16-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file alnp-2.0.16.tar.gz.

File metadata

  • Download URL: alnp-2.0.16.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for alnp-2.0.16.tar.gz
Algorithm Hash digest
SHA256 d0bf40982f0b9d8a2c0736ed646cac160a88312d9f9e83b1a7d5a2bc015ef1e3
MD5 e4a9b8ecdf7b7aa85cf78334fd0ac215
BLAKE2b-256 5f96d280e8597e0e98ec53713792028914f7d85967135c49d40b76dc4b1b8f0a

See more details on using hashes here.

File details

Details for the file alnp-2.0.16-py3-none-any.whl.

File metadata

  • Download URL: alnp-2.0.16-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for alnp-2.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 b069bd8834cd71b1566f921ea83c14cf42622fc956c9a77e7032db9964f701f7
MD5 11f1b46c94815e2e99dee87bcd4a89a1
BLAKE2b-256 48804b4c35b38f353bccb249748369b62cf61375a3582b5e1347caf42a26dbcb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page