0neblock / Arduino_SNMP

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

Lot of libraries missing to compile on a MEGA2560 #34

Open touffy67 opened 2 years ago

touffy67 commented 2 years ago

I try to use your code on an Arduino Mega 2560 attached to an ethernet shield. I cannot compile the project because I have a lot of libraries missing. In VallueCallbacks.h there is

include deque

include algorithm

and in ber.h

include utility

include vector

where can I find these libraries?

thank you for your help

FairWindCo commented 1 year ago

Arduino Uno have same errors. What library need to use this?

ttamiozzo commented 1 year ago

Same errors here with a mega 2560

0neblock commented 1 year ago

Hi @touffy67 @FairWindCo @ttamiozzo Sorry for the late reply. This library should allow it to work on non-ESP versions of Arduino: https://github.com/mike-matera/ArduinoSTL I will update the README to indicate this.