Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse Day At Googleplex 2013/Session Abstracts

< Eclipse Day At Googleplex 2013
Revision as of 10:22, 15 October 2013 by Roxanne.joncas.eclipse.org (Talk | contribs) (Making your Washing Machine Talk with a Power Plant)

Developing Dart Editor

Dan Rubel (Google) and Eric Clayberg (Google)

After a brief introduction to the Dart programming language, where will highlight some of the features that make tooling interesting, we will describe the development of the Dart Editor over the past two years. The Dart Editor provides a powerful, yet lightweight programming experience for Dart programmers. It was created with Eclipse technology and is distributed as an RCP application as well as a set of plugins for Eclipse itself. We'll cover some of the techniques we used to create a small, fast program that is easy to install. This being a Google project, we'll also mention a few performance measurements. Dart is an open source project, so we'll close with info on how you can get involved.

Connecting the Internet of Things

Kai Kreuzer (Telekom AG)

The Internet of Things is broken - at least from the perspective of an end customer. Every device or system comes with its own cloud service and smartphone app. Although they are hooked up on the Internet they build vertical silos as there is no inter-connection. The Eclipse SmartHome project comes to the rescue: It allows accessing all devices through their proprietary APIs by means of a uniform abstraction layer on top of which user interfaces, automation rules and data persistence can be realized. Flexible extension mechanisms enable developers to easily add advanced functionality such as NFC support, charting and voice or gesture control. Through the Eclipse SmartHome project the personal IoT devices get connected to make the Sweet Home a truly Smart Home.

Making your Washing Machine Talk with a Power Plant

Matteo Collina (Mavigex)

Energy production is almost constant, but our needs are not. The power plant knows what is the best time to do your laundry, but neither you or your washing machine know.
However, we can all save money and reduce our environmental impact if we can optimize the energy consumption. A 'Smart Grid' is only one of the possible application of the Internet of Things, which is in a huge hype cycle that is driven by strong economic interests: how can we be more efficient? Even an 1% saving across all industries can save billions. The answer is all about interconnecting all the things, and controlling them through software that is easy to build and maintain.
Interconnecting everything has several major issues to be solved: three of them are the communication protocols, the data formats and privacy. What 'language' are the Thing speaking? What 'words' are they using? Ponte is a new project at the Eclipse Foundation that aim to bridge between multiple communication protocols and data format, to let your washing machine talk with a power plant and keeping you in the loop.

Back to the top