HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

Committer:
sam_grove
Date:
Mon Feb 03 14:35:03 2014 +0000
Revision:
6:8cf840145f92
Parent:
1:0112fc45285a
update to make CDMA default

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 1:0112fc45285a 1 #ifndef HTTPTEST_H_
bogdanm 1:0112fc45285a 2 #define HTTPTEST_H_
bogdanm 1:0112fc45285a 3
bogdanm 1:0112fc45285a 4 #include "CellularModem.h"
bogdanm 1:0112fc45285a 5
bogdanm 1:0112fc45285a 6 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
bogdanm 1:0112fc45285a 7
bogdanm 1:0112fc45285a 8 #endif
bogdanm 1:0112fc45285a 9