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.
Revision 15:efb742130cb2, committed 2016-11-02
- Comitter:
- JMF
- Date:
- Wed Nov 02 19:19:55 2016 +0000
- Parent:
- 14:79bcbfbb93c7
- Child:
- 16:8a4105d407d3
- Commit message:
- HTTPS example of using mbed tls library
Changed in this revision
| mbedtls/mbedtls/target_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbedtls/mbedtls/target_config.h Wed Nov 02 16:28:43 2016 +0000 +++ b/mbedtls/mbedtls/target_config.h Wed Nov 02 19:19:55 2016 +0000 @@ -33,3 +33,7 @@ #if defined(TARGET_LIKE_K64F) #define MBEDTLS_ENTROPY_HARDWARE_ALT #endif + +#define MBEDTLS_ENTROPY_C +#define MBEDTLS_TEST_NULL_ENTROPY +#define MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES

