Connect to twitter.com and copies this webpage to a file.
Dependencies: EthernetInterface3 HTTPSClient TLS_axTLS mbed-rtos mbed
This example shows how to use the HTTPSClient library by copying the content of this webpage to a file. Before running this program, you must download these certificates and copy them to the mbed. After running this program, a file called index.htm has been created and you can open it with your favorite browser to display the webpage the mbed have just downloaded.
Revisions of TLS.lib
Revision | Date | Message | Actions |
---|---|---|---|
3:6d25972a1b21 | 2013-09-12 | update lib | File Diff Annotate |
2:e3807a060fa5 | 2013-09-05 | added comments | File Diff Annotate |
1:ff73b1545aaa | 2013-09-05 | retrieve web page from twitter instead of mbed.org and output is written in a file instead of the terminal | File Diff Annotate |
0:d6829ea0374e | 2013-09-04 | initial import | File Diff Annotate |