Difference between revisions of "SLOrkitecture"

From CCRMA Wiki
Jump to: navigation, search
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 03: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.

Code Documentation