# enet **Repository Path**: doodoocoder_admin/enet ## Basic Information - **Project Name**: enet - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-13 - **Last Updated**: 2026-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Please visit the ENet homepage at http://sauerbraten.org/enet/ for installation and usage instructions. If you obtained this package from github, the quick description on how to build is: # Generate the build system. sudo apt install build-essential autoconf automake libtool autoreconf -vfi # 编译并发布到本地系统. ./configure && make && sudo make install 头文件安装在/usr/local/include/enet 动态链接库安装在/usr/local/lib # 项目介绍 example/server:使用enet的服务端 example/peer:使用enet的客户端 目前在ubuntu 24上实现了群聊天室的功能