opensocket is c++ library for socket programming
- glog: goole logging library (GitHub: google/glog)
- openssl: crypto transfer library (GitHub: openssl/openssl)
- cmake: c++ build
-
Install dependencies library
sudo apt install libssl-dev libgoogle-glog-dev cmake g++
-
Get source code this repository. clone with git
git clone https://github.com/wifievent/opensocket.git cd opensocket
-
Cmake build
cd build cmake . make
Library use examples: Examples