# CommonCmake **Repository Path**: hrhub/CommonCmake ## Basic Information - **Project Name**: CommonCmake - **Description**: 功能代码测试集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2026-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### client : udp客户端 一个简单的udp协议客户端。向服务端发送一个字符串,并接收处理后的字符串。 #### server : upd服务端 接收客户端发送过来的字符串,转成大写后返回。 #### ntp_client : NTP客户端 向授时服务器获取网络时间,并格式化输出。 #### protectServer 定时检测程序是否在,不在时开启。 #### C2PY C++调用Python脚本。 #### RunProcess 启动Yaml中配置的程序。