awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • viarotel-org/escrcpyAvatar von viarotel-org

    viarotel-org/escrcpy

    8,199Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,199
  • p3terx/actions-openwrtAvatar von P3TERX

    P3TERX/Actions-OpenWrt

    7,644Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,644
  • zhaojh329/rttyAvatar von zhaojh329

    zhaojh329/rtty

    4,018Auf GitHub ansehen↗

    rtty ist ein webbasierter SSH-Terminal-Manager und ein sicheres Gateway für die Remote-Geräteverwaltung. Es bietet eine Browserschnittstelle für den Zugriff auf Linux-Shells, die Verwaltung von Remote-Dateien via Binärströme und das Routing von Netzwerkverkehr zu internen Geräte-Webseiten über einen HTTP-Proxy-Tunnel. Das System verfügt über ein sicheres Gateway unter Verwendung von Mutual-TLS-Authentifizierung und SSL-Verschlüsselung, um Datenübertragungen zu schützen. Es enthält Sitzungs-Orchestrierungstools für das Multi-Session-Zustandsmanagement, was Split-View-Überwachung und die Ausführung von Batch-Befehlen über mehrere verbundene Geräte hinweg gleichzeitig ermöglicht. Die Konnektivität wird durch WebSocket-basierte Terminal-Emulation für interaktiven Echtzeit-Shell-Zugriff und Binärstrom-Übertragungen für Remote-Datei-Uploads und -Downloads aufrechterhalten.

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

    Chttp-proxynatproxy
    Auf GitHub ansehen↗4,018
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Multi-Device Workflow Execution

Unter-Tags erkunden

  • 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.