Re: INFO - embedded development leveraging net-snmp?
Wes Hardaker via Net-snmp-coders <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
John Dill via Net-snmp-coders <[email protected]> writes: > I have a question about whether anyone uses net-snmp in the embedded > domain. It definitely has been used in those contexts yes. > The issue is that importing the entirety of openssl and net-snmp is > likely too large resource wise for the hardware to manage, so I'm > curious if anyone has ideas for creating a compact "library" with a > smaller footprint of features. You should be aware that you can specify --with-openssl="internal" which uses the most minimal extracts of (an older) openssl to support SNMPv3 with USM. You won't get DTLS though, but it doesn't sound like you need that. Also see the --enable-minimalist and --enable-mini-agent flags. -- Wes Hardaker Please mail all replies to [email protected]