Tagged: WWW

1,943

HomeWeb and Android at Home – challenges?

As Google recently announced their plans to move in the home automation world with Android at home (and we are still wondering why they waited so long to do it), I thought I would share my view on that. I do believe there are many opportunities ahead for the “home operating system” domain. The combination of cheap, yet powerful networked digital appliances in the house (NAS, networked media players, WiFi routers, etc) along with an extensible application framework, and a market place for buying new applications (or installing drivers, etc) – will be a killer combo for home automation to...

227

Web Mashup Platforms for Future Programmable Cities panel @ SXSW11

We finally can announce the panel we’re organizing at SXSW Interactive 2011! Our panel is entitled: “Web Mashup Platforms for Future Programmable Cities“. We are delighted to have Dominique Guinard from… well you know him, Christine Outram who is the director of the City Innovation Group at Senseable City Lab at MIT and project lead of the Copenhagen Wheel project, and Rachel Sterne who is the freshly appointed Chief Digital Officer for the City of New York, and I will be hosting and moderating the panel. The reason I invited these fine folks was because each of them can bring...

OpenPicus Community & FlyPort 2,633

OpenPicus Community & FlyPort

The OpenPicus community released a wi-fi module called FlyPort. It is a small device that uses the Microchip PIC24F (256K Flash+16K Ram, 16Mips@32Mhz) and MRF24WB0MA/RM WI-FI certified module. FlyPort runs a wireless Stack (TCP/IP version 5.25 from Microchip) and has a 26 Pin connector for easy prototyping. Applications and libraries are open source and can be freely downloaded from the openpicus website. Programmers have full control of the wi-fi module, thus the Flyport can act as tiny Web server and client that can directly interact with other Web resources directly, without requiring a gateway. Besides, this project has a social...

COAP-01 draft out! 1,329

COAP-01 draft out!

After the last draft released in december, the COAP folks just released a few days ago a more refined version of the COAP draft, with additional thoughts on coap-http mapping, RESTful verbs for constrained environments, and pub/sub notifications, and more. Abstract This document specifies the Constrained Application Protocol (CoAP), a specialized RESTful transfer protocol for use with constrained networks and nodes for machine-to-machine applications such as smart energy and building automation. These constrained nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while networks such as 6LoWPAN often have high packet error rates and a typical throughput...

Fast Prototyping WoT Apps with NIWEA 5,478

Fast Prototyping WoT Apps with NIWEA

I gave a few thoughts recently about what the iPad (& iPhone) represent for the WoT. NIWEA As our friend Hannes Gassert awesomely summarized it recently, NIWEA (Native Interoperable Web Applications) is the sweetest method to build interactive applications for all things mobile, plus NIWEA feels like it was made for the Web of Things. In a nutshell, NIWEA are simple Web applications (developed only with HMTL/CSS/Javascript) designed to look & feel like a “real” (native) mobile application. This not only provides a great environment to develop easily apps for the iPhone/Pad, Android, Blackberry & co, but in particular it...

Yaler 1.0 released 1,729

Yaler 1.0 released

We’re happy to announce that our friends at Oberon Microsystems have released the first open version of yaler (reverse of relay). The have made an excellent impression at our WoT2010 workshop by showing a demo of an essential building block for building an infrastructure for the Web of Things. In two words it’s a server to which embedded devices can initiate an HTTP connection, which will be kept open. Using the reversehttp protocol, notifications can be send anytime from the server to any device connected to yaler, even when behind a firewall or NAT. From to the official website: A...

Internet developers day – part 1 1,853

Internet developers day – part 1

I was invited today at the Internet Developer summit (#devkon) (thanks for the invite Reto), to present our vision and work on the Web of Things. I’ll try to blog as much as I can because it’s a lot of tips & tricks for internet developers, and the program is juicy. Sorry for the random notes, hopefully it’s usable enough (not only it was great so I had to listen, but I also had to translate from german, so please be kind). Real-Time Web: Technische Standards und Herausforderungen Jürg Stucker (@jstucker), CEO Namics. Find more about the talk & slides here...

CFP – First international workshop on the Web of Things (WoT 2010) 1,912

CFP – First international workshop on the Web of Things (WoT 2010)

The first WoT workshop is still out, so prepare your submissions, because we have assembled an exceptional committee to discuss this essential topic! Check out the official workshop website. -= CALL FOR PAPERS =- First International Workshop the Web of Things (WoT 2010) in conjunction with the 8th IEEE International Conference on Pervasive Computing and Communications (PerCom 2010), Mannheim, Germany Website: http://www.webofthings.com/wot/2010 Paper submission deadline: October 18, 2009 November 15, 2009 Notification of acceptance: December 21, 2009 Camera-ready papers due: January 29, 2010 The world of embedded devices has experienced radical changes over the past few years as real-world objects...

Web hooks 1,702

Web hooks

Guys (& girls), check this out first I just heard about web hooks yesterday and thought it’s just something totally cool. I think it’s an excellent approach to a much more programmable web and world, especially if we think in terms of small scale, personal mashups. The idea has been around for a while and maybe hasn’t been formalized with an official terminology yet, but it’s a totally cool way to have some publish/subscribe mechanism on the Web, or better said trigger-based notifications. It’s funny that I was thinking of doing something like that, but Jeff did it a little...