Home arrow Support arrow Forums

Luminary Micro Forums

candemirorsan

Fresh Boarder
Click here to see the profile of this user

2008/09/25 13:57

TCP/IP stack recommendations

I'm developing a commercial product using the LM3Sxxxx that needs to send email reports to users.

I've worked with uIP and lwIP in the past and have implemented SMTP.

These days most SMTP servers won't even accept a non-secure connection.

I would like to hear your opinions/recommendations on other open/commercial stacks that come with SSL/TSL. Any pricing information would be appreciated.

Does Luminary have any suggestions on this topic.

(I've looked at Niche already)

Thanks.

login or register to reply

LMI Dave

Expert Boarder
Click here to see the profile of this user

2008/09/25 15:24

Re:TCP/IP stack recommendations

The only SSL stack that I know we have worked on here is the PeerSec Networks MatrixSSL implementation . You can find an application note on this on the "App Notes" page. Look for AN01244. This implements an HTTPS server on top of lwIP using the MatrixSSL library. The software for this will build and run on EKB-LM3S6965 and 8962 boards.

This implementation uses the GNU version of the Matrix package which you can download from http://www.matrixssl.org. This is for evaluation purposes only but information on commercial licensing can be found here.

Post edited by: LMI Dave, at: 2008/09/25 15:26

login or register to reply

candemirorsan

Fresh Boarder
Click here to see the profile of this user

2008/09/28 19:14

Re:TCP/IP stack recommendations

Dave,

Thanks for the pointer.

I hadn't noticed the App Note about the PeerSec implementation. I will look into it.

C.

login or register to reply