Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 366 Bytes

NetworkingProject

A basic SMPT implementation done for a school project.

Compile:

makefiles included for each: ./server: make

./sender: make local - your machine (just add hostname) make homeClient - home server make osClient - os server

./reciever make local - your machine make homeReciever - home machine make osReciever - os machine