
Example program demonstrating use of HTTP or HTTPS protocol over a cellular connection with httpbin.org using the MTSAS library. (Demonstrates GET,POST,basic-auth)
Revision 10:c2fb1d56f3d2, committed 2015-03-25
- Comitter:
- Vanger
- Date:
- Wed Mar 25 18:27:06 2015 +0000
- Parent:
- 9:794c538a84aa
- Child:
- 11:47de28c1746b
- Commit message:
- mtsas updated
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mtsas.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Mar 23 18:26:38 2015 +0000 +++ b/main.cpp Wed Mar 25 18:27:06 2015 +0000 @@ -10,6 +10,7 @@ ///Please let us know if you have any questions/would like more examples. #include "mbed.h" #include "mtsas.h" +#include "doTests.h" int main(){ //Modify to match your apn if you are using an HSPA radio with a SIM card
--- a/mtsas.lib Mon Mar 23 18:26:38 2015 +0000 +++ b/mtsas.lib Wed Mar 25 18:27:06 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Multi-Hackers/code/mtsas/#a9d7ee8ea685 +http://mbed.org/teams/Multi-Hackers/code/mtsas/#efa4a5981370