An open API service indexing awesome lists of open source software.

https://github.com/sameetasadullah/udp-client-server-communication

A simple program coded in C language to illustrate a UDP Client Server Communication in Socket Programming
https://github.com/sameetasadullah/udp-client-server-communication

c-language client-server-communication linux socket-programming ubuntu udp-socket

Last synced: 25 days ago
JSON representation

A simple program coded in C language to illustrate a UDP Client Server Communication in Socket Programming

Awesome Lists containing this project

README

          

UDP Client Server Communication

### Description
A simple program coded in `C Language` to illustrate a `UDP Client Server Communication` in `Socket Programming`.

### Manual
1) Use following commands to `Compile and Run Server Code`:
```
gcc server.c
```
```
./a.out
```

2) Use following commands to `Compile and Run Client Code`:
```
gcc client.c
```
```
./a.out
```

### Working Screenshot