New version of Agentuino (or any other SNMP library)?

I'm trying to implement Agentuino (or any other SNMP agent to that effect) on Arduino. I'm using IDE 1.8.3, Updated Ethernet lib. but compiles fails.

Agentuino and all SNMP libraries I've found are all over 2 years old.

Any updated library hidden somewhere?

Marino

Agentuino and all SNMP libraries I've found are all over 2 years old.

So?

Post your code. Post links to any libraries you are using. Post the error messages.

Code doesn't rot. Just because no changes have been made in two years does not mean that the code no longer works.

In the end, it was the flash library the offending one.

Code, does not rot, true. But developing environment, compilers and even language structurer do change overtime, some codes do become deprecated and there is a thing called backward compatibility...

FWIW: I was trying with the example shipped with Agentuino library.

Thanks!

Marino