bluetooth-data-tools 1.19.4-1 source package in Ubuntu

Changelog

bluetooth-data-tools (1.19.4-1) unstable; urgency=medium

  * New upstream release.
  * Pass --no-cov to pytest to avoid generating coverage statistics.

 -- Edward Betts <edward@4angle.com>  Mon, 12 Aug 2024 12:44:42 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
bluetooth-data-tools_1.19.4-1.dsc 2.3 KiB 27cae4a5e7eaf614641f24f6944a57185b125868eefe47836658a67f304b3dfc
bluetooth-data-tools_1.19.4.orig.tar.gz 49.3 KiB 42d16282bd29fbb510eb56a53704ac8ef8b658521049cb4d31b56a9f37c71f6a
bluetooth-data-tools_1.19.4-1.debian.tar.xz 2.6 KiB 46b35e0034e43cfa0ae6bfd3ab2363013707ca122430311e861c570c81e8d0cd

Available diffs

No changes file available.

Binary packages built by this source

python3-bluetooth-data-tools: Python tools for converting bluetooth data and packets

 Comprehensive suite of utilities for managing and transforming Bluetooth data
 and packets within Python applications.
 .
 Key features:
 .
  - Data Conversion Tools: Functions to convert Bluetooth data into various
    formats, facilitating easier manipulation and analysis.
  - Packet Parsing: Utilities to parse Bluetooth advertisement data, enhancing
    the ability to interpret and utilize information broadcasted by BLE devices.
  - Privacy Enhancements: Methods to resolve private addresses using identity
    resolving keys (IRK), increasing security and privacy in Bluetooth
    communications.
  - Distance Calculation: Functionality to estimate the distance between
    devices based on signal strength, useful for proximity-based applications.
  - Utility Functions: A collection of helper functions to perform common tasks
    such as converting MAC addresses to integers, generating human-readable
    names for devices, and extracting the newest manufacturer data from
    advertisement packets.