vwifi icon indicating copy to clipboard operation
vwifi copied to clipboard

Let vwifi support VirtIO

Open dungru opened this issue 2 years ago • 4 comments

I finally figured out what we could do in next step. The inspiration from the following slides Virtual WiFi: Bring Virtualization from Wired to Wireless image

Our target is to ensure that the real-chip driver can run on the guest OS and that the vwifi driver can support as a backend driver which is running on the host Linux KVM or QEMU

However, the target is too big. What can we do as the first step, or what is a simpler scenario could advise?

dungru avatar Jan 17 '23 15:01 dungru

I have figured out a rather simple scenario here: https://hackmd.io/@rickywu0421/vwifi_virtio. Please take a look.

rickywu0421 avatar Jul 25 '23 06:07 rickywu0421

Please see #PR45, and note that I haven't modified the https://hackmd.io/@rickywu0421/vwifi_virtio for a while, so please do not look into it :)

rickywu0421 avatar Aug 16 '23 15:08 rickywu0421

Action items:

  • Make virtio support compile-time configurable
  • Refine top-level documentation by moving some setup/descriptions into automated scripts.

jserv avatar Sep 15 '23 18:09 jserv

Raizo62/vwifi simulates Wi-Fi (802.11) between Linux Virtual Machines.

  • It can be used in Hypervisors (GNS3, QEmu, Virtualbox, VMware, Hyper-V, ...)
  • The Wireless emulator uses the mac80211_hwsim linux driver
  • Implements the packet loss simulation based on distance
  • Emulates the node mobility in GNS3

jserv avatar Aug 07 '24 13:08 jserv