Skip to content

A chat Application using the UDP sockets Programming in C

Notifications You must be signed in to change notification settings

VAIDEHIGHIME/Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chat Application

This is a peer to peer level application using  UDP socket Programming in C. 

Usage

While executing the Peer A /Peer B process use the following command
Peer A: gcc -o A peerA.c
      ./A   
Peer B: gcc -o B peerB.c
      ./B

Output

At Peer A:
Peer A says:Hi?How are U?
Peer B:fine

At Peer B:
Peer A:Hi?How are U?
Peer B says:fine

About

A chat Application using the UDP sockets Programming in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages