NASFAQ/nasfaq/connections/ws/my_ssl.h
2022-02-18 10:24:24 +01:00

20 lines
330 B
C++

#ifndef _MY_SSL_H_
#define _MY_SSL_H_
#include <iostream>
#include <string>
#include <stdlib.h>
#include <websocketpp/config/asio_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/memory.hpp>
#include <nlohmann/json.hpp>
int connect_ws(std::string);
#endif