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