Skip to content

Device Cloud C,分为客户端、服务端。客户端上传设备信息,服务端获取设备信息并保存。这是一个本人用来学习Linux C的项目。

Notifications You must be signed in to change notification settings

mourenZhu/dcloudc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcloudc

Device Cloud C,分为客户端、服务端。客户端上传设备信息,服务端获取设备信息并保存。
这是一个本人用来学习Linux C的项目。

所需库

  • libevent
apt install libevent-dev
  • cJSON
cd ..
git clone https://github.com/DaveGamble/cJSON.git
cd cJSON/
mkdir build
cd build
cmake .. -DBUILD_SHARED_AND_STATIC_LIBS=On
sudo make install

构建项目

mkdir build
cd build
cmake ..

About

Device Cloud C,分为客户端、服务端。客户端上传设备信息,服务端获取设备信息并保存。这是一个本人用来学习Linux C的项目。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published