Sockets Lectures

This module shows how to communicate using TCP and UDP sockets.

1. Streams

This part covers stream handling using the Java IO API.

Source Code

The programming examples can be found in GitHub, https://github.com/KTH-ID1212/streams Links to an external site.

Videos

2. Sockets

This part covers TCP and UDP sockets using the package java.net.

Source Code

The programming examples can be found in GitHub, https://github.com/KTH-ID1212/sockets Links to an external site.

Videos