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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • floci-io/flociAvatar de floci-io

    floci-io/floci

    14,168Voir sur 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
    Voir sur GitHub↗14,168
  • mininet/mininetAvatar de mininet

    mininet/mininet

    5,817Voir sur 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
    Voir sur GitHub↗5,817
  1. Home
  2. Networking & Communication
  3. Virtual Network Emulation

Explorer les sous-tags

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