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

README.md

Committer:
thedude35
Date:
2017-09-17
Branch:
USB-logging
Revision:
8:e16130691c3b
Parent:
5:094b0948a2f5

File content as of revision 8:e16130691c3b:

# Server side data logger firmware used by Conscious Innovations Inc. for QA and QC
QC testing. This firmware can run in either a local mode whereby a USB connection 
is made to the board and testing data will appear on a client side program such 
as Tera Term to be then recorded on a test report. In network mode the board will 
passively collect data from the machine being tested and transmit testing data
over the network to a connected client. 

The equation for calculation strain is referenced from Fundamentals of Mechatronics
by Musa Jouneh Chapter 7, page 227


Yo