shortbloke / Arduino_SNMP_Manager

SNMP Manager for ESP32/ESP8266 and Arduino
Other
49 stars 9 forks source link

Investigate AsyncUDP Library #11

Open shortbloke opened 2 years ago

shortbloke commented 2 years ago

Investigate AsyncUDP to replace looping to check for new UDP packets.

JoaoVitorMaia commented 2 years ago

Regarding the architecture, the callback registration and non synchronous response, needs to behave like that or something like this: char routerSerialNumber = snmp.getString(oid, timeout); DateTime routerUptime = snmp.getTimeTicks(oid, timeout); would be and improvement?