Re: Further questions about LWIP/HTTP server

2010-03-01 Thread Stefan Kalkowski
On Monday, 1. March 2010 16:17:05 Christian Helmuth wrote: > Hello Peter, > > On Tue, Mar 02, 2010 at 12:20:15AM +1030, Peter Nguyen wrote: > > Sorry, I should have mentioned more specifically what i was after. So, i > > was referring to the http_server_serve function in the http server code, > > w

Re: Further questions about LWIP/HTTP server

2010-03-01 Thread Christian Helmuth
Hello Peter, On Tue, Mar 02, 2010 at 12:20:15AM +1030, Peter Nguyen wrote: > Sorry, I should have mentioned more specifically what i was after. So, i was > referring to the http_server_serve function in the http server code, whereby > upon receiving a HTTP request, the struct netconn variable (con

Re: Further questions about LWIP/HTTP server

2010-03-01 Thread Peter Nguyen
Stefan, Sorry, I should have mentioned more specifically what i was after. So, i was referring to the http_server_serve function in the http server code, whereby upon receiving a HTTP request, the struct netconn variable (conn) seems to store IP addresses which I think refer to the IP address that

Re: Further questions about LWIP/HTTP server

2010-03-01 Thread Stefan Kalkowski
On Monday, 1. March 2010 05:30:27 Peter Nguyen wrote: > Hi, Hi Peter, > > In digging to the HTTP server functionality, I noticed that with IP > address, data is stored for local and remote IP addresses. I gather > remote IPs refer to the machines making the requests. Does the local IP > refer to

Further questions about LWIP/HTTP server

2010-02-28 Thread Peter Nguyen
Hi, In digging to the HTTP server functionality, I noticed that with IP address, data is stored for local and remote IP addresses. I gather remote IPs refer to the machines making the requests. Does the local IP refer to the HTTP server itself?? Peter -

Re: Further questions

2010-01-06 Thread Peter Nguyen
Hi Norman, Thanks for your response. I was asking because for my project, I have implemented a sampling environment that runs at the Iguana level, and given there seems to be considerable work into genode, I was wanting to port it to genode. My sampling infrastructure is based on the iguan

Re: Further questions

2010-01-06 Thread Norman Feske
Hi Peter, > I have another question about Genode. More specifically, I was wondering > whether > any of the Iguana services at all. I ask this given that the weaver.xml file > refers to memsections and pds (i'm assuming that means protection domains). Genode is not compatible to Iguana. However,

Further questions

2010-01-05 Thread Peter Nguyen
Hi, Thanks you very much for that. I now have it running. I have another question about Genode. More specifically, I was wondering whether any of the Iguana services at all. I ask this given that the weaver.xml file refers to memsections and pds (i'm assuming that means protection domains). Pete