ud3tn/python-ud3tn-utils
Maximilian Nitsch c8da5fd92e chore: Bump nixos-25.11
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922?narHash=sha256-Hb4iMhIbjX45GcrgOp3b8xnyli%2BysRPqAgZ/LZgyT5k%3D' (2025-06-02)
  → 'github:NixOS/nixpkgs/09eb77e94fa25202af8f3e81ddc7353d9970ac1b?narHash=sha256-mSD5Ob7a%2BT2RNjvPvOA1dkJHGVrNVl8ZOrAwBjKBDQo%3D' (2025-12-09)

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2026-01-08 16:01:47 +01:00
..
ud3tn_utils Adjust license of Python modules and Protobuf to Apache/BSD 2025-08-15 14:41:42 +02:00
.gitignore Prepare PyPi packages 2020-11-19 12:38:39 +01:00
LICENSE Prepare PyPi packages 2020-11-19 12:38:39 +01:00
pyproject.toml python, nix: Bump version to v0.14.5 2025-09-26 11:24:34 +02:00
README.md python: Fix commands and information provided in package READMEs 2025-07-24 09:06:50 +02:00
requirements.txt chore: Bump nixos-25.11 2026-01-08 16:01:47 +01:00

python-uD3TN-utils

The Python package uD3TN-utils is a utility library to simplify the interaction with the µD3TN daemon within python applications.

The included AAP2Client enables user-friendly communication with the µD3TN daemon via local or remote sockets using the Application Agent Protocol 2 (AAP 2.0). Besides sending and receiving bundles, it is also possible to change the configuration of the µD3TN daemon via AAP messages.

Installation

From source:

git clone https://gitlab.com/d3tn/ud3tn
pip install [-e] ud3tn/python-ud3tn-utils

From PyPi directly:

pip install ud3tn-utils

Development

For examples on the usage of this library, check out the contained CLI tools in the aap/bin (for the old AAP v1 protocol) and aap2/bin (for AAP 2.0) subdirectories.

python-uD3TN-utils is maintained as part of the µD3TN project and follows its development processes. Please see the µD3TN repository and the µD3TN web documentation for further information.