1 / 7

Project 3 Supplemental Lecture

This lecture covers administrative information, implementation notes, FAQ, testing, and discussion for Project 3. Topics include grading updates, implementation guidelines, troubleshooting common issues, and testing suggestions.

narcisa
Download Presentation

Project 3 Supplemental Lecture

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project 3Supplemental Lecture Joe Mongeluzzi Jason Zhao Cornell CS 4411, November 9, 2012

  2. Today’s Lecture • Administrative Information • Implementation notes • FAQ • Testing • Discussion

  3. Administrative Information • Projects 3 and 4 are being graded. • Project 3 grading will be finished by Saturday. • Project 5 deadline is November 16th, 11:59 PM.

  4. Implementation Notes • Intermediate nodes should not inspect data. • One request per route active at any one time. • What if multiple threads want to send to the same endpoint? • Don’t forget to use packing functions. • Don’t forget to change all sends to miniroute_send_pkt.

  5. FAQ • My minisocket implementation is broken! • May complete project using only minimsg. • My minimsg implementation is broken! • See a TA. • How robust does the route cache need to be? • Simplest implementation that provides expected O(1) lookup. • Does the chat client need to do X? • Only requirements are that destination can be specified and message sent and received.

  6. Testing • Test using multiple computers on the same local network. • Wireless may not work well. • CSUG Lab. • Don’t forget to set BCAST_USE_TOPOLOGY_FILE. • Test dynamic network changes using network_bcast_add_link, network_bcast_remove_link. • Should be able to work with other student’s implementations.

  7. Questions Questions?

More Related