NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
websocket-face.hpp File Reference
#include "face.hpp"
#include "core/scheduler.hpp"
#include "websocketpp.hpp"
Include dependency graph for websocket-face.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::WebSocketFace
 Implementation of Face abstraction that uses WebSocket as underlying transport mechanism. More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::websocket
 

Typedefs

typedef boost::asio::ip::tcp::endpoint nfd::websocket::Endpoint
 
typedef websocketpp::server< websocketpp::config::asio > nfd::websocket::Server