Re: Re: [lwip-users] is it possible to have ppp without an os?

2009-12-22 Thread hnclcj
How to use the following code to build one of the most simple test pages? How do PC to see this page? My device terminal address is 192.168.1.131 Thanks #include "lwip/opt.h" #include "lwip/arch.h" #include "lwip/api.h" extern struct ip_addr cliaddr; #if LWIP_NETCONN const static char http_h

Re: [lwip-users] is it possible to have ppp without an os?

2009-12-22 Thread goldsi...@gmx.de
Rigoberto Bermúdez wrote: excellent! but 1.3.1 *is* released, you mean 1.3.2? Herm, yeah, 1.3.2, not 1.3.1. Sorry to confuse you. Simon ___ lwip-users mailing list lwip-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/lwip-users

Re: [lwip-users] is it possible to have ppp without an os?

2009-12-22 Thread Rigoberto Bermúdez
> >      is there a way to have ppp without > an os? > >    > Currently, the answer is no (unless you change the sources > on your own). > I'm currently in the process of making that change (it's > nearly > working), but I won't check it in until 1.3.1 is finally > released. excellent! but 1