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

Go to the source code of this file.

Classes

struct  action
 
class  broadcast_server
 

Typedefs

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

Enumerations

enum  action_type { SUBSCRIBE, UNSUBSCRIBE, MESSAGE }
 

Functions

int main ()
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
SUBSCRIBE 
UNSUBSCRIBE 
MESSAGE 

Definition at line 31 of file broadcast_server.cpp.

Function Documentation