<p>Last week <a href="http://wot.io">wot.io</a> was excited to be traveling to Berlin, participating in the AllSeen Alliance booth at IFA. <a href="http://b2b.ifa-berlin.com/">IFA Berlin</a> is one of the largest consumer electronics and home appliance shows in the world, and it was an amazing experience.</p>
<p>The AllSeen Alliance's <a href="https://allseenalliance.org/developers/learn">AllJoyn</a> framework is designed to provide easy communication and interoperability between devices on a proximal network, like a typical home with a WiFi network. To show how different types of products, all running AllJoyn, can work together, the AllSeen Alliance booth at the show had a shared network with a dozen member companies all participating.</p>
<p><img src="http://idfiles.leveelabs.com/55bd0288af0b0930ba599bd0c4b7ca38/resources/img_new/blog_wot_io/allseen_alliance.jpg" alt="" /></p>
<h3 id="allseenboothdemos">AllSeen Booth Demos</h3>
<p>The booth had an amazing array of smart AllJoyn products including:</p>
<ul>
<li>Switches from <a href="http://www.legrand.com">LeGrand</a>,</li>
<li>Lights from <a href="http://www.lifx.com/">LIFX</a></li>
<li>Plugs from <a href="http://www.power-tech.com.tw/index.php">Powertech</a></li>
<li>Sensors from <a href="https://www.enocean-alliance.org/en/home/">EnOcean</a></li>
<li>Air purifiers from <a href="http://www.heavenfresh.com/">Heaven Fresh</a></li>
<li>Programmable boards from <a href="http://www.doghunter.org/">Dog Hunter</a></li>
<li>A refrigerator from <a href="http://www.electroluxappliances.com/">Electrolux</a></li>
<li>TVs from <a href="http://www.lg.com">LG</a></li>
<li>Speakers powered by <a href="https://www.qualcomm.com/">Qualcomm</a> chips</li>
<li>Device control interfaces by <a href="http://www.innopia.co.kr/index1.htm">Innopia</a></li>
<li>Data Service Exchange by <a href="http://www.wot.io/">wot.io</a></li>
<li>Interdevice rules and management by <a href="http://twobulls.com/">Two Bulls</a> with <a href="http://higgns.com/">Higgns</a></li>
</ul>
<p>All of these products had AllJoyn built into them, making them discoverable, allowing them to send notifications, and making it possible to control and program them. And because they all spoke AllJoyn, controllers from one company, like the switches from LeGrand, could be configured to manage any of the other devices.</p>
<h3 id="cloudservices">Cloud Services</h3>
<p>In addition to providing the specification for all of these devices to communicate on the booth network, AllJoyn also has a provision for allowing communication between local devices and the cloud with their <a href="https://wiki.allseenalliance.org/gateway/gatewayagent">Gateway Agent specification</a>. This allows devices to securely interact with cloud-based applications, such as:</p>
<ul>
<li><a href="http://affinegy.com/">Affinegy</a>, providing cloud interfaces to local AllJoyn devices via their <a href="http://affinegy.com/get-chariot/">CHARIOT</a> platform</li>
<li><a href="http://en.kii.com/">Kii</a>, providing device management and cloud services</li>
</ul>
<p>And, of course, <a href="http://wot.io">wot.io</a>. Working with <a href="http://twobulls.com/">Two Bulls</a>, we were able to get a feed of all notifications being sent across the local AllJoyn network. Every time a device sent a notification, it was routed to <a href="https://www.firebase.com/">Firebase</a> where we then pulled it into the wot.io operating environment. We then configured some data services to show what you might do using various notifications.</p>
<p>We wrote a script in <a href="scriptr.io">scriptr.io</a> to parse the incoming messages and look for specific notifications. To make it interesting, we joined a few events together, sending a temperature reading back to wot.io each time we saw a "refrigerator closed" event. This allowed us to show a real-time event in the booth and still have something interesting to graph.</p>
<p>We then routed the incoming temperature reading to <a href="http://www.circonus.com/">Circonus</a> and graphed it. We also added some randomness to the temperature readings to make the graph more interesting and show some of the things you can do with scriptr.io. The resulting graphs clearly showed all of the activity during the day, and had some unexplained refrigerator open events over night!</p>
<p><img src="http://idfiles.leveelabs.com/55bd0288af0b0930ba599bd0c4b7ca38/resources/img_new/blog_wot_io/IFA_Circonus.png" alt="" /></p>
<p>It was great to work with our fellow AllSeen Alliance members to put together so many compelling demos of the smart home that is already a reality.</p>
<p>Other coverage of the AllSeen Alliance at IFA Berlin:</p>
<ul>
<li><a href="http://twobulls.com/2015/09/allseen-alliance-powered-higgns/">Two Bulls blog post</a></li>
</ul>
IFA Berlin with the AllSeen Alliance
Sep 2015/ Posted By: wotio team