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

https://github.com/willdunklin/tcp-over-udp

Recreate charachteristics of TCP over a UDP channel in C
https://github.com/willdunklin/tcp-over-udp

Last synced: 11 months ago
JSON representation

Recreate charachteristics of TCP over a UDP channel in C

Awesome Lists containing this project

README

          

# tcp-over-udp
Recreate charachteristics of TCP over a UDP channel in C

### To run:
Compile with ```make```. Clean with ```make clean```.

In separate terminals run ```./server.o``` and then ```./client.o```.

This should prompt the automatic demo.