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

Go to the source code of this file.

Typedefs

typedef websocketpp::server< websocketpp::config::coreserver
 
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 15 of file iostream_server.cpp.

Function Documentation