Skip to content

raishafok/Simple-Socket-program-usingUDP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Socket-program-usingUDP-

This repo contains a simple Server-Client chat Program using UDP. The language used : C

To compile use the following commands

cc server.c -o server cc client.c -o client For the application to work properly run the server binary first followed by the client binary in a seperate tab in your terminal as follows

./server ./client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages