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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • floci-io/flociAvatar floci-io

    floci-io/floci

    14,168Vezi pe 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
    Vezi pe GitHub↗14,168
  • mininet/mininetAvatar mininet

    mininet/mininet

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

Explorează sub-etichetele

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