This program shows how to use TLS_cyassl to connect to mbed.org
Dependencies: EthernetInterface6 TLS_cyassl mbed-rtos mbed
Fork of TLS_cyassl-Example by
Revision 2:a223b3c8a334, committed 2013-09-18
- Comitter:
- feb11
- Date:
- Wed Sep 18 09:09:27 2013 +0000
- Parent:
- 1:a5e7369f39d9
- Commit message:
- added comments
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a5e7369f39d9 -r a223b3c8a334 main.cpp --- a/main.cpp Wed Sep 18 09:07:45 2013 +0000 +++ b/main.cpp Wed Sep 18 09:09:27 2013 +0000 @@ -1,3 +1,7 @@ +/** This example show how to use the TLS_cyassl library + to connect to a server using TLS. +*/ + #include "mbed.h" #include "EthernetInterface.h" #include "TLSConnection.h"