Difference between revisions of "SLOrkitecture"

From CCRMA Wiki
Jump to: navigation, search
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 information
+
The Client is defined by slork-client.cpp and uses the ClientSocket class.

Revision as of 03: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.