Skip to main content

SenseCAP API Introduction

=============================

SenseCAP API is for users to manage IoT devices and data. It combines three types of API methods: HTTP protocol, MQTT protocol, and Websocket protocol.

  • With HTTP API, users can manage LoRa and NB-IoT devices, to get RAW data or historical data.
  • With MQTT API, users can subscribe to the sensor’s real-time measurement data through the MQTT protocol.
  • With Websocket API, users can get real-time measurement data of sensors through Websocket protocol.
Loading Comments...