lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: Worlds smallest web server with Ethernet, worlds smalle


From: Rod Boyce
Subject: [lwip-users] Re: Worlds smallest web server with Ethernet, worlds smallest[lwip]PPP)
Date: Wed, 08 Jan 2003 22:30:47 -0000

Ganesh,

It a work in progress I'm rewriting the file system and httpd example to cope
with the unusual memory model of the 8051.  Otherwise just adding a serial
driver and a timer there are hardly any changes.  I'm planning on adding a PPP
layer once I get the example working properly but SLIP will do for a start.  I
have some PPP code from the PSIStack that is GNU that with major rewrite will
operate I think OK as it is one of the simplest and most complete but there is
still some work to do getting it to handle a single buffer.  I'm also planning
to measure all the optimized C code and see if the SDCC compiler can do a
better job than writing it in a trick fashion (sorry Adam).
I do have some questions for other uIP users.
1. What sort of compilers do you use?
2. Can all on the compilers handle 32-bit longs?
3. Do these compilers have a good preprocessor?

That's about all for now.  If any body wants the source sooner rather than when
I'm finished or wants to offer me a CVS access I'm happy to tar it up for them
or install it into a CVS repository.  This is a home project my day job is
working in a similar environment.


Regards,
Rod Boyce.


----- Original Message -----
From: "Ganesh S" <address@hidden>
To: <address@hidden>
Sent: Monday, April 08, 2002 7:51 PM
Subject: RE: Worlds smallest web server with Ethernet, worlds smallest
dial-on-demand NAT gateway - peddling my wares :-) (Was: Re: [lwip] PPP)


> Hi Rod Boyce -
> Cool. Do you have the port of uIP for 8051 available for download ?
>
> Regards
> Ganesh
>
> -----Original Message-----
> From: address@hidden [mailto:address@hidden On Behalf Of Rod
> Boyce
> Sent: Monday, April 08, 2002 12:59 PM
> To: address@hidden
> Subject: Re: Worlds smallest web server with Ethernet, worlds smallest
> dial-on-demand NAT gateway - peddling my wares :-) (Was: Re: [lwip] PPP)
>
>
> My port of uIP to an 8051 running at 115200bps and handle a flood ping
> from my Linux box.  Over a period of about 5 hours I send around 100MB
> of ICMP requests and only dropped a small amount of packets here is the
> output from the ping command.
>
>
> PING 192.168.0.2 (192.168.0.2) from 192.168.0.1 : 56(84) bytes of data.
> .........
> --- 192.168.0.2 ping statistics ---
> 1178960 packets transmitted, 1178951 packets received, 0% packet loss
> round-trip min/avg/max/mdev = 23.676/42.464/49.945/7.982 ms
>
> ifconfig output
>
> sl0       Link encap:Serial Line IP
>           inet addr:192.168.0.1  P-t-P:192.168.0.2  Mask:255.255.255.255
>           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:160  Metric:1
>           RX packets:1266382 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:1266394 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0
>           RX bytes:106376088 (101.4 Mb)  TX bytes:106377096 (101.4 Mb)
>
> This equates to about 5 9's all this form a 8051 running uIP.  You will
> have to produce better specs than that. ;-)
>
> Regards,
> Rod Boyce
>
>
>
> ----- Original Message -----
> From: "Paul Sheer" <address@hidden>
> To: <address@hidden>; "James Roth" <address@hidden>
> Sent: Monday, April 08, 2002 2:41 AM
> Subject: Re: Worlds smallest web server with Ethernet, worlds smallest
> dial-on-demand NAT gateway - peddling my wares :-) (Was: Re: [lwip] PPP)
>
>
> > >
> > > Very cool.  Do you have the SMSC working with lwIP?  A lwIP SMSC
> > > driver?
> > >
> >
> > of course :-)
> >
> > handles a flood ping from my Linux box too
> >
> > -paul
> > [This message was sent through the lwip discussion list.]
> >
>
> [This message was sent through the lwip discussion list.]
>
>

[This message was sent through the lwip discussion list.]




reply via email to

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