NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
echo_server.cpp File Reference
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>
#include <iostream>
Include dependency graph for echo_server.cpp:

Go to the source code of this file.

Typedefs

typedef websocketpp::server< websocketpp::config::asioserver
 
typedef server::message_ptr message_ptr
 

Functions

void on_message (server *s, websocketpp::connection_hdl hdl, message_ptr msg)
 
int main ()
 

Typedef Documentation

Definition at line 14 of file echo_server.cpp.

Function Documentation