First version

Dependencies:   mbed EthernetInterface mbed-rto

Revision:
15:ffd311730575
Parent:
12:f3db7045e220
Child:
17:df5bd29cf9a9
--- a/main.cpp	Wed Apr 18 08:35:32 2018 +0000
+++ b/main.cpp	Wed Apr 18 09:17:14 2018 +0000
@@ -7,7 +7,7 @@
                
         TCPlistener listener;
         char command[512];
-        listener.receivePacket(command,sizeof(command));
+        listener.receiveSegment(command,sizeof(command));
         
         #if 0
         Mutex* lock=new Mutex();