An Introduction to Network Data Transmission

        The goal of this laboratory is to measure a temperature on one computer and transmit it to another computer.  Here are the details.

Click here for some questions to answer for this laboratory.
 


*  TCPIP stands for "Transmission Contgrol Protocol/Internet Protocol".  It is a protocol for transmissions between computers, and it is an "open standard" so that anyone can create an implementation if they want to.  TCPIP runs on almost every hardware platform.  It's widely used.  You will find ways to implement TCPIP in LabView, C/C++, Visual Basic, etc.  Our personal opinion is that LabView is the easiest way to do it.