Monday, April 13, 2009

CS591 ST 008

Lab 4

I downloaded all lab 4 files and read the instructions.

I compiled the server program with gcc on my Linux machine and ran it with port 8080. On another terminal while in the folder with the message file I ran the following command:
>cat message.txt | nc 127.0.0.1 8080

and got the following response:
>What is Prof. Crandall (a.k.a. Jed, a.k.a. J-Dub, whatever you prefer)'s favorite Von Clausewitz quote?
Success!

Now I need to look into how to send raw packets in C.

No comments: