1. Create a directory called "topoXX", where XX is the topology number assigned to you. E.g., if you're assigned topology 13, the directory name should be "topo13". 2. Copy to the directory your source files, including: - topoXX/Makefile. Typing "make" should compile the router binary called "sr"; typing "make clean" should clean up the binary and the object files. - source code. everything needed to compile the router binary. - topoXX/topoXX. The topology file assigned to you on the class web page. - topoXX/README.txt. If there's anything you want me to know in grading your project, put it in this file. 3. Create a tarball cd topoXX make clean cd .. tar -zcf topoXX.tgz topoXX 4. Email topoXX.tgz to me before the deadline.