• v0.1_beta Pre-Release

    marcelb released this 2023-05-23 22:53:01 +02:00 | 16 commits to testing since this release

    Features

    • Client and server aplication

    • Timeout connection

    • SSL certificate

    • Exceptions

    Include

    #include "include/socket/lib/tcp_socket.hpp"
    

    Build

    g++ myapp.cpp include/socket/src/ -lssl -lcrypto
    
    Downloads