lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] SNMPv3 implementation WIP


From: Dirk Ziegelmeier
Subject: Re: [lwip-devel] SNMPv3 implementation WIP
Date: Fri, 4 Mar 2016 20:20:39 +0100

Hi Önal,

nice to hear you are working on SNMPv3!
The new version of the stack was mainly developed at Pepperl+Fuchs by Martin Hentschel for a Profinet device. I wrote minor parts of it, but I maintain it in lwIP. I guess mbed TLS is a good lib to use with lwIP. Maybe Sylvain (PPP maintainer) has the time to move over from polar SSL to it, too.
If you want to have an abstraction of the mbed TLS, I would prefer a wrapper around it instead of #defines, since this will be more flexible when you want to use another library. And it would be great to avoid #including mbed TLS headers in the actual implementation.
Maybe even wrapper functions for engine boot count are also better to avoid cluttering lwipopts.h even more. SNMP and especially SNMP with encryption is so resource demanding in code and CPU cycles that you don't need to save a few bytes by substituting a wrapper call by #defines. If someone wants these features, he needs adequate resources for it.
If you have question about the stack, feel free to contact me, maybe even privately if the questions are not
​interesting or too detailed for the rest of the list.

Ciao
Dirk

--
Dirk Ziegelmeier * address@hidden * http://www.ziegelmeier.net

On Fri, Mar 4, 2016 at 2:20 PM, Elias Önal <address@hidden> wrote:
I did notice the changes, that's why I'd like to avoid conflicts and upstream further additions like the new MIB iteratively. I've started developing against commit 6650eb4cd2f22a081995abb7f1a508fdd57275ac from Tue Feb 23.

-Elias


On 04/03/16 21:05, Simon Goldschmidt wrote:
Elias Önal wrote:
Last week I've started implementing SNMPv3
I hope you started this against master tip, there have been quite a few changes to SNMP recently.

The normal way to go would be to post a patch to http://savannah.nongnu.org/projects/lwip/


Simon

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


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


reply via email to

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