项目作者: MoosaSaadat
项目描述 :
Client-server network using UDP protocol to exchange messages between 2 clients
高级语言: C
项目地址: git://github.com/MoosaSaadat/udp-network.git


UDP Client-Server Network
This simple application is a client-server network using UDP protocol to transfer messages from one client to another.
Instructions to Run
- Run one instance of udpserver.c and two instances of udpclient.c.
- Type messages (to send) in the console of udpclient.c.
- Server will print and exchange the messages which will be displayed in client terminals.