SLOrkitecture: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
=== Client === | === Client === | ||
The Client is defined by slork-client.cpp and uses the ClientSocket class. | The Client is defined by slork-client.cpp and uses the ClientSocket class. | ||
== Code Documentation == | |||
Revision as of 10:33, 18 February 2009
Network Architecture for the Stanford Laptop Orchestra (SLOrk)
David Bao, Isak Herman, Craig Hanson
Background
Goals
Current Design
Server
The Server is defined by slork-server.cpp and uses the classes ServerSocket and Stdin.
Client
The Client is defined by slork-client.cpp and uses the ClientSocket class.