This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. LWIPBP3595Interface_STA library only works with GR-PEACH. The base example is HelloLWIPInterface.

Dependencies:   LWIPBP3595Interface_STA LWIPInterface NetworkSocketAPI mbed-rtos mbed

Fork of HelloLWIPBP3595Interface by Rohm

Revision:
5:f2f7d44c366d
Parent:
3:a4b863fd65b8
Child:
6:0679a8be2368
--- a/main.cpp	Thu Nov 24 04:29:30 2016 +0000
+++ b/main.cpp	Wed Nov 30 08:21:08 2016 +0000
@@ -19,6 +19,21 @@
  * limitations under the License.
  */
 
+/* This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. */
+/* LWIPBP3595Interface_STA library only works with GR-PEACH. */
+/* The base example is HelloLWIPInterface. */
+
+/*
+Warning!
+  When exporting and using it, increase the following stack size.
+  
+  [LWIPInterface/lwip/lwipopts.h]-------------
+  #define TCPIP_THREAD_STACKSIZE      1024
+  ->
+  #define TCPIP_THREAD_STACKSIZE      2048
+  --------------------------------------------
+*/
+
 /*
 This program works with the following library.
   mbed-rtos : revision 115