front_idill/extern/fajran-tuiojs/connector/stomp/README.md
author bastiena
Fri, 06 Apr 2012 18:32:13 +0200
changeset 25 a7b0e40bcab0
permissions -rw-r--r--
Front IDILL : Basic JS TUIO lib loaded
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     1
TUIOjs
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     2
======
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     3
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     4
A TUIO gateway for javascript.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     5
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     6
Data flow
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     7
---------
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     8
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
     9
The data flow can be illustrated more or less like the following.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    10
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    11
    Tracker =[tuio]=> gateway => message queue =[stomp/http]=> browser.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    12
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    13
Requirements
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    14
------------
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    15
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    16
- [orbited](http://orbited.org/)
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    17
- [pytuio](http://code.google.com/p/pytuio/)
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    18
- [stompy](http://code.google.com/p/stomppy/)
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    19
- [jquery](http://jquery.org)
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    20
- a fast browser. Tested with safari 4 on mac os x tiger.
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    21
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    22
Screencast
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    23
----------
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    24
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    25
<http://www.screencast.com/t/6ACXWUph>
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    26
a7b0e40bcab0 Front IDILL :
bastiena
parents:
diff changeset
    27