Hello Accessors!

Accessors are a technology for making IoT accessible through open interfaces, an open developer community, and an open repository.

Accessors are actors. Actors are software components that react to streaming input events and produce streaming output events. Accessors wrap a (possibly remote) device or service with an actor interface.

Compose heterogeneous devices and services quickly and predictably. Write once, run on any capable accessor host (browser, Node.js, Java).

Let's start with Hello World. Here's an accessor that inputs a name and outputs a personalized greeting. It's instantiated for you. Inputs and outputs are listed in the table below.

Type your name in the 'name' input field and click 'react to inputs'.