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
Back to petermetz/cordova-plugin-ibeacon

Projects sharing features with Cordova Plugin Ibeacon

30 open-source projects similar to petermetz/cordova-plugin-ibeacon, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • alibaba/weexalibaba avatar

    alibaba/weex

    18,532View on GitHub↗

    A framework for building Mobile cross-platform UI

    C++androidiosmobile
    View on GitHub↗18,532
  • alt236/bluetooth-le-library---androidalt236 avatar

    alt236/Bluetooth-LE-Library---Android

    880View on GitHub↗

    This library allows for easy access to a Bluetooth LE device's AdRecord and RSSI value. It offers additional functionality for iBeacons.

    Java
    View on GitHub↗880
  • altbeacon/android-beacon-libraryAltBeacon avatar

    AltBeacon/android-beacon-library

    2,912View on GitHub↗

    Android Beacon Library

    Java
    View on GitHub↗2,912
  • amfe/lib-flexibleamfe avatar

    amfe/lib-flexible

    12,519View on GitHub↗

    lib-flexible is a responsive CSS layout library designed to create flexible web interfaces that scale proportionally across different screen sizes and device resolutions. It functions as a viewport scaling tool that manages device pixel ratios and screen widths to ensure layouts adapt to various mobile and desktop displays. The library implements a scaling framework that calculates a dynamic root font size, enabling the consistent scaling of elements through relative rem units. It includes a CSS grid generator for producing grid styles based on design specifications, including column counts,

    JavaScript
    View on GitHub↗12,519
  • andijakl/universal-beaconandijakl avatar

    andijakl/universal-beacon

    214View on GitHub↗

    Manage Bluetooth® Beacons through a cross-platform .NET Standard library. Get details for the open Eddystone™ Bluetooth beacon format from Google, as well as beacons comparable to Apple® iBeacon™. Supported on all platforms that are compatible to .NET Standard 1.3+ - including Windows 10,…

    C#
    View on GitHub↗214

AI search

Explore more awesome repositories

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

