# Node-Monitor **Repository Path**: baijiaqing/Node-Monitor ## Basic Information - **Project Name**: Node-Monitor - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. 雾引擎代码结构 ``` file fog_include/fog_macro.h --> global configure file directory fog_xx --> new interface for fog cdn directory libxxx --> 3rd-part lib directory libpear --> pear lib directory pear_restart --> daemon program directory pear_monitor --> pear core directory pear_update --> pear update directory pear_update_xxx --> manage 3rd-part program directory pear_httpd --> pear cdn interface directory pear_log --> pear log directory pear_iotest --> pear io speedtest directory pear_socks --> pear socks5 directory ptty --> pear remote login ``` ## 2. 编译依赖库 ``` 推荐ubuntu16.04, ubuntu18.04操作系统作为交叉编译平台 sudo apt-get update sudo apt-get install gcc g++ make automake libtool sudo apt-get install libcurl4-openssl-dev sudo apt-get install libz-dev ``` ## 3. 伴侣项目 ``` (keep in the same directory): a. git clone https://gitee.com/FogVDN-Node/Node-Monitor b. git clone https://gitee.com/FogVDN-Node/Node-Update ``` ## 4. 编译过程 ``` switch to root directory of project to [re]build or clean: a. ./pear_build.sh b. ./pear_build.sh clean ```