awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Jasonchenlijian avatar

Jasonchenlijian/FastBle

0
View on GitHub↗
5,496 stars·1,244 forks·Java·Apache-2.0·18 views

FastBle

FastBle is a development framework for Android designed to simplify scanning, connecting, and exchanging data with Bluetooth Low Energy devices. It provides a structured transport layer for managing communication and a dedicated system for discovering nearby peripherals.

The framework features a multi-connection manager that maintains simultaneous links to several peripherals and employs automated reconnection logic to ensure stability. It includes a data transport layer that handles automatic packet splitting for payloads that exceed standard transmission limits.

The library covers device discovery through name and address filters, signal strength monitoring, and the configuration of transmission parameters to optimize data throughput.

Features

  • BLE Development Frameworks - Provides a structured framework for scanning, connecting, and exchanging data with BLE devices on Android.
  • BLE Data Exchange - Facilitates data transfer via BLE reads and writes with automatic packet splitting.
  • Device Discovery - Identifies and filters nearby BLE devices using names, MAC addresses, or unique identifiers.
  • Device Connection Management - Establishes and manages the active communication links between the host and BLE peripherals.
  • BLE Integration - Simplifies the process of scanning, connecting, and communicating with BLE devices on Android.
  • BLE Communication Stacks - Implements a communication stack that handles automatic packet splitting for payloads exceeding BLE limits.
  • Automatic Reconnection Logic - Automatically restores lost Bluetooth links using configurable retry logic.
  • Multi-Device Connection Managers - Manages simultaneous Bluetooth connections to multiple peripherals using a central registry.
  • BLE Data Transmission - Implements sending and receiving of data over BLE with automatic packet splitting.
  • Packet Splitting - Provides automatic packet splitting for data payloads that exceed the Bluetooth maximum transmission unit.
  • BLE Parameter Tuning - Provides configuration of BLE parameters, including MTU size and connection priorities, to optimize throughput.
  • Bluetooth Device Scanners - Provides tools for discovering nearby BLE peripherals using name and address filters.
  • Connection and Latency Optimizers - Optimizes communication stability by modifying the maximum transmission unit and monitoring link quality.
  • MTU Tuning - Allows dynamic adjustment of the maximum transmission unit to optimize data throughput.
  • Scan Result Filtering - Implements mechanisms to filter discovered Bluetooth peripherals using names and MAC addresses.
  • Network Connectivity Monitoring - Tracks the real-time connection status of Bluetooth peripherals to trigger reconnection and updates.
  • Radio Signal Monitoring - Tracks RSSI signal strength to assess link quality and optimize transmission parameters.

Star history

Star history chart for jasonchenlijian/fastbleStar history chart for jasonchenlijian/fastble

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jasonchenlijian/fastble do?

FastBle is a development framework for Android designed to simplify scanning, connecting, and exchanging data with Bluetooth Low Energy devices. It provides a structured transport layer for managing communication and a dedicated system for discovering nearby peripherals.

What are the main features of jasonchenlijian/fastble?

The main features of jasonchenlijian/fastble are: BLE Development Frameworks, BLE Data Exchange, Device Discovery, Device Connection Management, BLE Integration, BLE Communication Stacks, Automatic Reconnection Logic, Multi-Device Connection Managers.

Which projects share features with jasonchenlijian/fastble?

Projects with overlapping indexed features include: aicareles/android-ble — This library is a framework for Android applications to manage Bluetooth Low Energy connectivity, peripheral… dingjikerbo/android-bluetoothkit — Android-BluetoothKit is a communication library for Android designed to manage Bluetooth Low Energy connections, GATT… coolnameismy/babybluetooth — BabyBluetooth is a Bluetooth Low Energy library and wireless device communication API for iOS and macOS. It serves as… dariuszseweryn/rxandroidble — RxAndroidBle is a reactive framework designed to simplify Bluetooth Low Energy interactions on Android. It functions… pythops/bluetui — bluetui is a text-based user interface for managing Bluetooth devices and adapters. It serves as a terminal… seemoo-lab/opendrop — Opendrop is a Python implementation of the AirDrop protocol used for transferring files and links between devices over…

Projects sharing features with FastBle

These projects share indexed features with FastBle. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aicareles/android-bleaicareles avatar

    aicareles/Android-BLE

    2,845View on GitHub↗

    This library is a framework for Android applications to manage Bluetooth Low Energy connectivity, peripheral discovery, and data exchange. It provides a standardized interface for integrating wireless hardware, enabling developers to handle complex communication tasks through a structured connectivity framework. The library distinguishes itself by implementing a managed operation pipeline that serializes asynchronous commands to prevent hardware collisions. It utilizes a state-machine-based approach to track connection lifecycles, which automates retry logic and maintains stable links across

    Java
    View on GitHub↗2,845
  • dingjikerbo/android-bluetoothkitdingjikerbo avatar

    dingjikerbo/Android-BluetoothKit

    3,693View on GitHub↗

    Android-BluetoothKit is a communication library for Android designed to manage Bluetooth Low Energy connections, GATT services, and characteristic data exchange. It provides a GATT client for reading and writing data, a device scanner for discovering hardware, and a connection manager to track device states. The library features a pointer-based beacon parser that extracts custom data from device broadcasts without requiring a full connection. It also implements a serialized request queue to process Bluetooth operations sequentially, preventing race conditions and managing transmission timeout

    Javaandroid-blebeaconble
    View on GitHub↗3,693
  • coolnameismy/babybluetoothcoolnameismy avatar

    coolnameismy/BabyBluetooth

    4,751View on GitHub↗

    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

    Objective-C
    View on GitHub↗4,751
  • dariuszseweryn/rxandroidbledariuszseweryn avatar

    dariuszseweryn/RxAndroidBle

    3,544View on GitHub↗

    RxAndroidBle is a reactive framework designed to simplify Bluetooth Low Energy interactions on Android. It functions as a wrapper for the system Bluetooth stack, converting low-level asynchronous callbacks into observable streams to manage device discovery, connection lifecycles, and data communication. The library distinguishes itself by normalizing inconsistent vendor-specific Bluetooth behaviors into a predictable interface, ensuring reliable cross-device compatibility. It incorporates an internal operation queueing mechanism that serializes concurrent hardware requests, preventing command

    Javaandroid-bluetoothandroid-libraryble
    View on GitHub↗3,544
  • Compare all 30 related projects→