Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-04-24 Thread goldsi...@gmx.de

Erik Ekman wrote:

 Where is the current 1.5.0 beta download?

There is no 1.5 created yet, you have to use HEAD right now.


- Work in progress... Time keeps running away, but I hope to release 
the beta one of the next weeks...


Simon

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-04-04 Thread Erik Ekman
On Wed, Mar 27, 2013 at 10:36 PM, Paul Archer ptarc...@gmail.com wrote:

 On 28 March 2013 01:40, Ivan Delamer dela...@inicotech.com wrote:

 For IPv6 support you need to get the latest version, 1.5.0 BETA, or get
 the current HEAD development version from the GIT repository.


 Where is the current 1.5.0 beta download?

 I looked on git and also on savannah and google, no mention the download
 to 1.5.0
 http://git.savannah.gnu.org/cgit/lwip.git
 http://download.savannah.gnu.org/releases/lwip/



There is no 1.5 created yet, you have to use HEAD right now.

/Erik
___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-03-27 Thread Noam weissman
Hi,

 

Take a look there a newer version of LwIP … 1.41

 

You may need to port the sys_arch.c as it was changed

 

Beside that it should be compatible.

 

BR,

Noam.

 

From: lwip-users-bounces+noam=silrd@nongnu.org 
[mailto:lwip-users-bounces+noam=silrd@nongnu.org] On Behalf Of 
leder-christ...@freenet.de
Sent: ד 27 מרץ 2013 14:01
To: lwip-users@nongnu.org
Subject: [lwip-users] lwIP instead of BSD stack regarding IPv6

 

Hello,

 

i have a project where IPv6 is required. I have to examine the lwIP’s TCP/IP 
stack regarding its IPv6 capability and if it is an alternative to the BSD 
stack. Because of having limited memory space on the embedded target 
controller, lwIP with the lower footprint is preferred. Since I am just a 
rookie I considered to join the mailing list. I have some questions especially 
using the IPv6 stack. Are there any experiences? Or restrictions for using it?  
The operating system in my project is eCos. The current version of the lwIP 
stack is not implemented, but v1.3.2. 

One concrete question is concerning the address eCosCentric in the limitations: 
“The DNS client support only returns IPv4 addresses”. What does this mean?

I hope anybody can help me and has already some experiences about IPv6. Thank 
you very much!

 

Best regards, Christian



---

Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen! 
Rundum glücklich mit freenetMail 
http://email.freenet.de/produkte/basic/index.html 






This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals  computer 
viruses.



 
 

This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals  computer 
viruses.


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-03-27 Thread Guillaume Fortaine
Hello,

There is also the newly released CycloneTCP as lightweight Open Source
TCP/IP Stack :

http://www.oryx-embedded.com/cyclone_tcp.html#sourceCode

Best Regards,

Guillaume FORTAINE

On Wed, Mar 27, 2013 at 1:00 PM,  leder-christ...@freenet.de wrote:
 Hello,


 i have a project where IPv6 is required. I have to examine the lwIP’s TCP/IP
 stack regarding its IPv6 capability and if it is an alternative to the BSD
 stack. Because of having limited memory space on the embedded target
 controller, lwIP with the lower footprint is preferred. Since I am just a
 rookie I considered to join the mailing list. I have some questions
 especially using the IPv6 stack. Are there any experiences? Or restrictions
 for using it?  The operating system in my project is eCos. The current
 version of the lwIP stack is not implemented, but v1.3.2.

 One concrete question is concerning the address eCosCentric in the
 limitations: “The DNS client support only returns IPv4 addresses”. What does
 this mean?

 I hope anybody can help me and has already some experiences about IPv6.
 Thank you very much!


 Best regards, Christian



 ---
 Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen!
 Rundum glücklich mit freenetMail

 ___
 lwip-users mailing list
 lwip-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/lwip-users

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-03-27 Thread Bill Auerbach
Interesting...  But for those wanting BSD licensing and as the subject says
instead of BSD:

From http://www.oryx-embedded.com/cyclone_tcp.html#sourceCode

The open source GPLv2 version CycloneTCP Open is available for free.
However the GPL license requires that developers publish the complete source
of their applications and make it available to anyone who wants to use it
for free.

