Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.08 KB

Networking.md

File metadata and controls

33 lines (17 loc) · 1.08 KB

Networking assignment

Problem Statement :

Build a SMTP(E-mail) server in C using Berkeley Sockets. It should have the following features:-

  • Ability to send and receive mails over LAN(using IP)

  • Basic frontend for composing and browsing mails

Resources:

You can read the "beej guide to socket programming" in the above resources to learn about socket programming in C. An example submission -

https://github.com/adrijshikhar/smtp-server