1 रिपॉजिटरी
Emulates network nodes as lightweight Linux processes in isolated network namespaces instead of full virtual machines.
Distinct from Network Namespace Virtualization: Distinct from Network Namespace Virtualization: focuses on running full network node processes (hosts, switches) in namespaces, not just creating isolated TCP/IP stacks.
Explore 1 awesome GitHub repository matching devops & infrastructure · Process-Based Network Node Emulations. Refine with filters or upvote what's useful.
Mininet is a network emulator that creates virtual networks of hosts, switches, and links on a single Linux machine for Software-Defined Networking (SDN) prototyping and testing. It emulates network nodes as lightweight processes in isolated network namespaces, connecting them via virtual Ethernet pairs, and supports OpenFlow protocol for programmable control of virtual switches and traffic flows. The project enables users to design custom network topologies using a Python API, simulate link conditions such as bandwidth, delay, and packet loss, and run real Linux applications and kernel code
Emulates entire network nodes as lightweight processes in isolated namespaces, the core architecture of the emulator.