Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-05-02 Thread goldsi...@gmx.de
Kieran Mansley wrote: On Fri, 2011-04-22 at 10:52 +0200, Ruben van der Kraan wrote After a boot of the software everything works ok. I can Ping, acces the webserver pages, open the telnet server. But at a point the websever and ping stop working. In wireshark i see my PC sending request to the e

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-05-02 Thread Ruben
mailing list. Thansk everyone for the feedback. Ruben ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ From: da...@abbey.co.nz To: rvdkr...@elmo-online.nl Date: 0:14:34, 05.02.2011 Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-05-01 Thread David Empson
: Saturday, April 30, 2011 1:53 AM Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser Hello I have to devices connected to switch which is connected to an other switch where my PC is connected to. If is disconnect one of my devices the problem

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-29 Thread Ruben
rvdkr...@elmo-online.nl Date: 9:01:31, 04.29.2011 Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>Hi Kieran >> >>I got the stat working unfortunately the debug function not yet. >>But in the port fi

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-29 Thread Ruben
responding on Ping and HTTP calls from a browser ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>On Thu, 2011-04-28 at 11:58 +0200, Ruben van der Kraan wrote: >> > I call "stats_display();" >> > >> > but is the define "#define LWIP_PLATFORM_DIAG(x

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Kieran Mansley
On Thu, 2011-04-28 at 11:58 +0200, Ruben van der Kraan wrote: > I call "stats_display();" > > but is the define "#define LWIP_PLATFORM_DIAG(x) printf" wrong or not? > in the help I found > > Platform specific diagnostic output - > LWIP_PLATFORM_DIAG(x)- non-fatal, print a message. >

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Ruben van der Kraan
11:05:59, 04.28.2011 Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>On Thu, 2011-04-28 at 10:58 +0200, Ruben wrote: >> > Hello Kieran >> > >> > I tried to enable the LWIP stat

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Kieran Mansley
On Thu, 2011-04-28 at 10:58 +0200, Ruben wrote: > Hello Kieran > > I tried to enable the LWIP stats but It does not print anything. > I use #define LWIP_PLATFORM_DIAG(x) printf after I enabled the > statistics define to '1' > what is the correct define I have a full printf lib function. You have

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Ruben
From: kie...@recoil.org To: rvdkr...@elmo-online.nl Date: 10:31:00, 04.28.2011 Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>On Wed, 2011-04-27 at 13:36 +0200, Ruben wrote: >> > It is strange but UDP frames are

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Kieran Mansley
On Wed, 2011-04-27 at 13:36 +0200, Ruben wrote: > It is strange but UDP frames are not blocking and keep on beeing > processed by the stack but TCP not. > in the function ip_input at "switch (IPH_PROTO(iphdr)) " the UDP case > it called but the TCP case us never called untill I wait a while and > r

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-27 Thread Ruben
lucky the tcp frame is decoded and the browser display a webpage. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ From: kie...@recoil.org To: rvdkr...@elmo-online.nl Date: 10:23:19, 04.26.2011 Subject: Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-27 Thread Ruben
Ping and HTTP calls from a browser ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ >>On Fri, 2011-04-22 at 10:52 +0200, Ruben van der Kraan wrote: >> >> > After a boot of the software everything works ok. I can Ping, acces >> > the webserver pages, open the telnet server. >&g

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-26 Thread Kieran Mansley
On Fri, 2011-04-22 at 10:52 +0200, Ruben van der Kraan wrote: > After a boot of the software everything works ok. I can Ping, acces > the webserver pages, open the telnet server. > But at a point the websever and ping stop working. In wireshark i see > my PC sending request to the embedded device

[lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-24 Thread Ruben van der Kraan
Dear all I am using Lwip 1.3.1 & 1.3.2 untill recently I had no problems using the stack. But now I'am experiencing something strange. I use a webserver and a telnet module. After a boot of the software everything works ok. I can Ping, acces the webserver pages, open the telnet server. But at a