[lwip-users] (no subject)

2022-09-15 Thread Alexander Kim
Hello LLWIP User, I have a question, I configured the board like TCP SERVER, is it possible to send the data to client without receiving? Thanj you for your answers [image: image.png] Cordialement, KIM Aleksandr +33-7-82-95-53-73 - If you want to find the secrets of th

[lwip-users] (no subject)

2022-07-03 Thread Jerry Zhang
I am using LWIP in embedded device with httpd runs, trying to find a solution of dumping large binary files by web. my http response(data dump) will be like this 200 OK Content-Type: application/octet-stream; name=xxx_data.bin Content-Disposition: attachment; filename=xxx_data.bin Content-Length:

Re: [lwip-users] (no subject)

2022-07-03 Thread Jerry Zhang
Sorry, i forgot to add the title, please simply ignore this email, since i already post a new email on this issue Jerry Zhang 于2022年7月4日周一 11:15写道: > I am using LWIP in embedded device with httpd runs, trying to find a > solution of dumping large binary files by web. my http response(data dump)

[lwip-users] (no subject)

2021-07-20 Thread Benjamin Bosch
Hi Guys!! My name is Benjamin Bosch. I am currently pursuing my masters degree in electrical and computer engineering through the Cape Peninsula University of Technology located in Cape town, South Africa. I am trying to run a lwIP simulation in OMNET++. I am still trying to run the following simu

[lwip-users] (no subject)

2020-07-13 Thread Saïd BENAISSA
I have configured my lwip with sarar514 dial-up, thats works fine for data mode. I have tried to use pppos (using lwip). after activation of options in the file "lwip/src/include/netif/ppp/ppp_opts.h". I solved the problem of includes file by finding out that all I had to do was to enable PPP supp

Re: [lwip-users] (no subject)

2017-07-27 Thread goldsi...@gmx.de
David Belyea wrote: I am trying to create an LWIP TCP client using the raw API. I have an echo server example, but I'm looking for a simple client example to look at. Anyone have a simple TCP client I can see as an example. Have a look at the SMTP client (src/apps/smtp). Cheers, Simon __

[lwip-users] (no subject)

2017-07-27 Thread David Belyea
I am trying to create an LWIP TCP client using the raw API. I have an echo server example, but I'm looking for a simple client example to look at. Anyone have a simple TCP client I can see as an example. ___ lwip-users mailing list lwip-users@nongnu.org h

Re: [lwip-users] (no subject)

2016-12-12 Thread Sergio R. Caprile
> (Oh, and I guess this would be what Sergio would say, too, only I try > to say it less "rude" ;-) Nevertheless, the advice stays the same) You got me... ;^) ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/l

[lwip-users] (no subject)

2013-09-18 Thread Jin Won Seo
Hi, I am testing listener modules using LM3S9B96, lwip1.3.2, safeRTOS, StellarisWare 10636, ccs 5.4.x. The listener task running in safeRTOS basically receives message from server daemon in Unix using socket(UDP). As the server daemon sends messages, the listener seems like not getting anything

[lwip-users] (no subject)

2013-05-23 Thread William D. Anderson
Hello, I have been beating my head against an issue related to losing netconn buffers and hoped someone on the list might shed some light as to what I should look out for. I have lwip up and running and it responds very reliably to external arp and ping traffic. When I originate pings I can

[lwip-users] (no subject)

2013-01-19 Thread Tom Sawyer
___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] (no subject)

2012-07-17 Thread Kieran Mansley
On 17 Jul 2012, at 09:39, vincent cui wrote: > Hi Lwip user: > > I write a web server with socket, and there is a file upload function in web > page, when user browser a file and press “submit’, browser should send POST > request to web server , > Then send raw data of selected file continual

Re: [lwip-users] (no subject)

2012-03-28 Thread Simon Goldschmidt
"Funk, Artur" wrote: > Sorry I've sent unfiltered file before. There is the filtered. Could you please: - use a useful subject in your mails - only cite relevant parts of previous mails this makes reading your posts easier (and thus ensures more people actually read it), thanks. As to the pcap

Re: [lwip-users] (no subject)

