SNMPv3 Agent for FreeRTOS-TCP

Does anyone know of, or can recommend, a SNMPv3 agent (commerical or permissive open source licensed) that will sit on top of FreeRTOS-TCP? I know that lwIP has one that could probably be ported but was wanting to save some effort. -Andy.

SNMPv3 Agent for FreeRTOS-TCP

FreeRTOS+TCP has a Berkeley sockets (lite) API, which is the norm, so it should be possible to port any implementation that targets microcontrollers.