#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <fstream>
#include <iostream>
#include <set>
#include <streambuf>
#include <string>
Go to the source code of this file.
Classes | |
class | telemetry_server |
The telemetry server accepts connections and sends a message every second to each client containing an integer count. More... | |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 176 of file telemetry_server.cpp.
References telemetry_server::run().