An Introduction to TCPIP

        The goal of this laboratory is to get you familiar with TCPIP* connections in LabView.  The first thing you need to do is to build a server for temperature data.  Here is what you need to do.


 


*  TCPIP stands for "Transmission Control 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.