Index

WebBrick Gateway Event Interfaces.

  1. Event Generators
  2. Event Consumers
  3. Event Interfaces

An event handler (AKA Event Interface) generates and/or consumes events. These event handlers may be very simple, be an external interface or be complex. The following documents are technical documents attempting to cover the principles and configuration of the event handlers.

Event Generators

An event handler may generates events that are then distributed both locally and optionally across a network where the events will be consumed. Currently the events may be generated:

The WebBrick Gateway is a distributed event system.

Event Consumers

An event handler may consume events that are have distributed. Currently the events may be consumed:

The WebBrick Gateway consists of a web server tht provides the user interface and an event distributed system that enables communication between the componenst that make up the automated house. The event distribution allows for a fault tolerant and distributed system, following our premise is local control, global intelligence.

Event Interfaces