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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:99746155e2ef | 2013-09-12 | feb11 | rename TLS lib |
3:6d25972a1b21 | 2013-09-12 | feb11 | update lib |
2:e3807a060fa5 | 2013-09-05 | feb11 | added comments |
1:ff73b1545aaa | 2013-09-05 | feb11 | retrieve web page from twitter instead of mbed.org and output is written in a file instead of the terminal |
0:d6829ea0374e | 2013-09-04 | feb11 | initial import |