|
From: | address@hidden |
Subject: | Re: [lwip-users] SNMP Get request to external device from my lwIp |
Date: | Tue, 4 Oct 2016 20:41:34 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 |
Hakan Sezgin wrote:
I would like to read a parameter from an external device that supports SNMP protocol. How to use LwIp functions to read this parameter from my application to external device ?
That's easy: you need to write an SNMP client. Or get one from somewhere.I don't know of any for lwIP-specific APIs, so the simplest solution is probably to try and
find a socket-based SNMP client and just use that. Simon
[Prev in Thread] | Current Thread | [Next in Thread] |