Wirelessly programming mbed through Ethernet

Revision:
0:6b372eb53d67
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wiflash.h	Thu Apr 30 23:57:41 2015 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include <string>
+#include <sstream>
+#include "EthernetInterface.h"
+#include "rtos.h"
+
+
+class Wiflash{
+  private:
+    EthernetInterface eth;
+    Thread *thread;
+    LocalFileSystem local;
+    FILE *file;
+  public:
+    Wiflash();  
+    bool setUp(); 
+};
\ No newline at end of file