How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Simple, block-based, lightweight library over CoreBluetooth. Will clean up your Core Bluetooth related code.
The main features of lgbluetooth/lgbluetooth are: Bluetooth and Connectivity.
Open-source alternatives to lgbluetooth/lgbluetooth include: 1amageek/bleu — BLE (Bluetooth LE) for U🎁 Bleu is the best in the Bluetooth library. coolnameismy/babybluetooth — BabyBluetooth is a Bluetooth Low Energy library and wireless device communication API for iOS and macOS. It serves as… dingwilson/multipeer — 📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices. e-sites/bluetonium — Bluetooth mapping in Swift. jpsim/peerkit — An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps. omergul/discovery — A very simple library to discover and retrieve data from nearby devices (even if the peer app works at background).
BabyBluetooth is a Bluetooth Low Energy library and wireless device communication API for iOS and macOS. It serves as a central manager for discovering nearby wireless devices, managing the lifecycle of active connections, and providing a programmatic interface to read and write characteristic values to control remote hardware behavior. The library includes a peripheral manager that allows a device to simulate a wireless peripheral by advertising services and characteristics for other hardware to discover and interact with. The framework covers device discovery through scanning and filtering
📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices