awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • floci-io/flociالصورة الرمزية لـ floci-io

    floci-io/floci

    14,168عرض على 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
    عرض على GitHub↗14,168
  • mininet/mininetالصورة الرمزية لـ mininet

    mininet/mininet

    5,817عرض على 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
    عرض على GitHub↗5,817
  1. Home
  2. Networking & Communication
  3. Virtual Network Emulation

استكشف الوسوم الفرعية

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