# TunHelpAPI **Repository Path**: kmboot/TunHelpAPI ## Basic Information - **Project Name**: TunHelpAPI - **Description**: window下虚拟网卡TUN/TAP的帮助函数,可实现虚拟网卡的创建、设置IP、增加路由、读取和写入数据等操作 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-12 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TunHelperAPI ## 项目简介 在Windows环境下封装了对虚拟网卡TUN/TAP驱动程序的操作函数,可实现虚拟网卡的激活、设置IP、设置路由、读写数据等操作。 ## 运行环境 Windows平台运行,通过VS2012编译。代码中包含linux环境的实现,通过编译选项控制,简单修改应该就可以在linux下编译。 ## 项目文档 请移步wiki页面查看: