Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 698 Bytes

File metadata and controls

20 lines (15 loc) · 698 Bytes

IPK-Examples

This repository contains network programming examples used in the IPK (Computer Communications and Networks) class at FIT VUT.

The materials are intended as reference stubs for client/server communication patterns and socket programming exercises.

Included examples currently focus on C implementations in examples/c/ covering multiple communication models, including:

  • TCP and UDP client/server basics
  • blocking and non-blocking server behavior
  • fork-based concurrent handling
  • select-based multiplexing
  • simple IPv6 server usage

The example set was extracted from: git@git.fit.vutbr.cz:NESFIT/IPK-Projects-2024.git

Attribution details are listed in CREDITS.md.