Jump to content

SLOrkitecture: Difference between revisions

From CCRMA Wiki
Dbao (talk | contribs)
No edit summary
Dbao (talk | contribs)
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.

Code Documentation