#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
Go to the source code of this file.
Classes | |
class | telemetry_client |
The telemetry client connects to a WebSocket server and sends a message every second containing an integer count. More... | |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 146 of file telemetry_client.cpp.
References telemetry_client::run().