Hide menu

TDTS06 Computer Networks

Run finishing script


Introduction

When you have been passed in all the labs, you must hand in the developed code electronically. This you do by running a finishing script.

When you have run the script you will get a confirmation directly in the shell window that everything went well. If not, contact the course responsible for help. You will later also receive a confirmation from webreg via e-mail that the code has been received.

If your code is not complete (graded as intermediate or incomplete) and you need to change it, then you must run the finishing script again, so as to hand in the new version of the code.

Preparations

Please make sure that your source files are named as well as placed in the correct directories as listed below. Any other files will not be accepted by the finishing script.

  • Lab 1:

  • Files in $HOME/TDTS06/lab1/:
    rdt.c (the rdt protocol)
    rdttest.c (the rdt test program)
    rdt.h (the rdt header file)
    rdt_internal.h (the rdt internal header file)

  • Lab 2:

  • Files in $HOME/TDTS06/lab2/:
    rdt.c (the rdt protocol)
    rdttest.c (the rdt test program)
    rdt.h (the rdt header file)
    rdt_internal.h (the rdt internal header file)

  • Lab 3:

  • Files in $HOME/TDTS06/lab3/:
    rdt.c (the rdt protocol)
    rdttest.c (the rdt test program)
    rdt.h (the rdt header file)
    rdt_internal.h (the rdt internal header file)

  • Lab 4:

  • Files in $HOME/TDTS06/lab4/:
    rdt.c (the rdt protocol)
    rdttest.c (the rdt test program)
    rdt.h (the rdt header file)
    rdt_internal.h (the rdt internal header file)
    README (what flags to use from the command line and what intervals to use for packet size)

Then, issue the following command in a shell window:

finishTDTS06

That's it. You will soon get a response from your lab assistant via the webreg system that the code has been received successfully. This officially ends the work in the lab series in TDTS06 for your lab group. Congratulations!

Page responsible: Andrei Gurtov
Last updated: 2010-10-15