|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Outbound SNMP notifications - Trap and InformRequest (DETWS_ENABLE_SNMP_TRAP). More...
Go to the source code of this file.
Outbound SNMP notifications - Trap and InformRequest (DETWS_ENABLE_SNMP_TRAP).
Lets the agent push events to a manager instead of only answering polls: SNMPv2c (RFC 3416) and, when DETWS_ENABLE_SNMP_V3 is set, SNMPv3 USM (authPriv) notifications. Every notification carries the mandatory sysUpTime.0 and snmpTrapOID.0 bindings plus any caller varbinds. Split, like the other services, into a host-testable PDU builder and an ESP32 UDP send:
Definition in file snmp_notify.h.