-
Notifications
You must be signed in to change notification settings - Fork 5
Samples Overview
Carsten Stocklöw edited this page Jun 5, 2017
·
16 revisions
There are samples for the different functionalities of the platform. For beginners, we recommend to read the lighting sample.
aapi
Examples for the Annotated API, that show a different approach to using the service bus. The examples are based on the lighting sample.
Ontologies: ont.lighting
Interaction with devices via activityhub ontology: logging events, query sensors, get sensor info.
Similar to Device Client
Ontologies: ont.activityhub
activityhub/simulator
Publish simulated context events for activityhub devices (configurable).
Ontologies: ont.activityhub
Interaction with devices via device ontology: logging events, query devices, switch device on/off.
Similar to ActivityHubClient
Ontologies: ont.device
lddi.bluetooth/continuaManager
A client to access Continua Devices via Bluetooth.
unsupported
see LDDI documentation
Ontologies: ont.personalhealthdevice
lddi.bluetooth/weighingScalePublisher
Publishes context event for data coming from a Continua weighting scale via Bluetooth.
unsupported
see LDDI documentation
Ontologies: ont.personalhealthdevice
The famous lighting sample that is often used to describe the development with universAAL. Manages some simulated light sources that can be queried, turned on/off, and dimmed (client only).
Consists of Client, Server, UI Client, and some scripts for the orchestrator
Ontologies: ont.lighting
smp.configurable.module
Shows how to use the configuration framework.
Ontologies: -
Shows a possible approach to export universAAL components as web services.
Ontologies: ont.lighting
Simulates some sensors by sending context events.
Ontologies: ont.device, ont.lighting, ont.phWorld, ont.profile
.....