Skip to content

wifievent/opensocket

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published