Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vorto Device Adapter API for device discovery and message exchange between app and device in a Vorto compliant way #1115

Closed
aedelmann opened this issue Oct 28, 2018 · 0 comments
Milestone

Comments

@aedelmann
Copy link
Contributor

aedelmann commented 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:

  • BLE GATT for Android driver
  • Eclipse Kura
  • Other Gateway implementations
@aedelmann aedelmann added this to the 0.10.0.M8 milestone Oct 28, 2018
@aedelmann 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant