You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vorto Device Adapter API provides a Vorto compliant abstraction between applications and devices.
It consumes a Vorto Mapping Specification and converts between Vorto characteristics (as defined in the Vorto Model) and the device specific protocol implementation, e.g. bluetooth-gatt, zigbee etc.
This adapter merely simplifies the implementation of applications that integrate devices, without needing to worry about nitty gritty details how to access the device using drivers.
The adapter is configured with a Mapping Specification, which is created and downloaded in/from the Vorto Repository.
Example Implementations of this Adapter API are:
BLE GATT for Android driver
Eclipse Kura
Other Gateway implementations
The text was updated successfully, but these errors were encountered:
aedelmann
changed the title
Device API for device discovery and message exchange between app and device
Vorto Device Adapter API for device discovery and message exchange between app and device in a Vorto compliant way
Oct 28, 2018
Vorto Device Adapter API provides a Vorto compliant abstraction between applications and devices.
It consumes a Vorto Mapping Specification and converts between Vorto characteristics (as defined in the Vorto Model) and the device specific protocol implementation, e.g. bluetooth-gatt, zigbee etc.
This adapter merely simplifies the implementation of applications that integrate devices, without needing to worry about nitty gritty details how to access the device using drivers.
The adapter is configured with a Mapping Specification, which is created and downloaded in/from the Vorto Repository.
Example Implementations of this Adapter API are:
The text was updated successfully, but these errors were encountered: