# dhclient **Repository Path**: a_seagull/dhclient ## Basic Information - **Project Name**: dhclient - **Description**: .......... - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/a_seagull/dhclient - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 下载 - 大华SDK下载:https://support.dahuatech.com/tools/sdkExploit - cpp-httplib(http服务器):https://github.com/yhirose/cpp-httplib/archive/refs/tags/v0.14.1.tar.gz - ini-cpp:https://github.com/SSARCandy/ini-cpp/archive/refs/tags/v1.1.0.tar.gz - easyloggingpp:https://github.com/abumq/easyloggingpp/archive/refs/tags/v9.97.1.tar.gz - hiredis(c库需要编译):https://github.com/redis/hiredis/archive/refs/tags/v1.2.0.tar.gz - redis-plus-plus(需要编译):https://github.com/sewenew/redis-plus-plus/archive/refs/tags/1.3.10.tar.gz # 说明 - 一个对接大华监控设备SDK的C++客户端,使用在Linux64位操作系统上 - 在 Ubuntu 中,vscode 格式化代码快捷键是“Ctrl+Shift+I”。 # 编译说明 - gcc/g++版本要求 10.2.0 以上 - 语法 -std=c++17 以上 - cmake version 3.16.3 以上