IP Connectivity

The Qeo communications framework is built on top of the traditional TCP/IP stack. This limits Qeo interaction to devices that are IP-connected. At first sight, this statement excludes a lot of interesting sources of information from Qeo: home automation sensors and actuators typically communicate over non-IP networks (e.g. Zigbee or Z-Wave). These sources of information are too valuable to exclude from Qeo; so naturally, it provides a way to make them available in the Qeo realm.

Bridging

The solution to this problem is to create bridging components: components that bridge the divide between Qeo and some other ecosystem, which bi-directionally translate information and interactions between Qeo and the secondary ecosystem. For example, data exchanges within a Zigbee mesh will typically end up in some sort of hub component that makes sense of the incoming information and sends out commands to the actuators. If this hub device is IP-connected, it can translate all the incoming information into standardized Qeo data models, and publish this information onto Qeo, thus making the wealth of information in this closed-off ecosystem available to a much wider audience.

This bridging strategy brings along the opportunity for real cross-ecosystem interoperability. For example, the Zigbee and Z-Wave ecosystems tackle overlapping problem domains, but each uses its own data model to represent the available information and interactions. By judiciously defining the standardized QDM data models for this same subject matter (e.g. temperature, lighting, etc.), Qeo bridges for each of these ecosystems can uniformly represent information and interactions. This will enable scenarios where e.g. a Z-Wave pushbutton is used to control a Zigbee light socket with Qeo as an intermediary. 

The Qeo Realm

Even with the limitation of IP connectivity, we need to put stronger boundaries on Qeo interaction between devices. From both the scalability and privacy points of view, we need to limit which devices can share information with each other.

What devices exactly are contained within a user's personal information sphere? A non-exhaustive list includes:

  • Consumer electronics devices in the home (gateway, set-top box, smart TV, IP-connected thermostat, etc.)
  • Mobile devices, both personal (cell phones) and shared (tablets)
  • General-purpose computers (PCs, laptops, perhaps a user's computer at work)
  • Information stores in the cloud (e.g. a cloud-hosted calendar or the Video-on-Demand service operated by the user's ISP)

Clearly, this rules out a simple perimeter like "the user's home LAN" as the boundary for useful Qeo interaction. Instead, Qeo relies on the user to define the boundaries of interaction. Users must explicitly include devices (or individual applications on general-purpose, multi-user devices like PCs) into their Qeo Realm.

A Qeo Realm can therefore be defined as a set of devices and applications that can exchange information over Qeo. The boundaries set by the user will be enforced through Qeo's security framework.