Add support for snmp v2 traps

This commit is contained in:
Mico Micic 2024-07-15 21:38:56 +02:00 committed by Olof Hagsand
parent af29a0f974
commit 4920b9d32b
4 changed files with 527 additions and 0 deletions

View file

@ -93,6 +93,7 @@ APPSRC += snmp_main.c
APPSRC += snmp_register.c
APPSRC += snmp_handler.c
APPSRC += snmp_lib.c
APPSRC += snmp_stream.c
APPOBJ = $(APPSRC:.c=.o)