Find more with AI search
  • bilibili/danmakuflamemasterbilibili avatar

    bilibili/DanmakuFlameMaster

    9,608View on GitHub↗

    DanmakuFlameMaster is a high-performance rendering engine for displaying scrolling bullet comments on Android devices. It functions as a graphic engine that manages the lifecycle of on-screen comments, from parsing raw data to final visual display. The project is distinguished by its use of hardware-accelerated surface views and multi-core parallel processing to maintain smooth frame rates during high-volume content delivery. It employs a pre-caching layout engine to calculate text dimensions and motion paths before they are displayed on the screen. The system includes a rule-based visibilit

    Java
    View on GitHub↗9,608
  • bilibili/magicasakurabilibili avatar

    bilibili/MagicaSakura

    3,539View on GitHub↗

    MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.

    Javaandroid-librarycolorfulmulti-theme
    View on GitHub↗3,539
  • didi/boosterdidi avatar

    didi/booster

    5,059View on GitHub↗

    Booster is an Android app build optimizer and bytecode manipulator designed to reduce binary size, fix system-level crashes, and improve application performance. It functions as an extensible build process plugin that modifies compiled class files and build artifacts to inject stability fixes and optimizations without altering the original source code. The project differentiates itself through low-level bytecode manipulation to patch OS-level bugs and manage thread pools during the compilation phase. It also provides a performance profiling toolkit to identify main-thread blocking operations

    Kotlin
    View on GitHub↗5,059
  • didi/doraemonkitdidi avatar

    didi/DoraemonKit

    20,420View on GitHub↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Java
    View on GitHub↗20,420
  • didi/virtualapkdidi avatar

    didi/VirtualAPK

    9,055View on GitHub↗

    VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within

    Java
    View on GitHub↗9,055
  • igor-makarov/beaconkitigor-makarov avatar

    igor-makarov/BeaconKit

    27View on GitHub↗

    Beacon detection framework using CoreBluetooth written in Swift This is a framework that wraps around CoreBluetooth and detects beacons of different types.

    Swift
    View on GitHub↗27
  • instrument/vicinityInstrument avatar

    Instrument/Vicinity

    380View on GitHub↗

    Vicinity replicates iBeacons and supports broadcasting and detecting low-energy bluetooth devices in the background.

    Objective-C
    View on GitHub↗380
  • iqiyi/andromedaiqiyi avatar

    iqiyi/Andromeda

    2,270View on GitHub↗

    Andromeda simplifies local/remote communication for Android modularization

    Javaandroidipcmodularization
    View on GitHub↗2,270
  • izotx/jmcbeaconmanagerizotx avatar

    izotx/JMCBeaconManager

    147View on GitHub↗

    iBeacon Manager

    Swift
    View on GitHub↗147
  • jbeuckm/tibeaconsjbeuckm avatar

    jbeuckm/TiBeacons

    135View on GitHub↗

    See this example app for usage: TiBeacons Example App

    Objective-C
    View on GitHub↗135
  • jumeirdgroup/routerJ

    JumeiRdGroup/Router

    0View on GitHub↗
    View on GitHub↗0
  • kinveylabs/kcsibeaconKinveyLabs avatar

    KinveyLabs/KCSIBeacon

    182View on GitHub↗

    KCSIBeacon

    Objective-C
    View on GitHub↗182
  • m039/beacon-keeperm039 avatar

    m039/beacon-keeper

    139View on GitHub↗

    Beacon Keeper

    Java
    View on GitHub↗139
  • meituan-dianping/robustMeituan-Dianping avatar

    Meituan-Dianping/Robust

    4,455View on GitHub↗

    Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot. The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly. The sy

    Javaandroiddynamicgradle
    View on GitHub↗4,455
  • meituan-dianping/walleMeituan-Dianping avatar

    Meituan-Dianping/walle

    6,852View on GitHub↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Javaandroidapk-signature-scheme-v2gradle
    View on GitHub↗6,852
  • meituan/wmroutermeituan avatar

    meituan/WMRouter

    2,364View on GitHub↗

    WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。

    Java
    View on GitHub↗2,364
  • moagrius/tileviewmoagrius avatar

    moagrius/TileView

    1,453View on GitHub↗

    TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.

    Java
    View on GitHub↗1,453
  • mousebird/whirlyglobemousebird avatar

    mousebird/WhirlyGlobe

    844View on GitHub↗

    WhirlyGlobe Development

    C++
    View on GitHub↗844
  • neurotechx/eeg-101NeuroTechX avatar

    NeuroTechX/eeg-101

    267View on GitHub↗

    An Interactive EEG tutorial that taught EEG and BCI basics.

    JavaScript
    View on GitHub↗267
  • nordicsemiconductor/android-nrf-beacon-for-eddystoneNordicSemiconductor avatar

    NordicSemiconductor/Android-nRF-Beacon-for-Eddystone

    49View on GitHub↗

    nRF Beacon for Eddystone is an application that supports the new Eddystone GATT configuration service allowing users to configure your beacon to advertise all types of Eddystone frame types from UID, URL, TLM and the newest EID and eTLM frame types. In addition the application uses Nearby API…

    Java
    View on GitHub↗49
  • openorienteering/mapperopenorienteering avatar

    openorienteering/mapper

    478View on GitHub↗

    OpenOrienteering Mapper is a software for creating maps for the orienteering sport.

    C++
    View on GitHub↗478
  • polidea/rxbluetoothkitPolidea avatar

    Polidea/RxBluetoothKit

    1,434View on GitHub↗

    iOS & OSX Bluetooth library for RxSwift

    Swift
    View on GitHub↗1,434
  • pwittchen/neurosky-android-sdkpwittchen avatar

    pwittchen/neurosky-android-sdk

    58View on GitHub↗

    NeuroSky Android SDK

    Java
    View on GitHub↗58
  • redgridtactical/redgridmgrsRedGridTactical avatar

    RedGridTactical/RedGridMGRS

    13View on GitHub↗

    DAGR-class MGRS navigator for iOS and Android — live 10-digit grid coordinates, 10 tactical tools, offline maps, Meshtastic mesh networking, 6 radio-ready report templates. Open source. No tracking. Free on the App Store and Google Play.

    JavaScript
    View on GitHub↗13
  • reelyactive/ble-android-sdkreelyactive avatar

    reelyactive/ble-android-sdk

    16View on GitHub↗

    This SDK allows you to scan beacons and advertise as a beacon.

    Java
    View on GitHub↗16