Connect Devices to ThingsEye

Version 1.1 by Chxy on 2024/10/08 12:52

 

1. UDP Procotol  -- Direction Connection

1.1 UDP Interface

  • Server Address: server1.thingseye.io
  • Port: 11560

The data sent to above UDP interface will not go directly to client's database.

Please contact ThingsEye team for detail how to forward data to client.

1.2 Test UDP Interface via Socket Tool

Download the UDP Test Tool from:  https://sourceforge.net/projects/sockettest/ . Run this tool, and input the server address and UDP port  as below and click send.

1728362612869-443.png

In server side, Tenant Administrator can check this in Tenant UDP Server location.

1728362834430-749.png

Click and see the debug info as below:

1728363020699-203.png

We can see the message arrives, but it shows ERROR because the message doesn't follow with the UDP Server format.