The January 2006 JustPlay demo extends the earlier ZeroConfigurationDemo in several ways:
The Mac Mini hub is self-contained:
- It serves as an access point, creating a local 802.11b network whose SSID is "JustPlay".
- It provides all server resources, including registry, beacon, MultiServer, and Galaxy-based voice recognition.
- Client interfaces are implemented using GumStix running Python and the O2S code base.
- Several client devices are supported, including
- Enhanced speakers: tiny Bose computer speakers, as well as a ZVox single-box speaker system.
- Alternative sound sources, e.g. a Tivoli CD player.
Tags
The code for the demo, as done in Taipei is tagged as svn+ssh://o2s.csail.mit.edu/home/o2s/svn/tags/ZeroConfigDemo-2006-01-18.
For the curious, I used:
svn cp -r 3361 \
svn+ssh://o2s.csail.mit.edu/home/o2s/svn/trunk \
svn+ssh://o2s.csail.mit.edu/home/o2s/svn/tags/ZeroConfigDemo-2006-01-18 \
-m "Create tag of the January 2006 JustPlay Quanta Meeting"
to create the tag.
Configuration/Setup
- /MacMiniHubSetup: Setting up a MAC MINI as a hub
- /GumStixClientSetup: Configuring GumStix clients
Operation
- /MacMiniHubOperation: Running the Mac Mini Hub
- /GumStixClientOperation: Running GumStix clients