Avnet / Mbed 2 deprecated WNCInterface_tls_client_example

Dependencies:   WNCInterface mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

main.cpp File Reference

main.cpp File Reference

An example TLS Client application This application sends an HTTPS request to developer.mbed.org and searches for a string in the result. More...

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{main.cpp}

Functions

int main ()
 The main loop of the HTTPS Hello World test.

Detailed Description

An example TLS Client application This application sends an HTTPS request to developer.mbed.org and searches for a string in the result.

This example is implemented as a logic class (HelloHTTPS) wrapping a TCP socket. The logic class handles all events, leaving the main loop to just check if the process has finished.

Definition in file main.cpp.


Function Documentation

int main (  )

The main loop of the HTTPS Hello World test.

Definition at line 410 of file main.cpp.