From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19836 invoked by alias); 22 Jan 2010 12:54:20 -0000 Received: (qmail 19827 invoked by uid 22791); 22 Jan 2010 12:54:19 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail01.solnet.ch (HELO mail01.solnet.ch) (212.101.4.135) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jan 2010 12:54:14 +0000 Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id mZwJ1l14Bd-o; Fri, 22 Jan 2010 12:54:11 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail01.solnet.ch (Postfix) with ESMTP id 039E54E212; Fri, 22 Jan 2010 12:54:11 +0000 (UTC) Received: from beta.intefo.ch ([127.0.0.1]) by localhost (beta.intefo.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id V6+RDzxluHRl; Fri, 22 Jan 2010 13:53:46 +0100 (CET) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 658D47702E3; Fri, 22 Jan 2010 13:53:46 +0100 (CET) Message-ID: <4B599FDA.7020808@intefo.ch> Date: Fri, 22 Jan 2010 12:54:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: ganesh kr , John Dallaway CC: eCos developers Subject: lwip 1.3.2 port References: <73f9997f0907192203h77494e62u58b44ccfc7a738f4@mail.gmail.com> <4A65B8AE.8090204@martinlaabs.de> <73f9997f0907212153i743cfc7as86d2a1205c5dc7ab@mail.gmail.com> <73f9997f0907220421y145a62c3lb2728a132474c900@mail.gmail.com> <4A66F7E0.4050703@intefo.ch> <73f9997f1001220342h7bc1c79cl7180a184bee867f3@mail.gmail.com> In-Reply-To: <73f9997f1001220342h7bc1c79cl7180a184bee867f3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2010-01/txt/msg00001.txt.bz2 Hi John, Hi Ganesh Nice to hear that you are using the lwip stack and it is working fine for you. Currently, I hold the lwip code in my own git repo, shared with other changes I have done to eCos. The plan was to get my current lwip code into the CVS. John, I think it's about time to get this done. I can do one latest merge with the lwip 1.3.2 codebase and then we should be ready. I still have some local changes concerning ppp in my repo (which are absolutely necessary in my current project). But I think we should keep these changes in for a while. It seems like some work is done in the official lwip repo, concerning ppp. But these changes will only be available in future 1.4.x releases. The current stable release is 1.3.2, and will be for a little while. When we get to a stable 1.4.x release, it may be a good time to get back to the lwip repositories ppp code. In the meanwhile, I'll keep track of what's happening in the official repo and try to incorporate my changes into the official repo (support for ppp in a single-threaded lwip environment). What do you think? Simon ganesh kr wrote: > Hi Simon, > > I am using the lwip 1.3.0 stack ported to ecos 3.0 by you for the last > 4-5 monts and is working fine. Thanks for that. I have some questions: > 1. Are you keeping it in any repository so that I can take the latest > one? The one which I am using is lwip-20090722.tar.gz > 2. What I need to do to keep the codebase provided by you to be in > sync with the latest developments/fixes heppening in lwip1.3.0 > > Regards, > Ganesh K R > > On Wed, Jul 22, 2009 at 4:58 PM, Simon Kallweit > wrote: >> ganesh kr wrote: >>> Hi, >>> >>> I am new to ecos. I have 258 KB flash on my board. I am able to build >>> and run my small appliaction with ecos + lwip as nw stack. the code >>> size is 69KB. >>> I want to switch to freebsd/ openbsd based nw stack so that I can use >>> SNMP and DNS. Please any one let me know the aproximate code siaze if >>> I use freebsd based nw stack. >> I don't have much experience with the other stacks (using lwip myself) but >> you need plenty of RAM to use them, which could be a problem on your >> platform. lwip does have support for DNS and SNMP, the APIs just differ. You >> could check out my current lwip port, which is a lot more up to date than >> the one in the eCos repository: >> >> http://download.westlicht.ch/lwip-20090722.tar.gz >> >> Simon >>