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

Go to the source code of this file.

Typedefs

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

Functions

void on_message (websocketpp::connection_hdl, client::message_ptr msg)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ client

Function Documentation

◆ on_message()

void on_message ( websocketpp::connection_hdl  ,
client::message_ptr  msg 
)

Definition at line 35 of file print_client.cpp.

Referenced by main().

◆ main()