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?
Asked
Active
Viewed 618 times
0
-
How is that related to OPC UA? – Frank Meerkötter Mar 18 '19 at 05:38
-
Your entire question should read "How to visualize data in ThingsBoard" and the only tags should be "thingsboard" "visualization". – astrowalker Mar 18 '19 at 07:02
-
Sorry guy, I am noob in this website, but I think my question should be "Can I add the SNMP to thingsboard as an extension?". Can you answer this question? – Hamdy Twahry Mar 18 '19 at 17:42
-
I don't know, but in such case edit your post -- change the title, body and tags. – astrowalker Mar 19 '19 at 08:01
1 Answers
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