Re: [lwip-users] Tcp retransmission with pppos using lwip 2.0.3

2018-02-01 Thread goldsi...@gmx.de
Are you running over pppos or not? Why did your remove "pppos" from the 2nd mail? On 01.02.2018 12:49, Kiran wrote: Hi, I'm using lwip 2.0.3 with freertos. I'm running tcp server in my Linux pc and tcp client on atmel microcontroller with lwip 2.0.3. I got succeeded in establishing a

[lwip-users] Tcp retransmission with lwip 2.0.3

2018-02-01 Thread Kiran
Hi, I'm using lwip 2.0.3 with freertos. I'm running tcp server in my Linux pc and tcp client on atmel microcontroller with lwip 2.0.3. I got succeeded in establishing a successful tcp connection with my Linux pc,but when I start sending tcp messages from client using *send* function I see it

[lwip-users] Tcp retransmission with pppos using lwip 2.0.3

2018-02-01 Thread Kiran
Hi, I'm using lwip 2.0.3 with freertos. I'm running tcp server in my Linux pc and tcp client on atmel microcontroller with lwip 2.0.3. I got succeeded in establishing a successful tcp connection with my Linux pc,but when I start sending tcp messages from client using *send* function I see it

Re: [lwip-users] An external filesystem for httpd

2018-02-01 Thread Noam Weissman
Hi, I have created a separate HTTPD server based on the contribution, some input from other users and my own input. One of the changes that I made was to create a different FS structure. Instead of a link list that places each file after the other and a linked list at the end of data I created

[lwip-users] An external filesystem for httpd

2018-02-01 Thread Giuseppe Modugno
Until now, I was using the embedded fs generated by the tool makefsdata. Unfortunately the filesystem I'd like to create is bigger than the internal Flash memory of the MCU. I'm thinking to use an external SPI Flash memory to save the filesystem. So I need another tool that creates an ouput