U00

There are several ways to send data to U00:

CURL command

Example:
curl "https://gazer.cloud/set/25b50e253fd2d95b7a7d1ccae4eaf978?/=123&/_name=NameOfData"
Where:
25b50e253fd2d95b7a7d1ccae4eaf978
API_KEY - random 16 bytes in hexadecimal format.
Who knows it - can send data to this channel.
ChannelID = SHA3-256(API_KEY)
For this particular API_KEY, the channel ID is cdd81a950f282f6d40fd0fb7d6965dca.
123
Value to set
It can be any string or number
NameOfData
Optional name for the data point
It will be displayed in the channel page

Using U00Agent

Using SDKs

ESP32

U00 keeps a history of parameter changes and displays it as a chart.