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

Committer:
thedude35
Date:
Sun Sep 17 02:32:55 2017 +0000
Branch:
USB-logging
Revision:
5:094b0948a2f5
Parent:
3:221997836268
Seeing what branch this commits to

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thedude35 3:221997836268 1 # Server side data logger firmware used by Conscious Innovations Inc. for QA and QC
thedude35 3:221997836268 2 QC testing. This firmware can run in either a local mode whereby a USB connection
thedude35 3:221997836268 3 is made to the board and testing data will appear on a client side program such
thedude35 3:221997836268 4 as Tera Term to be then recorded on a test report. In network mode the board will
thedude35 3:221997836268 5 passively collect data from the machine being tested and transmit testing data
thedude35 3:221997836268 6 over the network to a connected client.
thedude35 0:f9ab8a994b4f 7
thedude35 3:221997836268 8 The equation for calculation strain is referenced from Fundamentals of Mechatronics
thedude35 3:221997836268 9 by Musa Jouneh Chapter 7, page 227
thedude35 5:094b0948a2f5 10
thedude35 5:094b0948a2f5 11
thedude35 5:094b0948a2f5 12 Yo