0neblock / Arduino_SNMP

SNMP Agent built with Arduino
MIT License
77 stars 30 forks source link

esp8266 Vscode #28

Closed Lynxshd closed 2 years ago

Lynxshd commented 2 years ago

I would like to start by saying thank you for all the work you have done on this library, and for a complete newbie to Arduino and coding micro controllers it was nice to find something that was simple to use,

I am using the snmp_agent with an esp8266 with the arduionIDE but switching to vscode doesn't compile it. I then found this new version of the snmp_agent and was super happy to see that it is in the platformio list, but alas it seems that i can no longer use this with the esp8266, it seems that there are missing files that stop the file compiling. is this expected and do you have plans to make it work with the esp8266?

Thanks

Caleb

0neblock commented 2 years ago

Hi there, This PR: https://github.com/0neblock/Arduino_SNMP/pull/27 has esp8266 compatibility and I've just merged it in. Please try with the latest code.

Lynxshd commented 2 years ago

Thank you so much it worked, I will put it through some testing and let you know if I have any issues. Thanks for such a quick response, this is a great lib. :)

Lynxshd commented 2 years ago

This has been working well and is doing a much better job of passing the info to snmp servers.

Thanks

again