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

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

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

3 مستودعات

Awesome GitHub RepositoriesMulti-Device Workflow Execution

Executing synchronized automation processes across multiple connected devices in parallel.

Distinct from Parallel Execution: Focuses on the orchestration of the same workflow across different hardware targets rather than generic task concurrency.

Explore 3 awesome GitHub repositories matching development tools & productivity · Multi-Device Workflow Execution. Refine with filters or upvote what's useful.

Awesome Multi-Device Workflow Execution GitHub Repositories

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

    viarotel-org/escrcpy

    8,199عرض على GitHub↗

    escrcpy is an Android device mirroring tool and ADB device manager that enables the display and control of Android screens on a computer via USB or network connections. It functions as a multi-device screen orchestrator, providing a visual interface to arrange and control several mirrored device windows in parallel layouts. The project distinguishes itself as an automation controller that utilizes large language models to translate natural language instructions into actionable device commands. It further differentiates its capabilities by acting as a reverse tethering client, allowing a compu

    Enables the execution of synchronized automation processes and scripts across multiple connected devices simultaneously.

    JavaScriptandroidgenymobilegnirehtet
    عرض على GitHub↗8,199
  • p3terx/actions-openwrtالصورة الرمزية لـ P3TERX

    P3TERX/Actions-OpenWrt

    7,644عرض على GitHub↗

    Actions-OpenWrt is a cloud-based build orchestrator and continuous integration pipeline designed to automate the compilation of custom OpenWrt firmware binaries. It provides a workflow template that uses virtual environments to monitor source repositories, trigger builds upon detecting updates, and deliver the resulting artifacts. The system enables the management of parallel builds across different hardware targets and integrates third-party software packages into the build process. It supports a high degree of customization through shell-scripted logic, configuration file overrides, and the

    Deploys multiple independent workflows to build firmware for different hardware targets simultaneously.

    Shellactionsactions-openwrtgithub-actions
    عرض على GitHub↗7,644
  • zhaojh329/rttyالصورة الرمزية لـ zhaojh329

    zhaojh329/rtty

    4,018عرض على GitHub↗

    rtty هو مدير محطة SSH قائم على الويب وبوابة آمنة مصممة لإدارة الأجهزة عن بُعد. يوفر واجهة متصفح للوصول إلى Linux shells، وإدارة الملفات عن بُعد عبر تدفقات ثنائية، وتوجيه حركة مرور الشبكة إلى صفحات ويب الجهاز الداخلية عبر نفق وكيل HTTP. يتميز النظام ببوابة آمنة تستخدم مصادقة TLS المتبادلة وتشفير SSL لحماية عمليات نقل البيانات. ويتضمن أدوات تنسيق الجلسة لإدارة حالة الجلسات المتعددة، مما يتيح مراقبة العرض المنقسم وتنفيذ أوامر الدفعات عبر أجهزة متعددة متصلة في وقت واحد. يتم الحفاظ على الاتصال من خلال محاكاة المحطة الطرفية القائمة على WebSocket للوصول التفاعلي إلى shell في الوقت الفعلي وعمليات نقل التدفق الثنائي لتحميل وتنزيل الملفات عن بُعد.

    Enables the synchronized execution of administrative commands across multiple connected devices in parallel.

    Chttp-proxynatproxy
    عرض على GitHub↗4,018
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Multi-Device Workflow Execution

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

  • Parallel Command DispatchExecuting the same administrative command across multiple remote targets simultaneously. **Distinct from Multi-Device Workflow Execution:** Focuses on broadcasting a single command to many devices, whereas Multi-Device Workflow Execution implies complex orchestrated processes.