<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.timeinventorskabinet.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>tiktak windclocks</title>
        <description></description>
        <link>http://www.timeinventorskabinet.org/wiki/</link>
        <lastBuildDate>Fri, 18 May 2012 19:07:53 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.timeinventorskabinet.org/wiki/lib/images/favicon.ico</url>
            <title>tiktak</title>
            <link>http://www.timeinventorskabinet.org/wiki/</link>
        </image>
        <item>
            <title>windclocks:anemometer</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/anemometer</link>
            <description>In this setup we use the inspeed Vortex anemometer to measure windspeed. 
It is connected to an arduino with an ethernet shield. 
The measured data is uploaded via the shield to the server.

At least that is the idea. Right now, the shield doesn't upload the data yet. Instead you connect 
to the webserver on the shield. After the server and network workshop, uploading to the server should 
be possible.
For now it is possible to connect to one of the anemometers at OKNO to get its reading :
open …</description>
        <category>windclocks</category>
            <pubDate>Sun, 16 Jan 2011 19:03:20 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:arduino</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/arduino</link>
            <description>source: &lt;http://code.okno.be/trac/tiks/browser/Arduino/WindClocks&gt;

We use the Ethernet shield on an Arduino Duemilanove for testing.
The Ethernet library does the trick, we just print raw JSON-formatted strings over a TCP connection and TAK accepts it fine.</description>
        <category>windclocks</category>
            <pubDate>Tue, 25 Jan 2011 18:43:45 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:construction</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/construction</link>
            <description>just a little samba</description>
        <category>windclocks</category>
            <pubDate>Thu, 28 Oct 2010 11:57:02 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:documentation</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/documentation</link>
            <description>Required things for TAKserver:

 *java 
 *openfire xmpp server
 *mysql database 


install java; 
For installing OpenFire on Debian Squeeze with the .deb from  ignite we need to install Java on the machine. The deb package only accepts the Sun JRE, which is debian non free. 
So, add non-free to your /etc/apt/sources.list, should look like this:</description>
        <category>windclocks</category>
            <pubDate>Tue, 25 Jan 2011 00:39:00 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:jabberlib</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/jabberlib</link>
            <description>TAK-Server is based on XMPP protocoll so the easeast way to get started with Processing is to use jabberlib, a XMPP library for Processing. 

Installation


Install Processing and the libraries OSCP5 and jabberlib. Your folder structure must be like that:</description>
        <category>windclocks</category>
            <pubDate>Mon, 18 Apr 2011 17:24:10 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:javascript</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/javascript</link>
            <description>Working meetings


Every Wednesday, 16:00 on freenode.net #tik 

Needed pre-info


TAK server und json protokoll (updated!)

some info on MACs of Clocks

XEP-0060: Publish-Subscribe

Server Requirements

Browsers don't support a built-in support for XMPP protocol. However you can tunnel XMPP sessions over HTTP connections using HTTP long polling. XMPP server (Openfire in our case) has a built-in support for HTTP-managed connections called BOSH (Bidirectional streams Over Synchronous HTTP).</description>
        <category>windclocks</category>
            <pubDate>Mon, 25 Jul 2011 15:17:17 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:lenz</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/lenz</link>
            <description>This small model is based on a design by Ed Lenz from &lt;http://www.windstuffnow.com&gt;
The design of the ATKN windmill is also based on this model. 

You can find schematics for the design on &lt;http://www.windstuffnow.com/main/lenz2_turbine.htm&gt;
And a sketchup file i made for a small design, here</description>
        <category>windclocks</category>
            <pubDate>Fri, 14 Jan 2011 23:03:46 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:leonardo</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/leonardo</link>
            <description>This clock is based upon a model designed by Leonardo Da Vinci. 
Take a look here for an collection of historical anemometers : &lt;http://www.geag.de/txt_geschichte.htm&gt;
The idea was to use a device that has a different approach to measuring windspeed. 
Instead of measuring rotation, we measure the movement of the pendulum in the design.</description>
        <category>windclocks</category>
            <pubDate>Sat, 15 Jan 2011 20:17:52 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:processing</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/processing</link>
            <description>source: &lt;http://code.okno.be/trac/tiks/browser/Processing&gt;

So for Processing, we got started with  this effort by Christian Liljedahl, which also works with our server.
However, we need extra functionality, this just receives. We also use PubSub functionality in OpenFire, we need the latest Smack lib and API.
Alternatively, we could format the xml messages by hand to comply to the  client side protocol, but at the moment the Smack API seems nice enough.</description>
        <category>windclocks</category>
            <pubDate>Thu, 27 Jan 2011 12:21:53 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:projects</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/projects</link>
            <description>TIK for Music Creation
