Integrations allow exchange data between the Lobaro Platform and other applications.
See: Integrate LoRaWAN Network Server
See: REST Api
Navigate to: Integrations -> HTTP
Forward data from the Lobaro Platform to any HTTP(s) endpoint.
HTTP Method: The HTTP method to use for the request.
Target URL: Any reachable HTTP server endpoint.
Authentication: One of the following authentication schemes can be used:
Bearer
prefix).Headers: List of headers to be set on HTTP request in the format: <FieldName>: <Value>
(e.g. Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
)
Navigate to: Integrations -> MQTT
Forward data from the Lobaro Platform via MQTT Publish to any MQTT broker.
Broker URL: must be in one of the following formats:
mqtt[s]://host.domain[:port]
tcp[s]://host.domain[:port]
Default port for mqtt/tcp is 1883
. Default port for mqtts/tcps is 8883
.
ClientId: Used on MQTT connect. Default is: lobaro-{RND}
. {RND}
will be replaced by a unique random string.
Username / Password: Used to authenticate with the MQTT broker.
Topic: The MQTT topic to publish sensor data.
Currently we only support username/password authentication for MQTT yet. |