Bill

-Original Message-
From: lwip-users-bounces+bauerbach=arrayonline@nongnu.org
[mailto:lwip-users-bounces+bauerbach=arrayonline@nongnu.org] On Behalf
Of Guillaume Fortaine
Sent: Wednesday, March 27, 2013 10:23 AM
To: Mailing list for lwIP users
Subject: Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

Hello,

There is also the newly released CycloneTCP as lightweight Open Source
TCP/IP Stack :

http://www.oryx-embedded.com/cyclone_tcp.html#sourceCode

Best Regards,

Guillaume FORTAINE

On Wed, Mar 27, 2013 at 1:00 PM,  leder-christ...@freenet.de wrote:
 Hello,


 i have a project where IPv6 is required. I have to examine the lwIP’s 
 TCP/IP stack regarding its IPv6 capability and if it is an alternative 
 to the BSD stack. Because of having limited memory space on the 
 embedded target controller, lwIP with the lower footprint is 
 preferred. Since I am just a rookie I considered to join the mailing 
 list. I have some questions especially using the IPv6 stack. Are there 
 any experiences? Or restrictions for using it?  The operating system 
 in my project is eCos. The current version of the lwIP stack is not
implemented, but v1.3.2.

 One concrete question is concerning the address eCosCentric in the
 limitations: “The DNS client support only returns IPv4 addresses”. 
 What does this mean?

 I hope anybody can help me and has already some experiences about IPv6.
 Thank you very much!


 Best regards, Christian



 ---
 Alle Postfächer an einem Ort. Jetzt wechseln und E-Mail-Adresse mitnehmen!
 Rundum glücklich mit freenetMail

 ___
 lwip-users mailing list
 lwip-users@nongnu.org
 https://lists.nongnu.org/mailman/listinfo/lwip-users

___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-03-27 Thread Ivan Delamer

Hello Christian,

I think eCos only comes with LwIP 1.3.2 which does not support IPv6.

For IPv6 support you need to get the latest version, 1.5.0 BETA, or get 
the current HEAD development version from the GIT repository.


There were some API changes from 1.3.2 to 1.4.0 (1.5.0 API is more or 
less the same). So you'd have to make some changes to sys_arch.c and 
related files, and to your netif driver as well. Also include some new 
source files in your makefile.


IPv6 support is in BETA stage, however some of us have been using it 
for over 2 years.


Cheers
Ivan




Date: Wed, 27 Mar 2013 13:00:52 +0100
From: leder-christ...@freenet.de
To: lwip-users@nongnu.org
Subject: [lwip-users] lwIP instead of BSD stack regarding IPv6
Message-ID: 531313a04da4784ec40e48470a568...@email.freenet.de
Content-Type: text/plain; charset=utf-8


Hello,


i have a project where IPv6 is required. I have to examine the lwIP?s
TCP/IP stack regarding its IPv6 capability and if it is an alternative
to the BSD stack. Because of having limited memory space on the
embedded target controller, lwIP with the lower footprint is
preferred. Since I am just a rookie I considered to join the mailing
list. I have some questions especially using the IPv6 stack. Are there
any experiences? Or restrictions for using it?? The operating system
in my project is eCos. The current version of the lwIP stack is not
implemented, but v1.3.2.
One concrete question is concerning the address  eCosCentric in the
limitations: ?The DNS client support only returns IPv4 addresses?.
What does this mean?
I hope anybody can help me and has already some experiences about
IPv6. Thank you very much!


Best regards, Christian



---
Alle Postf?cher an einem Ort. Jetzt wechseln und E-Mail-Adresse
mitnehmen! Rundum gl?cklich mit freenetMail


___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users


Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-03-27 Thread Paul Archer
On 28 March 2013 01:40, Ivan Delamer dela...@inicotech.com wrote:

 For IPv6 support you need to get the latest version, 1.5.0 BETA, or get
 the current HEAD development version from the GIT repository.


Where is the current 1.5.0 beta download?

I looked on git and also on savannah and google, no mention the download to
1.5.0
http://git.savannah.gnu.org/cgit/lwip.git
http://download.savannah.gnu.org/releases/lwip/

Regards Paul
___
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users