2/1/2000 -- 16:34 CET

Welcome to the JOS Experimental Protocol Stack (JEPS) Version 0.001c

Hi there!

The current version is able to reply to pings issued from other machines.
The only caveat so far is that the ARP queing is not yet implemented, so 
make sure you start testing with an empty ARP cache on the client machine.
The client's ARP request will automagically update JEPS' ARP table as per
RFC 826. 

BUILDING THE SAMPLE

1) Edit the shell scripts "build" and "run" to reflect the
   location of your JDK and the IP address you want to use. This should be an 
   unused adress on your network.
2) Edit the IP adress to match the one in "run" in Main.java
2) Run the "build" script.

RUNNING THE SAMPLE

1) Run the "run" script. (You didn't expect this did you?)
2) Clear the ARP cache on the other machine ("arp -d 10.10.10.10")
2) Ping the stack's adress (defaults to 10.10.10.10) from the other machine.
3) Break with CTRL-C when you had enough, or give an enter, and
   it will abort on the next packet. (Blocking io problems. Will
   be fixed when it communicates with native drivers through
   interrupts)

Please email all comments (good and bad) to 
R.Argentini@student.tn.tudelft.nl
If especially looking forward to comments from Java wizards
telling me how to make my code more elegant/faster/better.
