Index


Data from IoT devices and other application can be received over different channels.

Integrations

Integrations are used to forward and receive data from other Systems.

Beside Integrations that "Push" data to other systems, like HTTP, MQTT, SFTP, etc. there are also Integrations that work bi-directional like REST and LoRaWAN.

Ports & Protocols

Different ports and protocols can be configured to receive data from IoT Devices.

DatasourceApplication ProtocolTransport ProtocolDefault PortComment
RESTHTTPsTCP443REST API that can also be used upload sensor data
CoAPCoAPUDP5683Used by Lobaro NB-IoT Devices, can be extended for other manufacturers
CoAPsCoAPsUDP5684Used by Lobaro NB-IoT Devices, can be extended for other manufacturers
TekelekTekelek ProparitaryTCP55345
DraginoDragino ProeritaryTCP5600
Lobaro NB-IoT (deprecated)Lobaro ProperitaryUDP1064(warning) Deprecated: Will be removed in future

CoAP

Platform Timings:

TypeDurationNote
Blockwise Transport30 Seconds
DTLS Timeout35 SecondsMust be higher than on the device side (which is 30 seconds)
DTLS Flight Interval15 SecondsFlightInterval controls how often we send outbound handshake messages

Roadmap

In future we are planning to implement more datasources

  • Dragino CoAP
  • MQTT
  • Lightweight M2M (LWM2M)
  • ... and other vendor specific protocols
  • No labels