No project description provided
Project description
Bluetooth mesh network layer library for Python provides cryptographic operations, network PDU encoding/decoding and provisioning support as defined in Bluetooth SIG specifications.
What is this thing?
This library implements the network layer of Bluetooth Mesh protocol, including security and provisioning mechanisms.
https://www.bluetooth.com/specifications/mesh-specifications
Supported features include:
Cryptography: AES-CCM encryption/decryption, AES-CMAC, AES-ECB, salt and key derivation helpers (s1, k1, k2, k3, k4), and key wrappers for application, device, and network keys
Mesh message handling: network PDU packing/unpacking for access, control, proxy configuration, and proxy solicitation messages, plus nonce helpers and segmented access message packing
Beacons: unprovisioned device, secure network, and private mesh beacon parsing/packing
Provisioning: provisioning PDU parsing/building, provisioning bearer control and generic provisioning transaction handling, and provisioning encryption/decryption helpers
Installation
This project requires Python 3.14.
You can install “bluetooth-mesh-network” via pip from PyPI:
$ pip install bluetooth-mesh-network
You can also add it to a Poetry-managed project:
$ poetry add bluetooth-mesh-network
If you want to work on this repository locally, install the project and development dependencies with Poetry:
$ poetry install
Contributing
Contributions are very welcome. Tests can be run with pytest, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the GPL-2.0 license, “bluetooth-mesh-network” is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bluetooth_mesh_network-1.0.0.tar.gz.
File metadata
- Download URL: bluetooth_mesh_network-1.0.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.3 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b34383aa237394e2e093e336d5a4227645e423eada1676ccdc7ddab3f8beebc5
|
|
| MD5 |
40d274cb59f96b3dcbaca636986d6b2b
|
|
| BLAKE2b-256 |
fc21bebf5b4556d764424a2ae892a2bb2e04d8deb78d2671f04f9e2e0964ac46
|
File details
Details for the file bluetooth_mesh_network-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bluetooth_mesh_network-1.0.0-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.3 Darwin/25.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6d5b03337794a1fefc77d26eb9f2ec6665a648ee9417b14f6babc6052a4f769
|
|
| MD5 |
c45ecea5f42eccceb6b830642b7a926d
|
|
| BLAKE2b-256 |
d1463944f4d6a75836249913d495c80b1fd7e5c9fcca8310d89a86f61dd274c8
|