Skip to main content

A mock for the BlueZ D-Bus API

Project description

BlueZoo

BlueZoo is a BlueZ D-Bus API mock, designed to test applications for BlueZ integration.

Introduction

BlueZoo provides "org.bluez" D-Bus service, allowing developers to test BlueZ integration in their applications without needing actual Bluetooth hardware. It runs entirely in user space, so it can be easily integrated into automated test suites on various CI/CD pipelines.

Installation

BlueZoo is available as a Python package on PyPI and can be installed using pip:

pip install bluezoo

Usage

By default, BlueZoo creates "org.bluez" service on the D-Bus system bus. In order to use an isolated testing environment, it is recommended to run a local D-Bus bus and set DBUS_SYSTEM_BUS_ADDRESS environment variable to point to the local bus.

  1. Start local D-Bus bus:

    dbus-daemon --session --print-address
    
  2. Set DBUS_SYSTEM_BUS_ADDRESS environment variable:

    export DBUS_SYSTEM_BUS_ADDRESS=<BUS-ADDRESS-FROM-STEP-1>
    
  3. Run BlueZoo with pre-defined adapters:

    bluezoo --auto-enable --adapter 00:11:22:33:44:55
    
  4. Run your application and test BlueZ integration. For example, you can use bluetoothctl, which is a command-line utility provided by BlueZ, to interact with BlueZoo service:

    $ bluetoothctl show 00:11:22:33:44:55
    Controller 00:11:22:33:44:55 (public)
            Name: Alligator's Android
            Powered: yes
            Discoverable: no
            Discovering: no
    

BlueZoo Manager Interface

BlueZoo provides a D-Bus interface for managing the mock service. The manager interface is available at /org/bluezoo. It allows to dynamically create and destroy adapters.

Remove adapter hci0:

gdbus call --system \
    --dest org.bluez \
    --object-path /org/bluezoo \
    --method org.bluezoo.Manager1.RemoveAdapter
    0

Add adapter hci0 with address 00:00:00:11:11:11:

gdbus call --system \
    --dest org.bluez \
    --object-path /org/bluezoo \
    --method org.bluezoo.Manager1.AddAdapter
    0 '00:00:00:11:11:11'

BlueZ Interfaces

Name Supported Notes
org.bluez.Adapter1
org.bluez.AdminPolicySet1 -
org.bluez.AdminPolicyStatus1 -
org.bluez.AdvertisementMonitorManager1 -
org.bluez.AdvertisementMonitor1 -
org.bluez.AgentManager1
org.bluez.Agent1
org.bluez.BatteryProviderManager1 -
org.bluez.BatteryProvider1 -
org.bluez.Battery1 -
org.bluez.Device1
org.bluez.DeviceSet1 -
org.bluez.GattCharacteristic1
org.bluez.GattDescriptor1
org.bluez.GattManager1
org.bluez.GattProfile1 -
org.bluez.GattService1
org.bluez.Input1 -
org.bluez.LEAdvertisement1
org.bluez.LEAdvertisingManager1
org.bluez.MediaAssistant1 -
org.bluez.MediaControl1 -
org.bluez.MediaEndpoint1 -
org.bluez.MediaFolder1 -
org.bluez.MediaItem1 -
org.bluez.MediaPlayer1 -
org.bluez.Media1 -
org.bluez.MediaTransport1 -
org.bluez.Network1 -
org.bluez.NetworkServer1 -
org.bluez.obex.AgentManager1 -
org.bluez.obex.Agent1 -
org.bluez.obex.Client1 -
org.bluez.obex.FileTransfer1 -
org.bluez.obex.Image1 -
org.bluez.obex.MessageAccess1 -
org.bluez.obex.Message1 -
org.bluez.obex.ObjectPush1 -
org.bluez.obex.PhonebookAccess1 -
org.bluez.obex.Session1 -
org.bluez.obex.Synchronization1 -
org.bluez.obex.Transfer1 -
org.bluez.ProfileManager1 -
org.bluez.Profile1 -

Contributing

Contributions are welcome! Please read the CONTRIBUTING guidelines for more information.

License

This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.

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

bluezoo-1.0.0.tar.gz (31.3 kB view details)

Uploaded Source

Built Distribution

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

bluezoo-1.0.0-py3-none-any.whl (38.5 kB view details)

Uploaded Python 3

File details

Details for the file bluezoo-1.0.0.tar.gz.

File metadata

  • Download URL: bluezoo-1.0.0.tar.gz
  • Upload date:
  • Size: 31.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bluezoo-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6c34559d549414411897e2934fab3dd2b30d204caeaf8054e1d28b3721068033
MD5 1ce54bb75393d0ffec8dde1250864b3f
BLAKE2b-256 d5b7374870de18dcf66271d42c807b50e37b88aaed6143cee65eb22c93dc26be

See more details on using hashes here.

Provenance

The following attestation bundles were made for bluezoo-1.0.0.tar.gz:

Publisher: publish.yaml on Samsung/BlueZoo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bluezoo-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: bluezoo-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 38.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for bluezoo-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9fdaf4a632838ac5450891665ca92612b6f42d7dc5cad0044d16be99505aeed7
MD5 634adf2c3e0dfe6ffc87461db68f36e1
BLAKE2b-256 1daff223b481f574dd2d17d953e7c7d868323deff7eb77c0aab58d839d12cc00

See more details on using hashes here.

Provenance

The following attestation bundles were made for bluezoo-1.0.0-py3-none-any.whl:

Publisher: publish.yaml on Samsung/BlueZoo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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