Author: Dominique Guinard

David E. Culler, UC Berkley on RESTful Sensor Networks 2,879

David E. Culler, UC Berkley on RESTful Sensor Networks

Today, Vlad and I had the chance of taking part to a talk from David E. Culler from UC Berkley, one of the main TinyOS contributors. While Vlad is going to summarize the talk a bit later here, I’d like to talk a bit more about the end of the talk. One one of his slides he had a figure of what he would like to see implemented on WSNs at the node level. Besides a comprehensive IPV6lowpan (aka 6lowpan) stack he mentioned an implementation of HTTP and, moreover, a web server! The next slide was about sense making and...

L’Energie Visible got Selected for National Energy Award 1,434

L’Energie Visible got Selected for National Energy Award

Hi guys and gals, Remember not long ago I was talking about our first real-world implementation of the WOT concepts in an energy monitoring application: Are you Energy Efficient? Sense it the WEB way, well this system, now named “l’energie visible” or “visible energy” was selected amongst a number of projects for the Jade national energy award in Switzerland. It is now entering the final selection phase, 20 projects are on the list. The folk can vote for the projects on Jade Award. So if you like the Energie Visible project then do support us, vote for project 13. More...

David Oban talks about OpenSpime and WideSpime Internet of Things. 1,798

David Oban talks about OpenSpime and WideSpime Internet of Things.

David Oban talks about OpenSpime, an open Internet of Things. The Trend Cisco is forming the Internet Smart Object alliance, which promotes the used of IP in Networks of Smart Objects not long after this announcement they also acquired Jabber to extend their knowledge in messaging. The EU is organizing a number of Internet of Things workshops, thus it seems like the IoT is becoming a reality not sci-fi anymore. Spime Application Space Spime is the contraction of SPace and tIME. It’s about a new category of objects aware of their surroundings. As an example CO2 Spime collects the CO2...

We WANT YOU: Web of Things Job @ SAP Research 280

We WANT YOU: Web of Things Job @ SAP Research

You are still a student or look for an internship? The web of things attracts you like a huge (RESTful) magnet? Well then you might be interested in joining us at SAP Research! Ok, we said this blog isn’t gonna be “yetanotherSAPpage” but still this time it fits quite well. We are launching a number of sub projects related to the Web of Things at SAP Research Zurich and are actively looking for motivated students to support us! Check out the ad: zh_04 … and send us your CV and motivation letter, we’re looking forward!

Are you Energy-Efficient? Sense it the Web Way!

Just felt like sharing with you one of our latest prototype which we created for a private foundation working in the field of energy awareness and sustainability in Switzerland called Cudrefin02. I think that a major burden for people, who want to save energy at home, is for them to identify how much energy is consumed by different appliances. How much does my computer consume in operation / when it is powered off? Is the consumption of my energy-saving lamp significantly lower in the long run than the normal lamp I’ve got there? Such questions are key to understand where...

Google Web Toolkit and Netbeans 2,731

Google Web Toolkit and Netbeans

A few days ago I started experimenting with the Google Web Toolkit module for the Netbeans IDE a rather nice module that lets you develop GWT code directly in your (at least mine!) very favorite IDE. The biggest benefit is free code completion and tagets for building and debugging your application. A few remarks thought, when trying to integrate the awesome OFCGWT chart library in my application I had to face two problems. First of all the GWT4NB tutorial on Netbeans.org says you should use the 1.4 java compiler because the GWT does not support Java EE 1.5. Well I’m...

Giving some REST to your C++ code: embedding the SHTTPD server. 1,597

Giving some REST to your C++ code: embedding the SHTTPD server.

Wanting to turn the Ploggs, into more RESTful devices, I needed to add a web server (HTTP) to the C++ code managing the Ploggs. After comparing and trying a number of lightweight web servers (Apache was not an option for this kind of small app) I picked SHTTPD, mainly because: It was one of the few I managed to embed in my C++ code (I’m not a C expert…) It offered the possibility of registering call back methods when a particular URL is called, which makes it a quite good candidate for a REST interface. Here is how I did...

and … a bit of History… 1,756

and … a bit of History…

My turn to Welcome you (Vlad’s always first, gosh that guy is just too quick for me!) to the Web of Things (or WOT for the insiders). We’ve been talking about that blog for almost a year now but a number and we’ve been working for an even longer while on topics around the Web of Things. I started in 2006 by exploring the wide world of RFID there already, rather than looking at connecting one reader to a computer we explored ways of considering a global world of tagged objects being observed at a million places a day. Back...