Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 416 Bytes

File metadata and controls

10 lines (7 loc) · 416 Bytes

DuckChat Application

This is a simple UDP style client-server chat application built for a networking course.

DuckChat

A simple UDP chat application that allows a number of clients to connect to a server and chat with one another.

DuckChat v2

An extension of DuckChat, now supports server-to-server communication between clients. Multiple servers may be run in parallel to reduce individual server load.