22.11.2023, 11:06
hi, I would use the platform Thingsboard.io to send and collect value data from LM objects.
they allows to do it by 2 ways:
HTTP request ( es. curl -v -X POST http://demo.thingsboard.io/api/v1/eoKkkZ.../telemetry --header Content-Type:application/json --data "{temperature:25}") or
MQTT (es. curl -v -X POST http://demo.thingsboard.io/api/v1/eoKkkZ.../telemetry --header Content-Type:application/json --data "{temperature:25}")
how could I implement everything on LM?
Thanks in advance
Peppe
they allows to do it by 2 ways:
HTTP request ( es. curl -v -X POST http://demo.thingsboard.io/api/v1/eoKkkZ.../telemetry --header Content-Type:application/json --data "{temperature:25}") or
MQTT (es. curl -v -X POST http://demo.thingsboard.io/api/v1/eoKkkZ.../telemetry --header Content-Type:application/json --data "{temperature:25}")
how could I implement everything on LM?
Thanks in advance
Peppe