This is EthernetInterface library for WlanBP3595 library(for AP mode). We forked EthernetInterface library. We changed the driver and extended TCP/IP thread stack size.

Dependencies:   Socket WlanBP3595AP lwip-eth_GR-PEACH_WlanBP3595 lwip-sys lwip_GR-PEACH_WlanBP3595

Fork of EthernetInterface by mbed official

Revision:
35:cba86db5ab96
Parent:
30:4d7d7dc8485f
Child:
37:926eb6517318
--- a/EthernetInterface.h	Tue Oct 01 11:29:54 2013 +0000
+++ b/EthernetInterface.h	Wed Oct 09 12:00:18 2013 +0100
@@ -69,6 +69,16 @@
    * \return a pointer to a string containing the IP address
    */
   static char* getIPAddress();
+
+  /** Get the Gateway address of your Ethernet interface
+   * \return a pointer to a string containing the Gateway address
+   */
+  static char* getGateway();
+
+  /** Get the Network mask of your Ethernet interface
+   * \return a pointer to a string containing the Network mask
+   */
+  static char* getNetworkMask();
 };
 
 #include "TCPSocketConnection.h"