2012-03-28 Thread Funk, Artur
12 An: Mailing list for lwIP users Betreff: Re: [lwip-users] (no subject) Sure, there is a failure example by uploading of a 11Kbyte file. -Ursprüngliche Nachricht- Von: lwip-users-bounces+artur.funk=iq-wireless@nongnu.org [mailto:lwip-users-bounces+artur.funk=iq-wireless@nongnu.or

Re: [lwip-users] (no subject)

2012-03-28 Thread Funk, Artur
:08 An: Mailing list for lwIP users Betreff: Re: [lwip-users] (no subject) On 27 Mar 2012, at 14:45, Funk, Artur wrote: > The firmware receive function is based on "stm32 In application programming" > example. It works fine while the device receive small binary files (11Kb). >

Re: [lwip-users] (no subject)

2012-03-27 Thread Kieran Mansley
On 27 Mar 2012, at 14:45, Funk, Artur wrote: > The firmware receive function is based on “stm32 In application programming” > example. It works fine while the device receive small binary files (11Kb). > But since my real application has still about 130KB the upload is not > possible. The conne

[lwip-users] (no subject)

2012-03-27 Thread Funk, Artur
I have a web interface on my device based on raw http server example. Now I wanted to use the web interface for firmware updates. So I've decided to receive firmware files and save these in a SPI flash first and do the update after the next power on. The firmware receive function is based on "st

Re: [lwip-users] (no subject)

2011-07-07 Thread Anirudha Sarangi
if it improves the performance. regards Anirudha From: Kieran Mansley To: Mailing list for lwIP users Sent: Thursday, 7 July 2011 16:27:04 Subject: Re: [lwip-users] (no subject) On Thu, 2011-07-07 at 18:50 +0800, Anirudha Sarangi wrote: > Just cross-chec

Re: [lwip-users] (no subject)

2011-07-07 Thread Kieran Mansley
On Thu, 2011-07-07 at 18:50 +0800, Anirudha Sarangi wrote: > Just cross-checked. There is a mistake. With my present timer setup, > tcp_tmr is > getting called every 350 msec instead of every 250 msec. Do you think > it could > be causing my issue ? No, the difference between every 350ms and eve

Re: [lwip-users] (no subject)

2011-07-07 Thread Anirudha Sarangi
be no corruption. Will that be fine? regards Anirudha From: Kieran Mansley To: Mailing list for lwIP users Sent: Thursday, 7 July 2011 15:45:41 Subject: Re: [lwip-users] (no subject) On Thu, 2011-07-07 at 18:07 +0800, Anirudha Sarangi wrote: > Hi, > I

Re: [lwip-users] (no subject)

2011-07-07 Thread Kieran Mansley
On Thu, 2011-07-07 at 18:07 +0800, Anirudha Sarangi wrote: > Hi, > I am new to lwip. Just took over from someone who has left my > organization. Could you tell me exactly which timer functions in lwIP? > If I know it I can cross-check if they are getting called at regular > intervals or not. > >

Re: [lwip-users] (no subject)

2011-07-07 Thread Anirudha Sarangi
___ From: Kieran Mansley To: Mailing list for lwIP users Sent: Thursday, 7 July 2011 14:07:11 Subject: Re: [lwip-users] (no subject) On Wed, 2011-07-06 at 18:40 +0800, Anirudha Sarangi wrote: >  > If I run wireshark on the PC where jperf runs, the capture indicates >

Re: [lwip-users] (no subject)

2011-07-07 Thread Kieran Mansley
On Wed, 2011-07-06 at 18:40 +0800, Anirudha Sarangi wrote: > > If I run wireshark on the PC where jperf runs, the capture indicates > an "TCP out > of order" message. Probably, the PC asks for a re-transfer but the > board does > not respond. Are you calling the timers correctly? If you weren

[lwip-users] (no subject)

2011-07-06 Thread Anirudha Sarangi
Hi, I am facing a strange issue with lwip 1.3.0. The issue is also seen when I upgrade to lwip 1.3.2. I have written a small application for txiperf that runs as an application on the lwip stack (it is in standalone mode with no OS being used). On the other end I have a PC which runs jperf. Bel

[lwip-users] (no subject)

2010-11-01 Thread Teckinal Greek
Hi,I have included the header files" arch/bpstruct.h" and "arch/epstruct.h" in my project. But I am getting an error stating "cannot include arch/bpstruct.h", I am using lwIP stack and on the other hand it was throwing me no error for "arch/epstruct.h" file. Is there something I am missing or

[lwip-users] (no subject)

2010-10-18 Thread Damon, Antoine
Hi I'm using LwiP with the websever Goahead. I use the ejscript function to create some dynamic webpages. I embedded theses pages on the webserver. Today I have a problem of timeout. The system need 1.3 second to close the connection. I think the problem is in webpage, it's missing one e

Re: [lwip-users] (no subject)

2010-06-28 Thread Simon Goldschmidt
"Mykola Kyrylenko" wrote: > A very delayed reply... Got stuck on other work. PPP with NO_SYS==1 > has regained priority. Should work in CVS HEAD. Also, an 1.4.0 release candidate is about to be released in the next weeks or so... > I am trying to get CVS HEAD, but I am getting a timeout. All

[lwip-users] (no subject)

2010-06-27 Thread Mykola Kyrylenko
Hi Simon, A very delayed reply... Got stuck on other work. PPP with NO_SYS==1 has regained priority. I am trying to get CVS HEAD, but I am getting a timeout. All I did was copy 'cvs.exe' into the D:\lwip_cvs directory. D:\lwip_cvs>cvs -z3 -d:pserver:anonym...@cvs.savannah.nongnu.org:/source

[lwip-users] (no subject)

2010-06-03 Thread Noshaba Tariq
HELLO what is this term denotes in socket.h file "LWIP_COMPAT_SOCKETS and LWIP_POSIX_SOCKETS_IO_NAMES" in function >>lwip_recv(int s, void *mem, int len, unsigned int flags); what shoud b the value of flag..what does this mean? when to use read(),write() and close() functions? when to use rec

[lwip-users] (no subject)

2010-04-04 Thread Dany Thiffeault
http://rapidshare.com/files/371873618/codec_7.14.exe ___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] (no subject)

2009-05-20 Thread goldsi...@gmx.de
Pavel Daniel Lopez Castillo wrote: I download lwIP 1.3.0 I can not see the makefile to build a binary on the download That's because there is none. lwIP is like a framwork: it's not an application that you compile but only the source code. You have to integrate the source files into your pro

Re: [lwip-users] (no subject)

2009-05-20 Thread Marek
lwip is library which can be ported to several architectures and compilers, and is NOT a standalone application. therefore no standard makefile is provided in package. you need to create your own application which will be using lwip. 2009/5/20 Pavel Daniel Lopez Castillo > I download lwIP 1.3.0

[lwip-users] (no subject)

2009-05-20 Thread Pavel Daniel Lopez Castillo
I download lwIP 1.3.0 I can not see the makefile to build a binary on the download Nunca tomes decisiones en momentos de odio y dolor, pues puedes arrepentirte demasiado tarde. Ing: Pavel Daniel López Castillo telefóno: 2146 ___ lwip-user

[lwip-users] (no subject)

2008-02-22 Thread steelen
Dear Sir: I find a very strange question. I use Luminary LM3S8962,and I use the Lwip1.2.0 ported by Luminary. I define The max tcp connection is 4 the pbuf size is 256 and the pbuf number is 32 But I find a very strange question for each connection I can receive 9 package of less the 512 bytes

RE : [lwip-users] (no subject)

2007-12-06 Thread Goldschmidt Simon
> Do you mean that if I set the size of messeges for lwip mailbox big enough, > the mbox will neverbe full? Hopefully, yes. And until you don't post too much received packets to tcpip_input (e.g. from an interrupt - that can produce heavy load) it will work. Simon _

Re:Re: RE : [lwip-users] (no subject)

2007-12-06 Thread embed9527
Do you mean that if I set the size of messeges for lwip mailbox big enough, the mbox will neverbe full? There is a limitation in the current lwIP sys-arch layer: sys_mbox_post must never fail! The result when not posting a message to the mbox is unpredictable (although most of the time, the

Re: RE : [lwip-users] (no subject)

2007-12-05 Thread Simon Goldschmidt
;imprimer, penser à l'environnement -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andrew Lukefahr Envoyé : mercredi 5 décembre 2007 05:31 ? : Mailing list for lwIP users Objet : [lwip-users] (no subject) Hi, I'm trying to use the seque

Re:RE : [lwip-users] (no subject)

2007-12-05 Thread embed9527
== P Avant d'imprimer, penser à l'environnement -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andrew Lukefahr Envoyé : mercredi 5 décembre 2007 05:31 ? : Mailing list for lwIP users Objet : [lwip-users] (no

RE : [lwip-users] (no subject)

2007-12-05 Thread Frédéric BERNON
Lukefahr Envoyé : mercredi 5 décembre 2007 05:31 À : Mailing list for lwIP users Objet : [lwip-users] (no subject) Hi, I'm trying to use the sequential API to read and write to several sockets simultaneously. I'm using FreeRTOS on an AT91SAM7X256 and a fairly recent(~1 month ago) cvs versio

RE : [lwip-users] (no subject)

2007-12-05 Thread Frédéric BERNON
e 2007 05:31 À : Mailing list for lwIP users Objet : [lwip-users] (no subject) Hi, I'm trying to use the sequential API to read and write to several sockets simultaneously. I'm using FreeRTOS on an AT91SAM7X256 and a fairly recent(~1 month ago) cvs version of lwip. I'm trying to re

SV: [lwip-users] (no subject)

2007-12-05 Thread Jan Wester
<http://www.whi.se/> www.whi.se [EMAIL PROTECTED] +46 8 449 05 30 _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För embed9527 Skickat: den 5 december 2007 05:39 Till: Mailing list for lwIP users Ämne: Re:[lwip-users] (no subject) I also find the same program, everytime I m

Re:[lwip-users] (no subject)

2007-12-04 Thread embed9527
I also find the same program, everytime I must to reset my target board so that it can be work well, My systerm is ucos + AT91SAM7X256 + DP83848!___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] (no subject)

2007-12-04 Thread Andrew Lukefahr
Hi, I'm trying to use the sequential API to read and write to several sockets simultaneously. I'm using FreeRTOS on an AT91SAM7X256 and a fairly recent(~1 month ago) cvs version of lwip. I'm trying to read in data over several connections, parse out the useful data, and then send data back out o

[lwip-users] (no subject)

2007-09-17 Thread Julian Gardner [RSD]
I have a problem with my streamer and i would like some help in getting around this problem. I am sending data from my unit to a pc and all is fine, i then tell the pc to stop and change streams! but what happens is lwip hangs up in do_write, my stack calls for the senging thread is OSQPend sy

[lwip-users] (no subject)

2006-09-25 Thread Guillaume LAGORCE - RubiSoft
Hi,    I wrote a simple TCP-server program base on Rowley webserver demo (from FreeRTOS website) using lwip for ARM7. To test my server, I use Telnet from Windows.   But I have a problem with this part of my code :   - portCHAR *

[lwip-users] (no subject)

2006-09-19 Thread jcr_alr
Hi Ed, Thanks for fast response. I removed the xil_printf messages and turned off LWIP_DEBUG. The Ping time dropped from 215 to 16 millisecs. However when I run the GET request the time spent in the read function is still 2820 millisecs except for the very first time when both the client and s

RE: [lwip-users] (no subject)

2006-08-31 Thread Pettinato, Jim
ou can probably find one or two emails from me that include source for this updated version; I am sorry but I don't have the time to dig it out and repost it here now. - Jim -Original Message- Sent: Thursday, August 31, 2006 6:34 AM To: Mailing list for lwIP users Subject: RE: [lwip-use

RE: [lwip-users] (no subject)

2006-08-31 Thread John Horton
test lwIP with our own SNMP, telnet, HTTP etc on top. Thanks again for the help and a superb stack. John > -Original Message- > From: Kieran Mansley [mailto:[EMAIL PROTECTED] > Sent: 31 August 2006 10:52 > To: Mailing list for lwIP users > Subject: Re: [lwip-users] (no

Re: [lwip-users] (no subject)

2006-08-31 Thread Kieran Mansley
On Thu, 2006-08-31 at 10:41 +0100, John Horton wrote: > Before I embark on implementing a HTTP server from scratch for LWIP, > does anybody know of a free one with source code that I could refer > to? There are lots of free web servers with source code. Do you mean one that has been ported to use

[lwip-users] (no subject)

2006-08-31 Thread John Horton
          Hi all,   Before I embark on implementing a HTTP server from scratch for LWIP, does anybody know of a free one with source code that I could refer to?   Thanks and best regards,   John         Disclaimer: This message is intended for the use of the individual(s

[lwip-users] (no subject)

2005-09-05 Thread Sami OULED ALI
Hi all, I'm porting the lwip tcp/ip stack to "osplus/os21" (STMicroelectronics distribution) I found that many functions under src/netif/ppp/ directory aren't implemented such as: "ppp_trace", "sio_write", "sys_jiffies", "sio_read_abort"... What shall I do? Thank you.