跳至主要内容

EdgeSync 360/EdgeHub Edge SDK Introduction

October 21, 2024

Introduction

EdgeSync 360/EdgeHub Edge SDK provides development tools in multiple languages, allowing users to develop their own edge devices and connect them to EdgeHub. The SDK series in this project is inherited from the WISE-IoTSuite/DataHub Edge SDK. You can refer to the link for previous version documents.

EdgeSync 360/EdgeHub Edge SDK currently offers SDKs in the following languages:

You can refer to the documentation for each language for detailed development instructions, and visit our GitHub to get the latest sample code.

Please note: The current EdgeSync 360/EdgeHub Edge SDK only supports uploading data in the WISE-PaaS MQTT v1.0.16/v1.0.17 format. The WISE_iSensingMQTT format is not supported at this time.

Basic Flow

Below are the basic steps for setting up an EdgeSync 360/EdgeHub connection, using the Edge SDK as an example:

  • Step 1: Log in to the EdgeSync 360/EdgeHub Portal.
  • Step 2: Create a SCADA or EdgeLink device in the Device Management functionality of EdgeHub and obtain the connection credentials.
  • Step 3: Enter the connection credentials into the corresponding fields in the Edge SDK interface, and enable the UploadConfig and SendData functions.
  • Step 4: Return to the Device Management of EdgeSync 360/EdgeHub. The information for the uploaded devices and tags should be displayed.
  • Step 5: Users can start using WISE-IoTSuite/Dashboard to create data visualizations.

For more details, please refer to the manuals for each development language.

On this page ...

Is this helpful?