An embedded server sending sensor information over the network to a remote client side process parsing the data

Dependencies:   EthernetInterface NTPClient TimeInterface WebSocketClient mbed-rtos mbed ST_Events-old

Files at this revision

API Documentation at this revision

Comitter:
thedude35
Date:
Sat Sep 16 22:15:56 2017 -0400
Branch:
USB-logging
Parent:
3:221997836268
Child:
5:094b0948a2f5
Commit message:
Removed erroneous lines

Changed in this revision

data_logger.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/data_logger.cpp	Sat Sep 16 21:05:00 2017 +0000
+++ b/data_logger.cpp	Sat Sep 16 22:15:56 2017 -0400
@@ -54,11 +54,6 @@
     sig.fall(queue2.event(&cycle_time_isr_fall));
     t2.start(callback(&queue2, &EventQueue::dispatch_forever));                                           //Start the cycle time and peak value calculation thread
                                                                                            
-    
-//printf("Closing the connection");    
-//client.close();                                                                                                          
-//eth.disconnect();
-    
 }
 
 void cycle_time_isr_rise(void) {