Student1 name: YOUR-NAME-HERE
UTLN: YOUR-UTLN-HERE
E-mail: YOUR-EMAIL-HERE


Student2 name: YOUR-NAME-HERE
UTLN: YOUR-UTLN-HERE
E-mail: YOUR-EMAIL-HERE

Tufts CS 117 (Fall 2024):
Internet-scale Distributed Systems

Tufts CS 117:
RPC Project Report

Questions

  1. Did you implement an rpcgenerate program and does it handle all legal IDL files? If not, which test cases should we try in your submission directory?
  2. What programming language did you use for your rpcgenerate program?
  3. Put an X in the space next to your choice:
    • _____ C++ (using the provided type framework)
    • _____ Python (using the provided idl_to_json)
    • _____ Ruby (using the provided idl_to_json)
  4. Briefly explain the protocol you use over TCP to request function calls and return the results.
  5. ...your answer here...
  6. Did you get help from anyone other than your teammate? If "yes", then briefly explain who helped you and how.
  7. ...your answer here...
  8. (optional) Do you have any other comments on this assignment (e.g. was it worthwhile, what did you learn from it, do you have suggestions for improvment if the course is offered again)?
  9. ...your answer here...

ADDITIONAL iNFORMATION

...put any additional information you wish to supply here...