<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ioBridge Blog &#187; json</title>
	<atom:link href="http://blog.iobridge.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iobridge.com</link>
	<description>News and Projects from the ioBridge Community</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:04:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ioBridgeTalk &#8211; Java Application at mullac.org</title>
		<link>http://blog.iobridge.com/2009/02/iobridgetalk-java-application-at-mullac-org/</link>
		<comments>http://blog.iobridge.com/2009/02/iobridgetalk-java-application-at-mullac-org/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 13:26:34 +0000</pubDate>
		<dc:creator>hans</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.iobridge.net/projects/?p=161</guid>
		<description><![CDATA[Callum Jones has been posting on his blog about a java application to interface with your ioBridge Module. His first post contains the source and libraries &#8212; his second post includes the steps to run the application. What ioBridgeTalk allows you to do is have a desktop hook to your modules Data Feed. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Callum Jones has been posting on his blog about a java application to interface with your ioBridge Module. His <a title="Mullac.org source code for ioBridgeTalk" href="http://mullac.org/2009/02/iobridge-java-application.html" target="_blank">first post</a> contains the source and libraries &#8212; his <a title="Callum Jones' ioBridge Java Application" href="http://mullac.org/2009/02/iobridgetalk-running-application.html" target="_blank">second post</a> includes the steps to run the application.</p>
<p>What ioBridgeTalk allows you to do is have a desktop hook to your modules Data Feed. You can get an XML dump of your JSON feed and link to your applications that would benefit from that data, like getting access to temperature, digital input, and other sensor data.</p>
<p>I spent a few minutes in NetBeans and was able to use his Subversion and his distribution version of the application. I typed in my feed key from my module on my desk and had instant access to it&#8217;s data via Java.</p>
<p><code lang="xml">K:>java -jar "D:NetBeansProjectsIOBridgeTalkdistIOBridgeTalk.jar" -operation xmldump -module zTFNFDol8806vSZnuxel</p>
<p><?xml version="1.0" encoding="UTF-8" ?><br />
<module><br />
    <serial>24000XXX</serial><br />
    <label>ioBridge Module</label><br />
    <lat>-49.8676</lat><br />
    <long>99.7351</long><br />
    <location>Universe</location><br />
    <datetime>Feb-20-2009 08:49:39 PM</datetime><br />
    <status>true</status><br />
    <channels><br />
        <channel><br />
            <label>Channel Tester</label><br />
            <AnalogInput>493</AnalogInput><br />
            <AnalogInputRaw>493</AnalogInputRaw><br />
            <AnalogInputScale>Raw</AnalogInputScale><br />
            <DigitalInput>false</DigitalInput><br />
            <DigitalInputState>0</DigitalInputState><br />
            <DigitalOutput>true</DigitalOutput><br />
            <DigitalOutputState>1</DigitalOutputState><br />
        </channel><br />
        <channel><br />
            <label>Channel 2</label><br />
            <AnalogInput>239</AnalogInput><br />
            <AnalogInputRaw>239</AnalogInputRaw><br />
            <AnalogInputScale>Raw</AnalogInputScale><br />
            <DigitalInput>false</DigitalInput><br />
            <DigitalInputState>0</DigitalInputState><br />
            <DigitalOutput>true</DigitalOutput><br />
            <DigitalOutputState>1</DigitalOutputState><br />
        </channel><br />
        <channel><br />
            <label>Channel 3</label><br />
            <AnalogInput>1020</AnalogInput><br />
            <AnalogInputRaw>1020</AnalogInputRaw><br />
            <AnalogInputScale>Raw</AnalogInputScale><br />
            <DigitalInput>true</DigitalInput><br />
            <DigitalInputState>1</DigitalInputState><br />
            <DigitalOutput>true</DigitalOutput><br />
            <DigitalOutputState>1</DigitalOutputState><br />
        </channel><br />
        <channel><br />
            <label>Channel 4</label><br />
            <AnalogInput>194</AnalogInput><br />
            <AnalogInputRaw>194</AnalogInputRaw><br />
            <AnalogInputScale>Raw</AnalogInputScale><br />
            <DigitalInput>false</DigitalInput><br />
            <DigitalInputState>0</DigitalInputState><br />
            <DigitalOutput>false</DigitalOutput><br />
            <DigitalOutputState>0</DigitalOutputState><br />
        </channel><br />
    </channels><br />
</module><br />
</code></p>
<p>Check out Callum Jones&#8217; Blog (<a title="Mullac.org, Tech, Music, Photography blog" href="http://mullac.org/" target="_blank">mullac.org</a>) for posts regarding tech, music, and photography. I especially like his posts regarding his new digital camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iobridge.com/2009/02/iobridgetalk-java-application-at-mullac-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiimote Mod with ioBridge</title>
		<link>http://blog.iobridge.com/2009/01/wiimote-mod-with-iobridge/</link>
		<comments>http://blog.iobridge.com/2009/01/wiimote-mod-with-iobridge/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 04:40:09 +0000</pubDate>
		<dc:creator>hans</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[coil gun]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[servo]]></category>
		<category><![CDATA[thecapacity]]></category>
		<category><![CDATA[wiimote]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.iobridge.net/projects/?p=131</guid>
		<description><![CDATA[Jay from thecapactity.org started posting on his blog about ioBridge the moment he heard about ioBridge. He send us email asking about an API, REST, JSON, jQuery, and all things web app. We had our API in the works, but his plurality of email lead us to believe to accelerate the API release, and we [...]]]></description>
			<content:encoded><![CDATA[<p>Jay from <a title="thecapacity blog" href="http://blog.thecapacity.org/" target="_blank">thecapactity.org</a> started posting on his blog about ioBridge the moment he heard about ioBridge. He send us email asking about an API, REST, JSON, jQuery, and all things web app. We had our API in the works, but his plurality of email lead us to believe to accelerate the API release, and we did just that. Little did we know that Jay was planning a remote controlled weapon of micro destruction. We have put the pieces together and enabled his mini-surge.</p>
<p>Enter, The ioGun &#8211; A Wiimote controlled magnetic coil gun that slings projectiles at college text books. It is a fascinating collection of technologies using the output of the Wiimote wrapped in JSON, feeding into a web app that ties into ioBridge&#8217;s JavaScript Widget Control API. He also used the coil from a golf ball putter returner, inks pens, a and black tape. His friends will never be the same when he invites them over for an evening of Wii Sports and you have to dodge, duck, dip, and dodge as you play tennis.</p>
<p>Here is the Wiimote controlled servo action on <a title="Bideo of Wiimote Hack with ioBridge on YouTube - the ioGun" href="http://www.youtube.com/watch?v=aBKoaXtHyfs" target="_blank">YouTube</a>:</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=aBKoaXtHyfs">www.youtube.com/watch?v=aBKoaXtHyfs</a></p>
</p>
<p>Check out the &#8220;Wiimote Controlled Coil Gun&#8221; on <a title="Wiimote Mod using ioBridge from thecapacity blog post" href="http://blog.thecapacity.org/2009/01/13/wiimote-controlled-coil-gun/" target="_blank">thecapacity.org</a> or on <a title="Hack a Day Post about the Wiimote servo controlled coil gun." href="http://hackaday.com/2009/01/14/wiimote-controlled-coil-gun/" target="_blank">Hack a Day</a>. Jay also introduced to his <a title="Bridge to your heart, making your computer aware of you" href="http://blog.iobridge.com/2008/12/bridge-to-your-heart/" target="_self">self-aware beating heart project</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iobridge.com/2009/01/wiimote-mod-with-iobridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Computer Aware of You</title>
		<link>http://blog.iobridge.com/2008/12/bridge-to-your-heart/</link>
		<comments>http://blog.iobridge.com/2008/12/bridge-to-your-heart/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 08:41:50 +0000</pubDate>
		<dc:creator>hans</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.iobridge.net/projects/?p=91</guid>
		<description><![CDATA[Jay from thecapacity sent us project details about making his computer aware of him sitting in front of the computer or not by using a temperature sensor and an ioBridge module. He wanted the computer to turn off the screen saver and adjust the volume of his music depending on his presence. Jay sent us a [...]]]></description>
			<content:encoded><![CDATA[<p>Jay from <a title="wjhuie's thecapacity" href="http://blog.thecapacity.org/" target="_blank">thecapacity</a> sent us project details about making his computer aware of him sitting in front of the computer or not by using a temperature sensor and an ioBridge module. He wanted the computer to turn off the screen saver and adjust the volume of his music depending on his presence. Jay sent us a few questions along the way and this caused us to accelerate the release of the <a title="ioBridge Data Feed API" href="http://blog.iobridge.com/2008/12/data-feed-api/" target="_self">Data Feed API</a>. His proof of concept is a <a title="Jay Huie Beating Heart Project" href="http://www.wjhuie.com/heart.html" target="_blank">beating heart</a> that speeds up when the temperature increases.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="227" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2553791&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="227" src="http://vimeo.com/moogaloop.swf?clip_id=2553791&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always"></embed></object><br />
<a href="http://vimeo.com/2553791">Bridge to my heart&#8230;</a> from <a href="http://vimeo.com/thecapacity">thecapacity</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Jay took our technology in a new and interesting direction. He successfully bridged his computer to his workspace with ioBridge and his clever desktop and web applications.</p>
<p>For more project details, check out Jay&#8217;s posts on his &#8220;<a title="thecapacity ioBridge blog posts" href="http://blog.thecapacity.org/2008/12/17/open-heart-surgery/" target="_blank">thecapacity</a>&#8221; blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.iobridge.com/2008/12/bridge-to-your-heart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 3/17 queries in 0.072 seconds using disk: basic
Object Caching 510/545 objects using disk: basic

Served from: blog.iobridge.com @ 2012-02-07 17:36:00 -->
