1 / 9

Milestone 2

Milestone 2. Ernie Costa Michael Daniels Lindsay Graham Erik Olson Dion St. Hilaire. Milestone 2. Basic functionality for Client and Server applications Communication between both applications Implementation of Database schema. Communication between both applications.

ida
Download Presentation

Milestone 2

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. Milestone 2 Ernie Costa Michael Daniels Lindsay Graham Erik Olson Dion St. Hilaire

  2. Milestone 2 • Basic functionality for Client and Server applications • Communication between both applications • Implementation of Database schema

  3. Communicationbetween both applications

  4. Communicationbetween both applications

  5. Basic functionality for Client & Server Applications namespace mEYEtrak.Packets { class RequestAccountInfoPacket : IPacket { string _user; DateTime _timestamp; public RequestAccountInfoPacket(string user, DateTime timestamp) { _user = user; _timestamp = timestamp; } public string User { get { return _user; } set { _user = value; } } public DateTime Timestamp { get { return _timestamp; } set { _timestamp = value; } } } }

  6. Communicationbetween both applications • Demonstration

  7. Implementationof Database schema

  8. Implementationof Database schema

  9. Questions?

More Related