Skip to main content

2 docs tagged with "udp"

View All Tags

Network Programming

In this tutorial, you will learn about network programming in Python. We will cover the basics of sockets, higher-level network protocols, and the corresponding Python modules for these protocols.

Working with TCP and UDP in Java

In this tutorial, we will learn about working with TCP and UDP in Java. We will learn about how to create TCP and UDP clients and servers in Java using sockets and datagrams.