awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesVirtual Ethernet Adapters

Software-defined network interfaces that simulate physical Ethernet hardware for a guest operating system.

Distinct from Switched Ethernet Interfaces: Existing candidates focus on physical cabling or cloud infrastructure rather than emulated hardware interfaces for a guest OS.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Virtual Ethernet Adapters. Refine with filters or upvote what's useful.

Awesome Virtual Ethernet Adapters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • felixrieseberg/macintosh.jsfelixrieseberg का अवतार

    felixrieseberg/macintosh.js

    8,480GitHub पर देखें↗

    macintosh.js is an Electron-based system emulator designed to run legacy operating systems and vintage software within a modern desktop application. It functions as a virtual machine that replicates the hardware and software environment of a Macintosh Quadra to execute System 8. The project includes a UDP network bridge and virtual Ethernet integration, which routes network traffic to specific ports to enable communication between multiple emulated instances on a local network. The emulator supports virtual disk management and disk-image mounting to transfer files between the host machine an

    Exposes a virtual Ethernet card to the emulated OS for standard network protocol communication.

    JavaScriptelectronemulatorjavascript
    GitHub पर देखें↗8,480
  • mininet/mininetmininet का अवतार

    mininet/mininet

    5,817GitHub पर देखें↗

    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

    Connects emulated nodes using virtual Ethernet pairs to simulate point-to-point links with configurable properties.

    Python
    GitHub पर देखें↗5,817
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtual Ethernet Adapters

सब-टैग एक्सप्लोर करें

  • Virtual Ethernet Link PairsConnects emulated nodes using virtual Ethernet pairs (veth) to simulate point-to-point links with configurable bandwidth and delay. **Distinct from Virtual Ethernet Adapters:** Distinct from Virtual Ethernet Adapters: focuses on paired veth links connecting emulated nodes, not single virtual adapters for guest OSes.