Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 700 Bytes

WiFiEvent Socket Library

opensocket is c++ library for socket programming

Dependencies

Build

  1. Install dependencies library

     sudo apt install libssl-dev libgoogle-glog-dev cmake g++
    
  2. Get source code this repository. clone with git

     git clone https://github.com/wifievent/opensocket.git
     cd opensocket
    
  3. Cmake build

     cd build
     cmake .
     make
    

Examples

Library use examples: Examples