Re: [lwip-users] Using HostName with lwip 1.4.0

2011-01-13 Thread Simon Goldschmidt
Diecol wrote: > > I realized that It's work fine now, but just with the first IP that I set... > for example, I set 192.168.0.30 > Then, running the program, I change to IP 192.168.0.31 > and when I ping 192.168.0.31 it works, but when I ping HOSTNAME appear: ping > to 192.168.0.30! I guess the

Re: [lwip-users] Using HostName with lwip 1.4.0

2011-01-13 Thread Diecol
I realized that It's work fine now, but just with the first IP that I set... for example, I set 192.168.0.30 Then, running the program, I change to IP 192.168.0.31 and when I ping 192.168.0.31 it works, but when I ping HOSTNAME appear: ping to 192.168.0.30! may i have to restart the connection, I

Re: [lwip-users] Using HostName with lwip 1.4.0

2011-01-13 Thread Diecol
Thanks Kieran I tryed to do what U told me to do.. but it isnt work yet. So I tryed to do otherwise. I went to savannah site and downloaded the old version of netbios.c, the 1.7! And now it works fine! I just have one problem, I put netbios_init(); after lwip_init(); and when I use static IP it

Re: [lwip-users] Using HostName with lwip 1.4.0

2011-01-13 Thread Diecol
Thanks Kieran I tryed to do what U told me to do.. but it isnt work yet. So I tryed to do otherwise. I went to savannah site and download the old version of netbios.c, the 1.7 one! And now it works fine! I just have one problem, I put netbios_init(); after lwip_init(); and when I use static IP i

Re: [lwip-users] Detailed description of modifications LwIP 1.3.x -> LwIP 1.4.x

2011-01-13 Thread Kieran Mansley
On Thu, 2011-01-13 at 13:12 +0100, Marco Jakobs wrote: > > I think i will face the problems again when i find some time here ... > which i also see in my private part here. However, if anybody in the > community did the update from 1.3.x to 1.4.0 in a FreeRTOS > environment > and wants to share

Re: [lwip-users] Detailed description of modifications LwIP 1.3.x -> LwIP 1.4.x

2011-01-13 Thread Marco Jakobs
Hi Kieran, thank you for your statement and the open words. And please be sure that i highly appreciate all that work which is put into this project by you and all the other devs. I think i will face the problems again when i find some time here ... which i also see in my private part here.

RE: [lwip-users] Lock-up issue with tcp_receive() and tcp_output()

2011-01-13 Thread Carr, Anthony
Thanks Kieran. Not the answer I wanted but at least I know where I stand in this state. Tony -Original Message- From: lwip-users-bounces+anthony.carr=devlin.co...@nongnu.org [mailto:lwip-users-bounces+anthony.carr=devlin.co...@nongnu.org] On Behalf Of Kieran Mansley Sent: 13 January 201

RE: [lwip-users] Lock-up issue with tcp_receive() and tcp_output()

2011-01-13 Thread Kieran Mansley
On Thu, 2011-01-13 at 08:37 +, Carr, Anthony wrote: > I understand it is better to prevent the issue occurring but is there > any way to recover from this condition. No, sorry - once corrupted it's impossible to recover. Kieran ___ lwip-users mail

Re: [lwip-users] Detailed description of modifications LwIP 1.3.x -> LwIP 1.4.x

2011-01-13 Thread Kieran Mansley
On Wed, 2011-01-12 at 14:03 +0100, Marco Jakobs wrote: > > I don't actually understand why there are so many huge changes which > are > makeing it nearly impossible to upgrade from 1.3 to 1.4 ... There were a lot of changes between 1.3 and 1.4, some of which modified the external APIs, but all

RE: [lwip-users] Lock-up issue with tcp_receive() and tcp_output()

2011-01-13 Thread Carr, Anthony
Hi Kieran, Thanks for the response. I understand it is better to prevent the issue occurring but is there any way to recover from this condition. I believe I can trap both occurrences of the lock-up, so if there is a way to recover from this I could use this as a short-term fix whilst investiga

Re: [lwip-users] Netconn API with SSI and CGI

2011-01-13 Thread Simon Goldschmidt
AMSN wrote: > I am using LwIP 1.4.0 with FreeRTOS. I have web server application based > on > netconn API, I would like to use SSI and CGI in this application. Just in case you don't know: tehre is a webserver including SSI- and CGI support in CVS contrib (also in the download section) that is