NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
telemetry_client.cpp File Reference
Include dependency graph for telemetry_client.cpp:

Go to the source code of this file.

Classes

class  telemetry_client
 The telemetry client connects to a WebSocket server and sends a message every second containing an integer count. More...
 

Functions

void wait_a_bit ()
 Define a semi-cross platform helper method that waits/sleeps for a bit. More...
 
int main (int argc, char *argv[])
 

Function Documentation

◆ wait_a_bit()

void wait_a_bit ( )

Define a semi-cross platform helper method that waits/sleeps for a bit.

Definition at line 12 of file telemetry_client.cpp.

Referenced by telemetry_client::telemetry_loop().

◆ main()

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

Definition at line 157 of file telemetry_client.cpp.

References telemetry_client::run().