{"categories":[{"label":"Home Automation","url":"https://skillfed.io/packages/category/home-automation"}],"enrichment":{"capability":"A Python client library that bridges BLE operations to a remote Matter Server via WebSocket, allowing any process with a BLE adapter to act as a BLE proxy for Matter protocol communication.","skillfed_tags":["matter-protocol","ble-proxy","home-automation"],"use_cases":["Run a Matter Server on a host with no Bluetooth adapter while delegating BLE operations to a separate device with a BLE radio.","Integrate Matter BLE bridging into Home Assistant by wiring its native Bluetooth component as the scan source and device resolver.","Build a custom Matter gateway that aggregates BLE devices from multiple physical locations by running proxy instances on each site.","Test a Matter Server's `/ble` endpoint in isolation without a full Home Assistant deployment using the bundled CLI.","Implement a BLE proxy for home automation systems that need to speak Matter protocol over a network boundary."],"what_it_does":"matter-ble-proxy is a Python client library that implements the OHF Matter Server's BLE proxy protocol, enabling a Matter Server running on a host without a BLE adapter to delegate Bluetooth operations to a separate process or device. It sits between a local BLE source and a remote Matter Server's `/ble` WebSocket endpoint, translating BLE scan results and device operations into the proxy protocol.\n\nThe library provides both a standalone CLI tool for testing and a pluggable library API. Integrators implement two abstract base classes\u2014BleScanSource (to feed BLE advertisements) and BleDeviceResolver (to resolve device addresses)\u2014then instantiate MatterBleProxy with a WebSocket URL and those implementations. The library deliberately does not manage reconnection; it releases all BLE resources and returns control when the WebSocket closes, leaving retry logic to the caller's supervisor.","worth_installing":"Yes, if you are building or integrating with a Matter Server and need to separate BLE hardware from the server host. The library is actively maintained, has low install friction, carries a permissive Apache-2.0 license, and is designed for exactly this delegation pattern. Not relevant if your Matter Server and BLE adapter are on the same machine or if you do not need Matter protocol support."},"id":"matter-ble-proxy","links":{"html":"https://skillfed.io/packages/matter-ble-proxy","md":"https://skillfed.io/packages/matter-ble-proxy.md","pypi":"https://pypi.org/project/matter-ble-proxy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"matter-ble-proxy","python_support":"supports_current","summary":"Python client library for the OHF Matter Server BLE proxy protocol"},"popularity":{"monthly_downloads":79496,"position":14353,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.0"}
