0

I am intend to use the SNMP agent to access values from a board, and visualise them in ThingsBoard dashboard. Have anyone an idea how to support that protocol in the ThingsBoard?

1 Answers1

0

There is no SNMP support on Thingsboard. You will need to implement your own extension/adapter.

You could either use one of Thingsboard API (mqtt, http, CoAp or mqtt-gateway). Or code your on extension directly inside Thingsboard IoT Gateway (Java).

Gonzalo Matheu
  • 8,984
  • 5
  • 35
  • 58
  • The problem that I don't know if it gonna work or no! I didn't find any other extension rather than mqtt or http. have you any tutorial or guide for help? – Hamdy Twahry Mar 19 '19 at 21:29