sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
203 stars 39 forks source link

Let vwifi support VirtIO #33

Open dungru opened 1 year ago

dungru commented 1 year ago

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?

rickywu0421 commented 1 year ago

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

rickywu0421 commented 1 year ago

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 :)

jserv commented 1 year ago

Action items:

jserv commented 1 month ago

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