Commit 790a6b45 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
parents d557dbcb d631e6c6
# udp sockets testing # udp sockets testing
## comments
* server port is hardcoded
## build
```sh
gcc receiver.c -o receiver; gcc sender.c -o sender
```
## run
### receiver (server)
PC1, console 1:
```sh
./receiver
```
### sender (client)
PC1, console 2:
```sh
./sender
```
or
PC2, console 1:
```sh
./sender <PC1-IPADDR>
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment