This is a sample application program for GR-PEACH_WlanBP3595STA library. GR-PEACH_WlanBP3595STA library only works with GR-PEACH. This sample works as TCP socket sever, and this program sends a message when a connection is accepted.

Dependencies:   EthernetInterface GR-PEACH_WlanBP3595STA mbed-rtos mbed

Fork of GR-PEACH_WlanBP3595STA_sample by Rohm

Revision:
4:0d2d07863347
Parent:
2:d1f57f718b0c
--- a/main.cpp	Tue Nov 22 08:01:56 2016 +0000
+++ b/main.cpp	Wed Nov 30 08:13:24 2016 +0000
@@ -4,6 +4,17 @@
 /* when a connection is accepted. */
 
 /*
+Warning!
+  When exporting and using it, increase the following stack size.
+  
+  [EthernetInterface/lwip/lwipopts.h]---------
+  #define TCPIP_THREAD_STACKSIZE      1024
+  ->
+  #define TCPIP_THREAD_STACKSIZE      2048
+  --------------------------------------------
+*/
+
+/*
 This works with the following library.
   mbed-rtos : revision 115
 */