This post originated from an RSS feed registered with Ruby Buzz
by Edgar Gonzalez.
Original Post: Capturando temperatura utilizando Sentilla Perk
Feed Title: La Cara Oscura del Desarrollo de Software
Feed URL: http://www.lacaraoscura.com/feed/
Feed Description: Our experiences day after day about software development: programming languages, standards, design patterns, tools and tips.
(blog in spanish)
Al fin tuve algo de tiempo para jugar con Sentilla Perk. Comencé escribiendo un hola mundo, el cual consiste en capturar temperatura con cada sensor para luego recolectar los resultados en mi laptop la cual corre el "gateway" que habla con los sensores:
/**
* Get the temperature reading
* @throws InterruptedException
*/
[...]