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
TestHelper.h
00001 #pragma once 00002 bool connectToSocket(char *ipAddress, int port, int *sockfd); 00003 00004 //#define APN_PAYG 00005 //#define APN_CUSTOM 00006 //#define APN_GDSP 00007 #define APN_CONTRACT 00008 00009 #ifdef APN_GDSP 00010 #define APN "ppinternetd.gdsp" 00011 #define APN_USERNAME "" 00012 #define APN_PASSWORD "" 00013 #endif 00014 00015 #ifdef APN_CONTRACT 00016 #define APN "internet" 00017 #define APN_USERNAME "web" 00018 #define APN_PASSWORD "web" 00019 #endif 00020 00021 #ifdef APN_PAYG 00022 #define APN "smart" 00023 #define APN_USERNAME "web" 00024 #define APN_PASSWORD "web" 00025 #endif 00026 00027 #ifdef APN_CUSTOM 00028 #define APN "" 00029 #define APN_USERNAME "" 00030 #define APN_PASSWORD "" 00031 #endif
Generated on Sun Jul 17 2022 01:04:13 by
1.7.2