lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] need help building netio server


From: Francois Bouchard
Subject: Re: [lwip-users] need help building netio server
Date: Wed, 18 Feb 2009 15:04:50 -0500

Let me refine my post.  I only get 1 Tx speed from this netio (client side) command :
 
          D:\users\Francois\netio_tests>netio -t 172.27.42.160
outputs:
TCP connection established.
Packet size 1 bytes:  85391 Byte/s Tx,
My question: does that mean the server can't transmit ?
Francois
 
----- Original Message -----
Sent: Wednesday, February 18, 2009 12:34 PM
Subject: [lwip-users] need help building netio server

Hi all,
 
I have not found anything interesting on the archives so I'm asking you.
 
My goal is the connect to a server (coldfire5282) using client app netio.
 
I'm using the netio files in the contrib section.  My project runs with an OS, which mean I got the tcp/ip thread running.  From the client side, I'm able to connect and transmit, but I can't get any response from the server.
 
lwipopts:  #define LWIP_RAW  1
 
here what I do:
     - lwip_init()
     - netif_add(servers address, ...)
     - call netio_init()
     - entering infinite loop;
 
Is there something I'm not doing?  I'm newbie with the raw API, is it true that I dont need threads ie. call to netio_init() will do the job?
 
Thanks
 
Francois


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]