NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
step4.cpp File Reference
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/memory.hpp>
#include <cstdlib>
#include <iostream>
#include <map>
#include <string>
#include <sstream>
Include dependency graph for step4.cpp:

Go to the source code of this file.

Classes

class  connection_metadata
 
class  websocket_endpoint
 

Typedefs

typedef websocketpp::client< websocketpp::config::asio_clientclient
 

Functions

std::ostream & operator<< (std::ostream &out, connection_metadata const &data)
 
int main ()
 

Typedef Documentation

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
connection_metadata const &  data 
)

Definition at line 82 of file step4.cpp.

int main ( )

Definition at line 153 of file step4.cpp.

References websocket_endpoint::connect(), and websocket_endpoint::get_metadata().