Difference between revisions of "User:Franklin"

From Group 4
Jump to: navigation, search
(Week 1 Report)
Line 3: Line 3:
 
* Worked on Project Spec/Schedule with the team
 
* Worked on Project Spec/Schedule with the team
 
* Discussed direction and design of project with the group.
 
* Discussed direction and design of project with the group.
 +
 +
'''What I'm doing this week'''
 +
* Working on networking between a client and server project.
 +
* Constructing Config File (Likely XML)
 +
* Creating logging construct to log all messages passed between client and server(w/timestamp).
 +
* Making setup executable to modify Config file
 +
 +
'''What I'm doing next week'''
 +
* Finishing whatever I didn't finish this week.
 +
* Working with the Engine/Logic team to serialize and deserialize objects
 +
 +
== Week 2 Report ==
 +
'''What I did'''
 +
* Created a basic network manager that can send messages from the server to the client
 +
 +
'''In Progress'''
 +
* Managing the closing of connections (and updating the client table)
 +
** Through explicit close client packets
 +
** Through implicit could not find client error
  
 
'''What I'm doing this week'''
 
'''What I'm doing this week'''

Revision as of 12:08, 9 April 2013

Week 1 Report

What I did

  • Worked on Project Spec/Schedule with the team
  • Discussed direction and design of project with the group.

What I'm doing this week

  • Working on networking between a client and server project.
  • Constructing Config File (Likely XML)
  • Creating logging construct to log all messages passed between client and server(w/timestamp).
  • Making setup executable to modify Config file

What I'm doing next week

  • Finishing whatever I didn't finish this week.
  • Working with the Engine/Logic team to serialize and deserialize objects

Week 2 Report

What I did

  • Created a basic network manager that can send messages from the server to the client

In Progress

  • Managing the closing of connections (and updating the client table)
    • Through explicit close client packets
    • Through implicit could not find client error

What I'm doing this week

  • Working on networking between a client and server project.
  • Constructing Config File (Likely XML)
  • Creating logging construct to log all messages passed between client and server(w/timestamp).
  • Making setup executable to modify Config file

What I'm doing next week

  • Finishing whatever I didn't finish this week.
  • Working with the Engine/Logic team to serialize and deserialize objects