Replies: 6 comments 3 replies
-
@cbrake this is a topic that could be interesting for one of our projects. We have kind of skipped it because it was not a hard requirement for the endpoints, but definitely interesting to have it or being able to implement it |
Beta Was this translation helpful? Give feedback.
-
I was looking at this some time ago, but did not had time to work on it. |
Beta Was this translation helpful? Give feedback.
-
We are interested in this. |
Beta Was this translation helpful? Give feedback.
-
See also: #2329 |
Beta Was this translation helpful? Give feedback.
-
We are starting development in this external module: https://github.com/simpleiot/zephyr-snmp @htibosch is currently working on this Looks like some cleanup will be required to upstream it (converting LWIP stuff to equivalent Zephyr), but hopefully we'll have something usable soon. |
Beta Was this translation helpful? Give feedback.
-
@jukkar with SNMP, we are focusing on:
For #2, would you advise creating an API like the HTTP server with callbacks that fire when requests come in, or is there a better way to do this? |
Beta Was this translation helpful? Give feedback.
-
I'm looking at adding SNMP support to Zephyr. So far I've looked at various Arduino implementations, but they are all C++, and I'd like to avoid that.
Porting pieces of net-snmp seems to be the best approach I've found yet, so working on that.
I don't have anything to share yet, but if anyone has interest, let me know.
Beta Was this translation helpful? Give feedback.
All reactions