Page 1 of 1

ESP32 and support to SNMP in LWIP?

Posted: Thu Oct 19, 2017 7:26 pm
by santanapablo1975
Hi All,

I would like to ask if the integration of the SNMP files in the LWIP will be planned for the next release, I have seen that the ESP8266 has such functionality.

The inclusion in the road map will be apreciated!

Thanks in advance!

Juan

Re: ESP32 and support to SNMP in LWIP?

Posted: Mon Oct 23, 2017 2:59 am
by ESP_Sprite
We do not have plans for that. However, because ESP-IDF supports a fair amount of POSIX APIs, it's probably not too hard to port a C/C++-based SNMP library over to it.

Re: ESP32 and support to SNMP in LWIP?

Posted: Mon Oct 23, 2017 12:54 pm
by santanapablo1975
Thanks for your answer.

I am going to check how to integrate it.

Best regards.

Juan

Re: ESP32 and support to SNMP in LWIP?

Posted: Thu Nov 02, 2017 1:49 pm
by santanapablo1975
Hi All please looke here
AlexNik wrote:Yes. I've solved my problem with SNMP using instructions on LWIP SNMPv2c Agent from LWIP web site.
http://www.nongnu.org/lwip/2_0_x/group__snmp.html
Here is nothing to do with ESP32, You need to deal with LWIP.
Regards

Juan