-
Notifications
You must be signed in to change notification settings - Fork 54
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
Blynk adapter #681
Comments
As I understand it Blynk consists of:
The app calls a REST API on the server and the server talks to libraries on devices. This is arguably as much the web of things as what Mozilla is currently doing and follows the cloud or gateway integration pattern, we're just not following a common standard. We could create an adapter for the Things Gateway which proxies Web Thing API requests from the gateway's web interface to a Blynk server, without using the app:
A better solution would be if we could work with Blynk to contribute to and support a W3C standard Web Thing API so that the Blynk HTTP RESTful API followed that standard. That way the Blynk app could be used to directly control all Web of Things devices, gateways and cloud services and other Web of Things controllers (including our own proposed Things Browser app and Things Controller could directly control devices hosted by a Blynk server. No adapter necessary. |
See Blynk adapter to Project Things by Mozilla? at the Blynk forum. |
Blynk is a popular IoT service with apps for iOS and Android.
References:
The text was updated successfully, but these errors were encountered: