Wiki source code of Connect Devices to ThingsEye
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | |||
3 | = 1. UDP Procotol ~-~- Direction Connection = | ||
4 | |||
5 | == 1.1 UDP Interface == | ||
6 | |||
7 | * Server Address: server1.thingseye.io | ||
8 | * Port: 11560 | ||
9 | |||
10 | The data sent to above UDP interface will not go directly to client's database. | ||
11 | |||
12 | Please contact ThingsEye team for detail how to forward data to client. | ||
13 | |||
14 | |||
15 | == 1.2 Test UDP Interface via Socket Tool == | ||
16 | |||
17 | Download the UDP Test Tool from: [[https:~~/~~/sourceforge.net/projects/sockettest/ >>https://sourceforge.net/projects/sockettest/]]. Run this tool, and input the server address and UDP port as below and click send. | ||
18 | |||
19 | [[image:1728362612869-443.png||height="454" width="540"]] | ||
20 | |||
21 | In server side, Tenant Administrator can check this in Tenant UDP Server location. | ||
22 | |||
23 | [[image:1728362834430-749.png||height="510" width="1667"]] | ||
24 | |||
25 | Click and see the debug info as below: | ||
26 | |||
27 | [[image:1728363020699-203.png]] | ||
28 | |||
29 | We can see the message arrives, but it shows ERROR because the message doesn't follow with the UDP Server format. | ||
30 | |||
31 | |||
32 | |||
33 |