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

Go to the source code of this file.

Classes

class  perftest
 

Typedefs

typedef websocketpp::client< websocketpp::config::asio_clientclient
 ====== WARNING ======== This example is presently used as a scratch space. More...
 
typedef websocketpp::config::asio_tls_client::message_type::ptr message_ptr
 
typedef websocketpp::lib::shared_ptr< boost::asio::ssl::context > context_ptr
 
typedef client::connection_ptr connection_ptr
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

====== WARNING ======== This example is presently used as a scratch space.

It may or may not be broken at any given time.

Definition at line 39 of file debug_client.cpp.

typedef websocketpp::lib::shared_ptr<boost::asio::ssl::context> context_ptr

Definition at line 47 of file debug_client.cpp.

Definition at line 48 of file debug_client.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 150 of file debug_client.cpp.

References perftest::start().