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

Go to the source code of this file.

Typedefs

typedef websocketpp::server< websocketpp::config::asiows_echo_server
 

Functions

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

Typedef Documentation

Function Documentation