Ryan D
Contents
Weekly Progress Updates
Jan 12 2009
Dec 8
- RPS Server v.3 functions as planned, with Valid Protocol Messages included in the program's comments. Both version 3 and v.2 (from Jim and I on Dec. 1) are included in the RPS Twisted Server page, with the newest version on the top.
- I have a draft for my paper on the relevance of my RPS project and my Internet Technologies course to my Plan work. The final version will be posted on this page by 1 p.m. Friday, Dec 12.
Dec 1
- Working on understanding Twisted. I finally figured out a way to find a client's IP address and port number: within each Process, the function self.getPeer() returns the string of socketType, client IP and Port. I was looking for ways to do this within the Factory, but I need to do it in each Process.
- After figuring out this breathtakingly simple step, I can create a list of all Server connections and begin handling matching clients for a game.
- I've added version 1.1 of my server code.
- In-class:
- decided we didn't need "END" from client
- did more work on server code
Nov 17
Nov 10
Nov 3
Oct 23
Oct 13
Oct 6, 2008
Sep 29, 2008
- Added Sockets-ExploringWithErrorReports.py python program to Python Notes.
Sep 22, 2008