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

Go to the source code of this file.

Typedefs

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

Functions

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

Typedef Documentation

Function Documentation

void on_message ( websocketpp::connection_hdl  ,
server::message_ptr  msg 
)

Definition at line 8 of file print_server.cpp.

Referenced by main().