40 likes | 303 Views
CS3516. Administrivia – November 25, 2013. Featured Quiz-Drawing. CS3516. ???? A Mysterious E-Mail ????. Project 2. Now available for your coding pleasure. New project2.c – Current version 2.31 This is frozen – unless you find major bugs. TraceLevel :
E N D
CS3516 Administrivia – November 25, 2013 Featured Quiz-Drawing
CS3516 ???? A Mysterious E-Mail ????
Project 2 • Now available for your coding pleasure. • New project2.c – Current version 2.31 • This is frozen – unless you find major bugs. • TraceLevel: • We will test with level = 1 or 2. • You can set your comments to 3 or 4. • Level 5 gives lots of simulator debugging info. • Due Date: Wednesday Morning Dec 04, 12:01 AM
Project 2 PROJECT RELATED QUESTIONS?? Evaluation: • Alternating Bit Protocol: • Is there a clean output, free from messy debugging messages? • Does the project work with corruption on? • Does the project work with lost packets? • Does the project work with randomization? • Go Back N Protocol: • Is there a clean output, free from messy debugging messages? • Does the project work with corruption on? • Does the project work with lost packets? • Does the project work with out-of-order packets? • Does the project work with randomization? • Other Characteristics: • Is the code commented? Is it free of numerical constants sprinkled in the code? Is it indented correctly? • Is there a REAL makefile? • Did you implement bidirectional traffic?