14 Repos
Specialized transport mechanisms for bridging communication between isolated execution environments like webviews, native hosts, or debug bridges.
Explore 14 awesome GitHub repositories matching networking & communication · Embedded and Browser Bridge Protocols. Refine with filters or upvote what's useful.
This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile device. The tool distinguishes itself by injecting a lightweight binary into the mobile runtime to access system-level APIs for direct screen buffer capture and input event injection. By translating desktop mouse and keyboard signals into native Linux kernel events, it enables r
Creates a persistent, bidirectional communication channel over the Android Debug Bridge to transport raw binary data streams.
Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model
Coordinates bidirectional, asynchronous communication between web-based frontends and native backends using serialized message passing.
WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content. The project provides a messaging interface that exposes native functions to the web environment and triggers JavaScript handlers from native application code. It enables the registration of named handlers in native code that can be invoked by JavaScript to request device a
Implements an asynchronous message-passing bridge for bidirectional communication between Objective-C and JavaScript.
Comlink is a remote procedure call library that transforms message-based communication into asynchronous function calls between the main thread and web workers. It provides a proxy-based interface that allows multiple threads to interact with a single object instance without manual message handling. The project enables the execution of functions across separate browser windows, iframes, and web workers, making external calls behave like local asynchronous operations. It supports the transfer of non-cloneable data through custom serialization handlers and allows for the movement of ownership f
Facilitates communication between isolated execution environments like iframes and browser windows.
Waydroid is a containerized mobile runtime that executes a full Android operating system directly on Linux desktop environments. By utilizing Linux kernel namespaces, it isolates the mobile environment while sharing the host kernel to provide native-like performance and hardware access for mobile applications. The project distinguishes itself through deep integration with the host system, bridging mobile display buffers to native desktop windows and translating host input events into mobile gestures. It enables multi-window management, allowing mobile applications to run alongside native desk
Translates mobile display buffers into native desktop windows by mapping guest surface outputs to host compositor surfaces.
CefSharp is a .NET binding for the Chromium Embedded Framework that allows developers to embed a full web browser into desktop applications. It provides an embedded browser control for rendering HTML, CSS, and JavaScript content within a native host window. The project features a bidirectional JavaScript bridge interface that enables the execution of scripts and the exposure of native host classes and methods to the browser environment. It also includes a headless browser automation tool for executing web tasks and capturing page screenshots without a graphical user interface. The library co
Provides a bridge for bidirectional communication and event passing between the browser frontend and the native host application.
Dieses Projekt ist ein visuelles Diagramm-Tool und eine Integration für VS Code, die es Benutzern ermöglicht, Draw.io-Dateien direkt in ihrem Arbeitsbereich zu erstellen und zu bearbeiten. Es bietet eine grafische Oberfläche zum Erstellen von Architekturdiagrammen und Flussdiagrammen unter Verwendung von XML-, SVG- und PNG-Formaten. Die Erweiterung enthält einen Code-zu-Diagramm-Navigator, der visuelle Knoten mit spezifischen Dateien und Symbolen im Codebase verknüpft. Sie bietet zudem eine kollaborative Bearbeitungsumgebung mit synchronisierten Cursorn für Brainstorming sowie eine Offline-Schnittstelle, die volle Funktionalität ohne Internetverbindung beibehält. Das Toolset deckt die Bearbeitung von Diagrammen in mehreren Formaten ab, einschließlich roher XML-Manipulation und Formatkonvertierung. Es unterstützt zudem den visuellen Versionsvergleich, um strukturelle Unterschiede zwischen Diagramm-Iterationen zu identifizieren, und bietet eine Plugin-Architektur zur Erweiterung der Kernfunktionen.
Implements a JSON-based bridge for bidirectional communication between the web-based editor and the native VS Code environment.
Carlo is a Node.js web rendering framework and desktop application bundler. It functions as a server-side browser controller and headless automation bridge that uses a local browser instance as the primary user interface for Node.js applications. The project distinguishes itself by providing a bidirectional bridge for cross-environment JavaScript integration, allowing server-side functions to be exposed to the browser window object and enabling the execution of page-context code from the server. It includes capabilities for packaging applications into standalone desktop executables, complete
Implements a bidirectional bridge for secure, asynchronous message passing between the Node.js server and the browser UI.
uiautomator2 is an Android device automation tool and UI testing library. It functions as a framework for automating user interface interactions and managing device states via a remote client. The project provides a remote management interface for controlling Android applications, simulating user gestures, and managing system settings. It enables the analysis of XML UI hierarchies to locate interface elements and verify application behavior. The tool covers broad capability areas including application lifecycle management, device connectivity, and file system operations. It also includes sys
Implements bidirectional communication channels over the Android Debug Bridge to enable remote control.
Gnirehtet is a reverse tethering tool that allows Android devices to share a computer's internet connection over USB. It functions as a network relay for TCP and UDP IPv4 traffic using the Android Debug Bridge protocol. The system provides connectivity for Android devices without requiring root access by utilizing a local virtual network interface to intercept traffic. It includes a manager capable of controlling and resetting relay sessions for multiple connected devices from a single server. The tool supports batch connection activation and the management of individual device tunnels. It e
Implements bidirectional communication channels for network traffic using the Android Debug Bridge protocol.
This project is a cross-platform mobile web view component and native browser wrapper used to embed and display web content within mobile applications. It functions as a communication layer that allows JavaScript in a web page to exchange data with native mobile code. The component enables in-app web browsing and the integration of external websites or custom HTML pages. It provides a programmable interface for customizing how web content is rendered and interacted with inside a native application.
Facilitates bidirectional communication between the native browser host and guest web pages via a JavaScript injection bridge.
Das Tor Project ist ein verteiltes Anonymitätsnetzwerk, das Internetverkehr über ein System von freiwilligen Relays unter Verwendung mehrschichtiger Verschlüsselung leitet, um die Identität und den Standort des Nutzers zu verbergen. Das System bietet Tools zur Umgehung von Internetzensur und nutzt Bridges sowie Pluggable Transports, um Internetsperren zu umgehen und Verkehrsmuster zu verschleiern. Es ermöglicht zudem das Hosting von Onion-Services, wodurch Websites und Dienste so veröffentlicht werden können, dass sie nur über das Netzwerk erreichbar sind, was den physischen Standort des Servers verbirgt. Das Projekt deckt breitere Datenschutz- und Infrastrukturfunktionen ab, einschließlich Schutz vor Browser-Fingerprinting, um Tracking durch Softwarekonfiguration zu verhindern, und Sitzungsisolierung, um Drittanbieter-Tracker zu blockieren. Es unterstützt zudem den Betrieb freiwilliger Relays, um die Gesamtkapazität und Resilienz des verschlüsselten Verkehrsnetzwerks zu erhöhen.
Routes traffic through a chain of volunteer nodes to decouple the source identity from the destination address.
This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra
Provides a serialized message bus for asynchronous communication between the web runtime and native Android APIs.
Diese Bibliothek bietet eine sichere Kommunikationsbrücke für Android-Anwendungen, die die Interaktion zwischen nativem Java-Code und webbasierten JavaScript-Schnittstellen innerhalb einer WebView ermöglicht. Sie erleichtert den Aufruf nativer Systemmethoden aus Web-Skripten und verwaltet den Datenaustausch über die Sprachgrenze hinweg. Das Framework nutzt eine promptbasierte Interzeptionsschicht, um Methodensignaturen vor der Ausführung zu validieren und sicherzustellen, dass nur autorisierter nativer Code ausgelöst wird. Es unterstützt den komplexen Datenaustausch durch strukturierte Serialisierung und bietet einen Mechanismus zur Zuordnung nativer Methoden zu Webschnittstellen, was eine dynamische Ausführung mittels Laufzeit-Inspektion ermöglicht. Das System handhabt asynchrone Operationen durch die Pflege eines Registers von Web-seitigen Funktionsreferenzen. Dies ermöglicht es nativen Hintergrundaufgaben, bei Abschluss spezifische JavaScript-Callbacks auszulösen, was integrierte Workflows in hybriden mobilen Anwendungen unterstützt.
Implements a secure message-passing bridge for structured communication between native and web environments.