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: mbed-rtos mbed HTTPClient VodafoneUSBModem
Tests/TestHelper.h@67:a61d60fa342c, 2012-11-01 (annotated)
- Committer:
- ashleymills
- Date:
- Thu Nov 01 15:49:08 2012 +0000
- Revision:
- 67:a61d60fa342c
- Child:
- 69:4fc3b0ad12c7
Updated suite to latest version of library.; Added upload test, uploads increasingly large files from 128 bytes to 1meg in powers of 2 increments.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ashleymills | 67:a61d60fa342c | 1 | #pragma once |
ashleymills | 67:a61d60fa342c | 2 | bool connectToSocket(char *ipAddress, int port, int *sockfd); |