This project implements a simple Java TCP client and a Python TCP server for sending and receiving short integers over a network connection. The Java client sends a short integer encoded in two bytes ...
This code example demonstrates the implementation of a secure TCP client with XMC7000 MCU. In this example, the TCP client establishes a secure connection with a TCP server through an SSL handshake.