Development Gateway
The @devicescript/cloud
builtin package provides a cloud agnostic device to cloud API
that allows to send and receive small JSON messages to an online gateway.
The gateway can route the messages into any further cloud service.
As a proof of concept, DeviceScript can be connected to the Development Gateway.
tip
This API is only supported on ESP32 devices currently.
Usage
- Application Telemetry, track application usage and errors
- Message queues, upload and subscribe to message queues
Development Gateway
This package relies on a prototype Development Gateway that needs to be deployed prior to using it.
View in Visual Studio Code
The view is hidden by default and needs to be show once. Click on View, Open View... and select Development Gateway under DeviceScript.