项目作者: MoosaSaadat

项目描述 :
Client-server network using UDP protocol to exchange messages between 2 clients
高级语言: C
项目地址: git://github.com/MoosaSaadat/udp-network.git
创建时间: 2021-02-25T05:44:39Z
项目社区:https://github.com/MoosaSaadat/udp-network

开源协议:

下载


build-passing
made-with-c

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.