2 repos
Unified interfaces that hide underlying socket implementations to support multiple transport backends.
Distinguishing note: Focuses on the abstraction layer rather than specific protocol implementations.
Explore 2 awesome GitHub repositories matching networking & communication · Transport Abstractions. Refine with filters or upvote what's useful.
The framework is a comprehensive penetration testing platform designed for the development, testing, and execution of security exploits. It serves as a research toolkit and automated assessment environment, enabling security professionals to identify and validate vulnerabilities within networked systems and infrastructure through repeatable, standardized procedures. The platform distinguishes itself through a modular architecture that supports reflective payload injection, allowing for the execution of code directly in memory without writing to disk. It utilizes an asynchronous event loop to
Decouples command and control logic from underlying network protocols to maintain persistent remote connections.
Netty is an asynchronous network framework designed for building scalable protocol servers and clients. It utilizes an event-driven reactor pattern and a non-blocking input/output model to decouple connection handling from application logic, allowing for the development of responsive network services that manage high volumes of concurrent connections. The framework distinguishes itself through a modular pipeline-based processing chain that enables the implementation of custom binary or text-based protocols. It provides a pluggable transport abstraction that allows developers to switch between
Swaps underlying network implementations between standard sockets and native drivers without changing application code.