Skip to content

UCLM-ESI/upper

Repository files navigation

Python-3 TCP and UDP servers and clients

test

These examples implement a very simple service called upper. The upper servers reply to the client the uppercase version of the text message that it sends.

As they have a teaching objective. I sacrificed error handling (like exceptions) for readability and size. A right implementation should add those mechanisms.

You should install git software and download this repository by this way:

$ git clone https://github.com/UCLM-ESI/upper.git

UDP

TCP