Skip to content

llydon/p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Peer-to-peer application

Learning to connect to a server and communicate between two hosts.

Description

Peer2.cpp is the inital design. I ran into an issue with how the sendRequest() was handling the response from the server. It is a binary being passed back so it needed to be converted into a readable form for the user. Also needed to take into account if we are only receiving partial data. Peer.cpp is the final fully functional version. Makefile is provided as well.

About

Peer-to-peer communication application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages