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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·3 vues

FastBle

FastBle est un framework de développement pour Android conçu pour simplifier le scan, la connexion et l'échange de données avec des appareils Bluetooth Low Energy (BLE). Il fournit une couche de transport structurée pour gérer la communication et un système dédié pour découvrir les périphériques à proximité.

Le framework dispose d'un gestionnaire de connexions multiples qui maintient des liens simultanés vers plusieurs périphériques et utilise une logique de reconnexion automatisée pour assurer la stabilité. Il inclut une couche de transport de données qui gère le fractionnement automatique des paquets pour les payloads qui dépassent les limites de transmission standard.

La bibliothèque couvre la découverte d'appareils via des filtres de nom et d'adresse, la surveillance de la force du signal et la configuration des paramètres de transmission pour optimiser le débit de données.

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.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
  • 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.
  • Historique des stars

    Graphique de l'historique des stars pour jasonchenlijian/fastbleGraphique de l'historique des stars pour jasonchenlijian/fastble

    Questions fréquentes

    Que fait jasonchenlijian/fastble ?

    FastBle est un framework de développement pour Android conçu pour simplifier le scan, la connexion et l'échange de données avec des appareils Bluetooth Low Energy (BLE). Il fournit une couche de transport structurée pour gérer la communication et un système dédié pour découvrir les périphériques à proximité.

    Quelles sont les fonctionnalités principales de jasonchenlijian/fastble ?

    Les fonctionnalités principales de jasonchenlijian/fastble sont : BLE Development Frameworks, BLE Data Exchange, Device Discovery, Device Connection Management, BLE Integration, BLE Communication Stacks, Automatic Reconnection Logic, Multi-Device Connection Managers.

    Quelles sont les alternatives open-source à jasonchenlijian/fastble ?

    Les alternatives open-source à jasonchenlijian/fastble incluent : 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…

    Alternatives open source à FastBle

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec FastBle.
    • aicareles/android-bleAvatar de aicareles

      aicareles/Android-BLE

      2,845Voir sur 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
      Voir sur GitHub↗2,845
    • dingjikerbo/android-bluetoothkitAvatar de dingjikerbo

      dingjikerbo/Android-BluetoothKit

      3,693Voir sur 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
      Voir sur GitHub↗3,693
    • coolnameismy/babybluetoothAvatar de coolnameismy

      coolnameismy/BabyBluetooth

      4,751Voir sur 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
      Voir sur GitHub↗4,751
    • dariuszseweryn/rxandroidbleAvatar de dariuszseweryn

      dariuszseweryn/RxAndroidBle

      3,544Voir sur 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
      Voir sur GitHub↗3,544
    Voir les 30 alternatives à FastBle→