Differences between revisions 4 and 37 (spanning 33 versions)
Revision 4 as of 2013-01-04 13:31:51
Size: 1411
Editor: anewhope
Comment:
Revision 37 as of 2013-11-27 10:49:14
Size: 3667
Editor: Mathias
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
= Out of Control:TU/e DESIS Lab =
History (tdb)
Line 8: Line 10:
= Out of Control = == Location ==
Green Space
Line 10: Line 13:
bla bla == Running semester ==
Line 12: Line 15:
== People == === Projects ===
 * [[http://w3.id.tue.nl/fileadmin/id/Education_Documentation/Project_descriptions/1314-S1-Out_of_Control-longs.pdf|Long project descriptions]]
 * [[http://desis.id.tue.nl|TU/e DESIS Lab]]
 * List of coaches, students and their bonding [[attachment:studentlist201308.xls]].
 * [[projects/CulturalInterventions|Cultural Interventions (DPI33)]]
 * [[projects/GroupMusicImprovisationSystem|Group Music Improvisation System (DPI41)]]
 * [[projects/GrowingSystems|Growing Systems (DPI42)]]
 * [[projects/DesigningPublicSpaces|Designing for Public Spaces (DPI46)]]
 * [[projects/FutureWorkshop|Future Workshop (DPI47)]]
Line 14: Line 25:
 * Joep Frens === Coaches ===
 * Izabela Boloz
 * Sjors Eerens
 * Joep Frens (space team contact)
Line 16: Line 30:
 * Bart Hengeveld
Line 18: Line 31:
 * Jun Hu  * Bart Hengeveld (publicity team contact)
 * Jun Hu (activities team contact)
Line 20: Line 34:
 * Joachim Karelse
Line 21: Line 36:
 * Maurits de Koning
 * Sander Mulder ([[Demo-Day|DemoDay]] team contact)
 * Matthias Rauterberg
 * Lucian Reindl
 * Jan Rouvroye

== Past semester ==
 * [[Pictures/ExibitionJune2013 | Pictures ]] and [[Videos/ExibitionJune2013 | videos]] from exhibition (June 2013)
 * International Workshop during the SDL weeks (April 2013). [[http://www.youtube.com/watch?v=kCwnEq23nvE|Summary video]].

=== Past Coaches ===
Line 23: Line 49:
 * Matthias Rauterberg
 * Jan Rouvroye
Line 27: Line 51:
== OOCSI ==
Out of Control has its own platform called OOCSI.
Line 28: Line 54:
== Interesting starting points ==
 * RecentChanges: see where people are currently working
 * WikiSandBox: feel free to change this page and experiment with editing
 * FindPage: find some content, explore the wiki
 * HelpOnMoinWikiSyntax: quick access to wiki markup
=== What is it? ===

A simple systems-interaction fabric for designers:

 * Easy communication
 * Sending and receiving messages to individual systems and groups of systems
 * Support for data types, semantics and asynchronous behaviour

=== What can I do with it? ===

 * Send signals to other systems in the network
 * Receive signals from other systems in the network
 * Connect two different Processing sketches on your computer (for example: Kinect and a visualization)
 * Outsource some fat computations to an OOCSI client in the network and get the results back

=== How can I use it? ===

 * Use Processing with the OOCSI Processing library: [[http://bit.ly/1ek8QPA | zip archive ]]
 * Use the OOCSI java client directly
 * Use OOCSI from Arduino (not done yet)
 * Use OOCSI from Pure data (not done yet)

You can find the source code on GitHub: [[https://github.com/iddi/oocsi-processing| Processing library]] or [[https://github.com/iddi/oocsi | OOCSI Server]].
Line 35: Line 79:
== How to use this site == == Gadgeteer ==
Out of Control has gadgeteer hardware available for borrowing out. We have a fairly large collection of main boards and sensor boards available: please consult the list.
Line 37: Line 82:
A Wiki is a collaborative site, anyone can contribute and share:
 * Edit any page by pressing '''<<GetText(Edit)>>''' at the top or the bottom of the page
 * Create a link to another page with joined capitalized words (like WikiSandBox) or with {{{[[words in brackets]]}}}
 * Search for page titles or text within pages using the search box at the top of any page
 * See HelpForBeginners to get you going, HelpContents for all help pages.
Gadgeteer lending policy:
Line 43: Line 84:
To learn more about what a WikiWikiWeb is, read about MoinMoin:WhyWikiWorks and the MoinMoin:WikiNature.  1. You borrow the hardware through Joep Frens (personally). The hardware is stored at his desk: HG2.57.
 1. To borrow a piece of [[GadgeteerHardware|Gadgeteer Hardware]] you leave a copy of your student card in place of the hardware you borrow. On this A4 sheet you write (1) what you borrow, (2) when you borrowed it, and (3) when you'll return it.
 1. You are responsible for the hardware that you borrow: if you break it you pay for a new one.
 1. You return the hardware to Joep Frens (personally).
Line 45: Line 89:
This wiki is powered by [[http://moinmo.in/|MoinMoin]]. nb. You test the hardware immediately after borrowing it to make sure that it works, if you find it malfunctioning immediately take it up with Joep Frens.

Out of Control:TU/e DESIS Lab

History (tdb)

Location

Green Space

Running semester

Projects

Coaches

  • Izabela Boloz
  • Sjors Eerens
  • Joep Frens (space team contact)
  • Mathias Funk (theme champ)
  • Heleen van Heel
  • Bart Hengeveld (publicity team contact)
  • Jun Hu (activities team contact)
  • Caroline Hummels
  • Joachim Karelse
  • Johanna Kint
  • Maurits de Koning
  • Sander Mulder (DemoDay team contact)

  • Matthias Rauterberg
  • Lucian Reindl
  • Jan Rouvroye

Past semester

Past Coaches

  • Lu Yuan
  • Marija Nakevska
  • Jacques Terken

OOCSI

Out of Control has its own platform called OOCSI.

What is it?

A simple systems-interaction fabric for designers:

  • Easy communication
  • Sending and receiving messages to individual systems and groups of systems
  • Support for data types, semantics and asynchronous behaviour

What can I do with it?

  • Send signals to other systems in the network
  • Receive signals from other systems in the network
  • Connect two different Processing sketches on your computer (for example: Kinect and a visualization)
  • Outsource some fat computations to an OOCSI client in the network and get the results back

How can I use it?

  • Use Processing with the OOCSI Processing library: zip archive

  • Use the OOCSI java client directly
  • Use OOCSI from Arduino (not done yet)
  • Use OOCSI from Pure data (not done yet)

You can find the source code on GitHub: Processing library or OOCSI Server.

Gadgeteer

Out of Control has gadgeteer hardware available for borrowing out. We have a fairly large collection of main boards and sensor boards available: please consult the list.

Gadgeteer lending policy:

  1. You borrow the hardware through Joep Frens (personally). The hardware is stored at his desk: HG2.57.
  2. To borrow a piece of Gadgeteer Hardware you leave a copy of your student card in place of the hardware you borrow. On this A4 sheet you write (1) what you borrow, (2) when you borrowed it, and (3) when you'll return it.

  3. You are responsible for the hardware that you borrow: if you break it you pay for a new one.
  4. You return the hardware to Joep Frens (personally).

nb. You test the hardware immediately after borrowing it to make sure that it works, if you find it malfunctioning immediately take it up with Joep Frens.

OoC: FrontPage (last edited 2013-11-27 10:49:14 by Mathias)