Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetNetIf HTTPClientStreamingExample NetServices mbed
Fork of HTTPClientStreamingExample by
Revision 1:e6e8b074e675, committed 2010-06-18
- Comitter:
- donatien
- Date:
- Fri Jun 18 10:36:31 2010 +0000
- Parent:
- 0:c9e889dbdca5
- Child:
- 2:05688dfa032f
- Commit message:
Changed in this revision
| HTTPClientStreamingExample.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPClientStreamingExample.cpp Mon Jun 14 13:36:01 2010 +0000
+++ b/HTTPClientStreamingExample.cpp Fri Jun 18 10:36:31 2010 +0000
@@ -30,8 +30,8 @@
char BigBuf[512 + 1] = {0};
stream.readNext((byte*)BigBuf, 512); //Point to buffer for the first read
-
- HTTPResult r = http.get("HTTP://hackaday.com/feed/", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
+ //HTTPResult r = http.get("http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
+ HTTPResult r = http.get("http://hackaday.com/feed/", &stream, request_callback); //Load a very large page, such as the hackaday RSS feed
while(!completed)
{
--- a/mbed.bld Mon Jun 14 13:36:01 2010 +0000 +++ b/mbed.bld Fri Jun 18 10:36:31 2010 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/029aa53d7323 +http://mbed.org/users/mbed_official/code/mbed/builds/3944f1e2fa4f
