# vm_wayland_proxy **Repository Path**: aven6/vm_wayland_proxy ## Basic Information - **Project Name**: vm_wayland_proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 编译方法 1. gcc host_transfer.c -o host_transfer 2. gcc guest_proxy.c -o guest_proxy 使用方法 1. 主机侧执行 ./host_transfer 2. 虚拟机内执行 ./guest_proxy & 3. 虚拟机内执行wayland应用 WAYLAND_DISPLAY=/tmp/wayland-tcp ./testapp