Hello,

have a look at the LPC2000 port of uip 1.0

http://groups.yahoo.com/group/uip10_for_lpc2000
(Restricted group, registration / approval required to avoid spam)

There at least you can see how to get SNMP code compiling, even when it is not running yet (only ping and webserver is running)

Regards,

         Martin

----- Original Message ----- From: Vincent MALISOVA
To: uip-users@sics.se
Sent: Monday, September 04, 2006 1:57 PM
Subject: Re: [uip-users] SMTP problems on uIP V1.0


Any solution ?

Thanks

Vincent
----- Original Message ----- From: Vincent MALISOVA
To: uip-users@sics.se
Sent: Wednesday, August 09, 2006 4:43 PM
Subject: [uip-users] SMTP problems on uIP V1.0


Hello,

I am using the FreeRTOS Project : "uIP Embedded WEB Server Demo using the FreeRTOS SAM7X ARM port". I take advantage of this e-mail to say that the FreeRTOS project and µIP stack it is very well documented, then I easily succeeded in replacing the version 0.9 of uIP by the version 1.0.

But when I try to include the files "smtp.c" and "smtp.h" there is a compilation error : "struct "smtp_state" has no field psock.

in smtp.c
static struct smtp_state s;
...
...
...
 PSOCK_BEGIN(&s.psock);

in smtp.h
struct smtp_state {
 u8_t state;
 char *to;
 char *from;
 char *subject;
 char *msg;
 u16_t msglen;

 u16_t sentlen, textlen;
 u16_t sendptr;

};

There is no "psock" field in the "smtp_state" structure.
I have not understand what I have to do for SMTP with the new uIP V1.0

Can someone help me ?

Thanks

Vincent

Reply via email to