awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesMulti-Device Controllers

Controls multiple Android devices simultaneously from a single controller to run synchronized tests.

Distinct from Android Device Controllers: Distinct from Android Device Controllers: focuses on synchronized multi-device control, not single-device automation workflows.

Explore 4 awesome GitHub repositories matching mobile development · Multi-Device Controllers. Refine with filters or upvote what's useful.

Awesome Multi-Device Controllers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/ios-webkit-debug-proxyالصورة الرمزية لـ google

    google/ios-webkit-debug-proxy

    6,174عرض على GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    Managing simultaneous debugging sessions across multiple iOS devices with stable port assignments that persist across reconnections.

    C
    عرض على GitHub↗6,174
  • alipay/solopiالصورة الرمزية لـ alipay

    alipay/SoloPi

    6,131عرض على GitHub↗

    Controls multiple Android devices simultaneously from a single controller for synchronized test execution.

    Javaadbandroidarkts
    عرض على GitHub↗6,131
  • universal-debloater-alliance/universal-android-debloater-next-generationالصورة الرمزية لـ Universal-Debloater-Alliance

    Universal-Debloater-Alliance/universal-android-debloater-next-generation

    5,945عرض على GitHub↗

    Universal Android Debloater Next Generation is a cross-platform desktop application for removing pre-installed system applications from Android devices. It communicates with devices through the Android Debug Bridge (ADB) protocol, supporting both wired USB connections and wireless network pairing for debloating without a physical cable. The tool manages multiple connected Android devices simultaneously and provides package state backup and restore capabilities, allowing users to save and reapply the enabled or disabled state of system packages after factory resets or OS upgrades. The applicat

    Connects and operates on several Android devices simultaneously for bulk debloating operations.

    Rustadbandroidbloatware-list
    عرض على GitHub↗5,945
  • simonaking/scrcpy-guiالصورة الرمزية لـ SimonAKing

    SimonAKing/scrcpy-gui

    3,892عرض على GitHub↗

    scrcpy-gui is a graphical user interface for managing and controlling Android devices via the scrcpy protocol. It provides a visual layer for Android screen mirroring, remote control, and device management over USB or TCP/IP connections. The project enables the simultaneous mirroring and control of multiple Android devices within a single unified window. It includes dedicated interfaces for interacting with devices using a computer keyboard and mouse, as well as utilities for synchronizing clipboards between a computer and a connected mobile device. The software supports low-latency screen m

    Manages the mirroring and control of several Android devices simultaneously within a unified window.

    JavaScriptadbandroidelectron
    عرض على GitHub↗3,892
  1. Home
  2. Mobile Development
  3. Android Device Controllers
  4. Multi-Device Controllers

استكشف الوسوم الفرعية

  • Instance RoutingMapping specific control commands and video streams to multiple active device instances. **Distinct from Multi-Device Controllers:** Focuses on the routing of streams and commands to specific windows, whereas multi-device controllers focus on synchronized automation.
  • iOSManaging multiple iOS devices simultaneously by routing inspector traffic through separate port assignments. **Distinct from Multi-Device Controllers:** Distinct from Multi-Device Controllers: targets iOS devices for debugging, not Android devices for synchronized testing.