Tagged: Mobile

When “Dumb” Things Join the WoT: The Art of Barcode Scanning 1,657

When “Dumb” Things Join the WoT: The Art of Barcode Scanning

Ok, so we talked a lot about integrating sensor nodes to the Web, then about integrating home appliances to the Web or about integrating industrial machines to the Web. How about simple, dumb, traditional objects? Well the community is working on it! As an example, one of our latest projects is to Web-enable the global RFID networks (EPC) so that every RFID-tagged object becomes a true citizen of the World Wide Web (see our paper at IoT 2010). I’ll tell you more about this project soon but meanwhile I want to talk about even more dumb objects: those tagged with...

Fast Prototyping WoT Apps with NIWEA 5,644

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...

Internet developers day – part 1 1,915

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...

Live from SXSW!! 214

Live from SXSW!!

We just arrived in Austin, TX for one of the largest geek/tech/media festival, South by SouthWest. It’s just great HUGE! We are presenting on sunday a workshop on the web of things. It’s the first part of a blocks workshop on javascript (the two others by Kyle Simpson and Dan Nichols), and we’re there to provide the things layer. It’s a unique opportunity to share our experiences with WoT with many other hackers, coders, masher, and we have been preparing a huge amount of nerdy meaty stuff to chew on (read: handouts, code, examples, demos, etc). It’ll be fantastic to...

Java card 3 released 2,850

Java card 3 released

SUN is about to release the newer java card 3! Quoting the wikipedia article: Java Card refers to a technology that allows small Java-based applications (applets) to be run securely on smart cards and similar small memory footprint devices. Java Card is the tiniest of Java targeted for embedded devices. Java Card gives the user ability to program the device and make them application specific. It is widely used in SIM cards (used in GSM mobile phones) and ATM cards. The first Java Card was introduced in 1996 by Schlumberger‘s card division which later merged with Gemplus to form Gemalto....

Gateway unleashed! 3,497

Gateway unleashed!

I’ve presented yesterday in Los Angeles a talk on the gateways I’ve been talking about for months. Okay, actually I didn’t physically present it for logistical reasons, as I’m totally in Europe. But the paper is supposed to be out in the proceedings, so I thought I should share it with you. For now still not much code to play with 🙁 Read the abstract: Wireless Sensor Networks provide unprecedented possibilities for monitoring and interacting with the real-world. Unfortunately, the lack of open and simple standards for ad-hoc collaboration between heterogeneous embedded devices makes it difficult to build large-scale deployments;...

WOT white paper 2,594

WOT white paper

That’s what we can call sporadic posting, lots of goodies today 🙂 But the best of them is the WOT whitepaper, about the general vision. It’s short, a little geeky, but has the vision and motivation in it. In a few words we hope people can a little better understand what the WOT is all about. We plan to do a few more of those guys, in particular the elevator pitch for business people, and another one like a tech report for total geeks (guess which one we prefer), but for now it’s an initial milestone that should at least...

Creating Personal Mobile Widgets without Programming 1,481

Creating Personal Mobile Widgets without Programming

Developer track at WWW 2009: Creating Personal Mobile Widgets without Programming by Geetha Manjunath, Thara S, Hitesh Bosamiya, Santhi Guntupalli, Vinay Kumar and Ragu Raman G. from HP Labs. Geetha starts by explaining that people want widgets for very specified tasks, she’s talking about several tasks on the virtual world but then also mentions that we might want to use widgets to control appliances and possibly embedded device (Dom: I agree with her 😉 Dom again: but she did not elaborate on this later in the talk). She introduces the concept of Tasklets, which are task-based web interaction patterns. As...

Mobile Web Widgets: Enabler of Enterprise Mobility Work 2,511

Mobile Web Widgets: Enabler of Enterprise Mobility Work

Alison Lee from Nokia Research is talking about mobility and mashups focusing on how mobile web widgets can enable more efficient and sense-making enterprise work while on the go. Mobile widgets are very lightweight applications similar to mashups. They offer to use content on the web, just like mashups, but also content from your mobile phone such as data coming from on-board sensors, address books, messages, etc. Unfortunately mobile widgets platforms are rather proprietary and incompatible amongst the vendors. Efforts at the W3C are going towards a standard for mobile widgets which could really help towards more homogeneity. Alison then...

Mashlight: a Lightweight Mashup Framework for Everyone 261

Mashlight: a Lightweight Mashup Framework for Everyone

Sam Guinea, Luciano Baresi, Matteo Albinola and Matteo Carcano present the Mashlight framework at MEM 2009. Mashlight is a lightweight mashup framework which aims at a software solution providing: flexibility (support for data, logic and presentation), usability (come to an abstraction level that everyone can understand) and fast prototyping. Their starting point is that mashups are created through the process-like disposition of logic activities. Sam starts by presenting the model they use for their mashup framework. The notion of Mashlight Block is the first being introduced. It represents a functional unit with clear goal, e.g. a map block, a movie...