Skip to content

nesfit/IPK-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors