# smartresidence
**Repository Path**: zli/smartresidence
## Basic Information
- **Project Name**: smartresidence
- **Description**: No description available
- **Primary Language**: C++
- **License**: BSD-3-Clause
- **Default Branch**: dev
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-12-02
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Welcome to the libuv_tcp wiki!
-------
# Introduction:
libuv_tcp is an C++ class that include tcp server and client which package using libuv.
# Usage:
Refer to [**test_tcpserver.cpp**] [1] and [**test_tcpclient.cpp**] [1]
# Author: Phata
Blog: http://www.cnblogs.com/wqvbjhc/
E-mail: zhangli_java@163.com
QQ: 551664464
Github: https://github.com/wqvbjhc
[1]: https://github.com/wqvbjhc/libuv_tcp/blob/master/test_tcpserver.cpp/ "TCPServer Sample"
[2]: https://github.com/wqvbjhc/libuv_tcp/blob/master/test_tcpclient.cpp "TCPClient Sample"
# Install libuv:
cd /tmp
wget http://dist.libuv.org/dist/v1.9.1/libuv-v1.9.1.tar.gz
tar -xvf ./libuv-v1.9.1.tar.gz
cd libuv-v1.9.1/
./autogen.sh
./configure
make
sudo make install
# make:
cmake ./ [-Dbuild_server_mode=ON]
make
make install
# launch:
./bin/start.sh