The WDCInterface is is a drop-in replacement for an EthernetInterface class that allows the user to connect to the Internet with a Wistron NeWeb Corporation (WNC) M14A2A Series data module using the standard network Socket API's. This interface class is used in the AT&T Cellular IoT Starter Kit which is sold by Avnet (http://cloudconnectkits.org/product/att-cellular-iot-starter-kit).

Dependencies:   WncControllerK64F

Dependents:   WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more

See the WNCInterface README in the Wiki tab for detailed information on this library.

Files at this revision

API Documentation at this revision

Comitter:
JMF
Date:
Mon Nov 14 21:15:42 2016 +0000
Parent:
15:efb742130cb2
Child:
17:5a414a5724db
Child:
22:0f31aceb8452
Commit message:
updated to ensure it builds with TLS by correcting config defaults.

Changed in this revision

mbedtls/mbedtls/config.h Show annotated file Show diff for this revision Revisions of this file
mbedtls/mbedtls/target_config.h Show annotated file Show diff for this revision Revisions of this file
diff -r efb742130cb2 -r 8a4105d407d3 mbedtls/mbedtls/config.h
--- a/mbedtls/mbedtls/config.h	Wed Nov 02 19:19:55 2016 +0000
+++ b/mbedtls/mbedtls/config.h	Mon Nov 14 21:15:42 2016 +0000
@@ -2533,7 +2533,6 @@
 //#define MBEDTLS_PLATFORM_TIME_TYPE_MACRO       time_t /**< Default time macro to use, can be undefined */
 //#define MBEDTLS_PLATFORM_FPRINTF_MACRO      fprintf /**< Default fprintf macro to use, can be undefined */
 
-#define MBEDTLS_PLATFORM_PRINTF_MACRO        myprintf /**< Default printf macro to use, can be undefined */
 /* Note: your snprintf must correclty zero-terminate the buffer! */
 //#define MBEDTLS_PLATFORM_SNPRINTF_MACRO    snprintf /**< Default snprintf macro to use, can be undefined */
 //#define MBEDTLS_PLATFORM_NV_SEED_READ_MACRO   mbedtls_platform_std_nv_seed_read /**< Default nv_seed_read function to use, can be undefined */
diff -r efb742130cb2 -r 8a4105d407d3 mbedtls/mbedtls/target_config.h
--- a/mbedtls/mbedtls/target_config.h	Wed Nov 02 19:19:55 2016 +0000
+++ b/mbedtls/mbedtls/target_config.h	Mon Nov 14 21:15:42 2016 +0000
@@ -35,5 +35,5 @@
 #endif
 
 #define MBEDTLS_ENTROPY_C
-#define MBEDTLS_TEST_NULL_ENTROPY
+//#define MBEDTLS_TEST_NULL_ENTROPY
 #define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES