Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 328 Bytes

pchiAssignment

##Christopher Mathew

22, S6 CSE

###Usages :

  • ./p2p help
  • ./p2p send hostname port
  • ./p2p receive hostname port

###Example :

  • ./p2p receive 127.0.0.1 8333
  • ./p2p send 127.0.0.1 8333

###To send files, do the following: **

  • ./p2p receive 127.0.0.1 8333 > outFile
  • ./p2p send 127.0.0.1 8333 < inFile