Related resources for TCP/IP
  • Remote Sensing and Remote Control over the Internet with GP-3 Board 1/14/2021 11:16:49 AM. In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
  • TCP/IPLib Sample12/27/2005 6:03:15 AM. This compopnent contains both a TCP/IP server and client. TcpIpClient inherits from System.Net.Sockets.TCPClient and is very straight forward. After construction, specifying the host and port, a network connection is established by calling Connect(). Internally, upon a successful connection, the client receives a TcpIpPacket, which contains a unique cookie that is used in any subsequent transactions.