[lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send request and get response then decide if want to keep connection or disconnect. My device is based on AVR32 processor, and

Re: [lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Sylvain Rochet
Hi Szymon, On Mon, Jan 14, 2013 at 03:25:22PM +0100, Szymon Tarnowski wrote: Hi, I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send request and get response then decide if want

[lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, I am sorry for last message, accidently pressed send during message editing. Please do not respond for previous topic. I am developing a commercial application for embedded device using lwip. My device is listening on specific tcp port for incomming message, if client connects can send

Re: [lwip-users] Closing netconn, application or lwip bug?

2013-01-14 Thread Szymon Tarnowski
Hi, Thank you for answer, this code was only a simplified example of my code, there are some synchronisation mechanisms used in application, I removed them to clarify my question. I will recheck them again. My message was only part of description of my problem, read full story in another email. --

[lwip-users] Sending out small TCP data very fast

2013-01-14 Thread Firedog I.
Hi everyone, I'm using lwIP v1.31 with an 72MHz Cortex M3 Processor and 64kB RAM. I need to write small 10-35bit messages as fast as possible through ethernet. I've set up a timer to 50ms, the timer interrupt executes a tcp_write and a tcp_output. My problem is that every outgoing Message, when

Re: [lwip-users] HTTP Server problem when SSI tag appears in the first TCP_MSS bytes

2013-01-14 Thread goldsi...@gmx.de
??? wrote: I set the TCP_MSS=1460, and my SHTML file has some SSI tags. when the first SSI tag appears after 1460(TCP_MSS) bytes of the file,all is ok! However, when the first SSI tag appears in the first 1460 bytes(e.g. the first !--#tag_name-- appears after 100th byte) of the file, then

Re: [lwip-users] Sending out small TCP data very fast

2013-01-14 Thread goldsi...@gmx.de
Firedog I. wrote: I'm using lwIP v1.31 with an 72MHz Cortex M3 Processor and 64kB RAM. I need to write small 10-35bit messages as fast as possible through ethernet. I've set up a timer to 50ms, the timer interrupt executes a tcp_write and a tcp_output. My problem is that every outgoing

[lwip-users] coap on lwip

2013-01-14 Thread chrysn
hello lwip-users, have you hever heard of or seen an implementation of coap (constrained application protocol[1]) atop native lwip? everything i've seen so far is based on contiki/uip, but i'd need coap and serious tcp inside the same device. as a warning to whoever wants to look for such

Re: [lwip-users] coap on lwip

2013-01-14 Thread mat henshall
I have just been doing the same search - and evaluating coap as an option in one of our projects. On Mon, Jan 14, 2013 at 9:18 AM, chrysn chr...@fsfe.org wrote: hello lwip-users, have you hever heard of or seen an implementation of coap (constrained application protocol[1]) atop native

Re: [lwip-users] coap on lwip

2013-01-14 Thread chrysn
On Mon, Jan 14, 2013 at 09:21:58AM -0800, mat henshall wrote: I have just been doing the same search - and evaluating coap as an option in one of our projects. my first approach would be to port libcoap[1] to lwip -- as it already has several ifdef'd posix or contiki (uip) distinctions, i

Re: [lwip-users] coap on lwip

2013-01-14 Thread Mat Henshall
I had given libcoap a quick look over the weekend! It seemed like the best choice as a starting place. My biggest concern was I need an lwip raw API implementation, and a minimal memory footprint version. I'd be happy to help - tell me what you need from me. Feel free to email directly: