Distributed Creative Dance

Program

To make it feasible in a one day workshop, we will not be dancing with music, but scripts. Also to limit our creativity at the technological side, we will be thinking in terms of two different types of distributed systems:

  1. Client/server, with centralized control at the server side.
  2. Peer-to-peer, with decentralized control, or, let’s say, without control.

In type 1 systems, dancers will be following the instructions from the server, and the server interprets the script and directs the dance.

In type 2 systems, a robot initiates dance by following a homebrew private dance script. Other robots join the dance by requiring the script from the robots that are already dancing together. Any robot can initiate a dance. Anyone can join and leave at anytime.

In both types of the systems, to simplify the situations, a dance script shall define:

  1. The number of dancers;
  2. The (abstract) movements of each dancer along a timeline.

Some other requirements:

  1. To further simplify the system, when positions of the dancers are filled out, no more dancers are allowed to join.
  2. 4 dancers maximum.
  3. A dancer improvises and performs the abstract movements in his/her own style.

Teams

Schedule

(may change, depending on the progress)

9:00-10:00
Presentation/Hands-on: explanations and tool-kits.
10:00-12:00
Team 1 collects the requirements from Team 2-5, and develops the specification of the dance script and the messaging protocol. Team 2-5 start experimenting with the tool kits. Team 1 distributes its version 1 standards to other teams.
12:00-14:00
First round implementations. Team 1 tracks the activities and collects the feedback about its version 1 standard. Team 1 Improves the standard and distributes its version 2 standard. Version 2 shall be backward compatible with version 1, to minimize the impact on other teams’ work.
14:00-16:30
Second round implementations. Version 2 standards shall be implemented. Team 1 repeats its work and improves its standard to version 3 as the final deliverable.
16:30-17:30
Final show: dancing with robots. Reflections.

Knowledge/skills required

References and Materials

Software environment (Processing+Arduino):

For client/server communication

For peer to peer communication

For messages, you might want to format them in XML:

Website:

CreaPro: CreativeDance (last edited 2010-03-15 14:27:22 by dyn177231)