lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Does lwip have snmp socket implementation?


From: Dirk Ziegelmeier
Subject: Re: [lwip-users] Does lwip have snmp socket implementation?
Date: Sun, 12 May 2019 10:40:38 +0200

No, but the netconn implementation is basically a socket implementation. The Socket implementation of lwIP is a wrapper around the netconn API. You can (and should) change the thread priority of the SNMP thread to be lower then the priority of the lwIP main thread.

Dirk


On Fri, May 10, 2019 at 8:45 PM yanhc519 <address@hidden> wrote:
Hi all.

In src/apps/snmp directory, I found snmp_raw.c and snmp_netconn.c. However, I cannot find snmp_socket.c which should be a socket implementation.

Since my rest applications are all based on socket, so I just want to find an snmp socket implementation to use.

Does lwip have snmp socket implementation?

Any suggestion will be appreciated.

Best regards,

yan
_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]