awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesVirtual Network Emulation

Local emulation of cloud network topologies, subnets, and instances.

Distinct from Virtualization Networking: Candidates focus on virtualization platforms or bridging; this is specifically about emulating cloud VPC-like networks.

Explore 2 awesome GitHub repositories matching networking & communication · Virtual Network Emulation. Refine with filters or upvote what's useful.

Awesome Virtual Network Emulation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Ver en GitHub↗

    Floci is a local emulator for AWS services and cloud infrastructure designed for developing and testing applications without a live internet connection. It serves as a containerized cloud emulator and a serverless runtime emulator, allowing users to run high-fidelity replicas of cloud databases, queues, and compute services on a local machine. The project distinguishes itself by using real container images instead of simple mocks to ensure behavioral accuracy. It functions as a local API gateway simulator with proxy-based routing for REST and WebSocket APIs, and provides a serverless environm

    Emulates cloud networks, subnets, and instances using containers with secure shell access.

    Javaawsaws-emulationdevops
    Ver en GitHub↗14,168
  • mininet/mininetAvatar de mininet

    mininet/mininet

    5,817Ver en GitHub↗

    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

    An emulator that creates virtual networks of hosts, switches, and links on a single Linux machine for rapid SDN prototyping and testing.

    Python
    Ver en GitHub↗5,817
  1. Home
  2. Networking & Communication
  3. Virtual Network Emulation

Explorar subetiquetas

  • Real Application TestbedsTestbeds that run unmodified Linux applications and kernel code inside virtual hosts for realistic network behavior. **Distinct from Virtual Network Emulation:** Distinct from Virtual Network Emulation: focuses on running real application code inside virtual hosts, not just emulating network topology.