Time Bending Clock</description>
        <category>windclocks</category>
            <pubDate>Thu, 28 Oct 2010 12:55:32 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:related_projects</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/related_projects</link>
            <description>ATKN: A Tribute to Karl Nessler</description>
        <category>windclocks</category>
            <pubDate>Tue, 23 Nov 2010 16:45:04 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:software</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/software</link>
            <description>Resources on what we're working with and what we need (Java, JSON, XMPP, Media apps)

 Tak Server developed by Erwan
 xmpp protocol the messaging api to get data from the server
 Processing client
 Arduino WindClock script</description>
        <category>windclocks</category>
            <pubDate>Tue, 25 Jan 2011 18:49:18 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:software_discussion</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/software_discussion</link>
            <description>TAK server by Erwan


Erwan proposes an existing XMPP server called OpenFire in combination with Arduino's that send JSON messages and a server app calle TAK-server that handles different message streams etc.
He's writing the system in Java, more info  here.</description>
        <category>windclocks</category>
            <pubDate>Tue, 18 Jan 2011 17:58:40 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:software_resources</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/software_resources</link>
            <description>Remember, we put all code on &lt;http://code.okno.be/trac/tiks&gt;, properly link to it from this wiki when you commit something.
Still something wrong there it seems...

What will be running on the server

An  Openfire xmpp server.
The  TAK-server, a fancy custom thing written by Erwan that takes care of subscription to data streams etc.</description>
        <category>windclocks</category>
            <pubDate>Mon, 24 Jan 2011 21:10:07 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:software_workshop</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/software_workshop</link>
            <description>Monday 24

11:00 - Opening of the workshop; warming up, 

12:00 - Session1: status quo of development, where are we? where do we want to be end of the week? what are already formulated needs within TIK windtime protocolls? Introduction into the code developed, how does it work, how do we implement it;</description>
        <category>windclocks</category>
            <pubDate>Thu, 27 Jan 2011 19:01:49 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:stefanie_blog</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/stefanie_blog</link>
            <description>DIARY OF THE FLYING CLOCKMAKER

MAY 2011
Contacting Reni, Isjtar, Barb, organising meetings and planing building trip to Bruessels.
Trying out materials that can be used as analog sensors outdoors. Conductive thread, fabric, ink, graphite, etc.

JUNE 2011
Building a wodden Wind Clock based on the leonardo model (Setting: 30 - 60 - 500).</description>
        <category>windclocks</category>
            <pubDate>Wed, 10 Aug 2011 19:30:29 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:tak</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/tak</link>
            <description>Howto startup the TAK server


0. Start the test server

	* login as root on walls.okno.be

#cd /srv/takserver
#java -jar takserver.jar


	* to invoke a background, terminal independant process and kill the stdout/stderr, issue this command instead :</description>
        <category>windclocks</category>
            <pubDate>Thu, 27 Jan 2011 12:34:34 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:windclockaxioms</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/windclockaxioms</link>
            <description></description>
        <category>windclocks</category>
            <pubDate>Thu, 06 Jan 2011 16:37:16 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:windtime</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/windtime</link>
            <description>As Time Inventors we have decided to invent a new time. We have to decide how to construct, share and diffuse it. This is not a light undertaking, time as we know it shapes every aspect of our daily life in one way or another. 

WindTime Intro


Our historical time was defined by the Sun, the light it emits and the observed moving through the sky of the planetary bodies. 
The sun's central position in our understanding of time is superseded by what for some TimeInventors is a controversial set o…</description>
        <category>windclocks</category>
            <pubDate>Tue, 01 Feb 2011 15:15:16 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:windvane</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/windvane</link>
            <description>About DIY windvanes.

Different opinions, some prefer to use 360° potentiometers to measure the rotation.

&lt;http://fascinatingelectronics.com/weatherinst.html#windvane&gt;

Others use a system with a array of reed switches.
Like the circuit in this thread :
&lt;http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1265052228/4&gt;</description>
        <category>windclocks</category>
            <pubDate>Sat, 15 Jan 2011 20:25:34 +0200</pubDate>
        </item>
        <item>
            <title>windclocks:xmpp</title>
            <link>http://www.timeinventorskabinet.org/wiki/doku.php/windclocks/xmpp</link>
            <description>Publish-Subscribe specification of XMPP

send/receive seen from client side

use smack nightly build with pubsub included!

SEND: get clocks


smack API:



PubSubManager manager = new PubSubManager(con, &quot;pubsub.walls.okno.be&quot;);
Node eventNode = manager.getNode(&quot;clocks&quot;);</description>
        <category>windclocks</category>
            <pubDate>Wed, 26 Jan 2011 14:13:04 +0200</pubDate>
        </item>
    </channel>
</rss>

