Skip to content

bangbh81/MbedTLS-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MbedTLS-Test

Warning! This is test project!!

  • Development Environment
    • Hardware
      • ST MICRO STM32F103VC Cortex M3
      • Wiznet W5500 Hardware TCP/IP Stack IC
      • Personaly designed board.
    • Software
      • CoIDE
      • GCC

W5500 Custom board

  • Firmware

  • Project Structure

MbedTLS test project

#Have to change

  • Ethernet informations(main.c line 5)
wiz_NetInfo gWIZNETINFO = { .mac = {},
							.ip = {000, 000, 000, 000},
							.sn = {000, 000, 000, 000},
							.gw = {000, 000, 000, 000},
							.dns = {000, 000, 000, 000},
							.dhcp = NETINFO_STATIC};
  • e-mail informations(ssl_client.c line 43)
//SMTP server
char *host_id = "smtp.gmail.com";            //SMTP domain name 

//Sending Email address
char *frome_id = "email-address@gmail.com";   //Input email address

//ID name for the SMTP server
char *mail_id = "email-address";			  //Input the ID name

//Password for the SMTP server
char *mail_pwd = "email-password";			  //Input the Password

//Destination email address
char *to_id = "Destination-email-address@naver.com";		  //Input Destination email address

//Topic of the email
char *sub = "W5500 SSL SMTP protocol Test";

//Content of the email
char wkstr[100] = "W5500 SSL SMTP protocol Test!";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages