Add readme

master
Nick Krichevsky 2018-09-10 00:21:00 -04:00
parent b8b244679f
commit c1621c5b06
1 changed files with 13 additions and 0 deletions

13
README.txt Normal file
View File

@ -0,0 +1,13 @@
COMPILE INSTRUCTIONS
===================
Run `make` to build both the client and server.
Run `make http_client` to make only the client.
Run `make http_server` to make only the server.
RUN INSTRUCTIONS
================
You may run the client with the following usage. The -p flag will print the round trip time (RTT) to the server.
./http_client [-p] server/path port
You may run the server with the following usage.
./http_server port