Difference between revisions of "SLOrkitecture"
From CCRMA Wiki
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 02: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.