Index of /perry/os/ostep/code/dist-intro

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]Makefile2019-05-30 13:37 269  
[TXT]server.c2019-05-30 13:37 621  
[TXT]udp.h2019-05-30 13:37 686  
[TXT]client.c2019-05-30 13:37 688  
[TXT]README.md2019-05-30 13:37 704  
[TXT]udp.c2019-05-30 13:37 1.8K 
[TXT]README.html2021-05-31 14:59 4.1K 

ostep-code/dist-intro

Distributed Systems: Introduction

A simple UDP client and server:

Both use udp.c as a simple UDP communication library.

The Makefile builds client and server executables. Type make to do this.

To run: type server & to run the server in the background; then type client to
run the client. You will likely then want to kill the server if you are done.

If you want to run these on different machines, you'll have to change the client
to send messages to the machine the server is running upon, instead of localhost.