Skip to content

vasukara13/Fragmentation-Reassembly-of-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fragmentation-Reassembly-of-IP-packets

A program made to Transfer files wirelessly in Software defined radios,Using the concepts of Fragmentation and Reassembly.Both Client and Server uses a custom file transfer protocol based on TCP connection.

For Linux G++:

-->g++ server.cpp -lpthread -o server

--> ./server

--> g++ client.cpp -o client

--> ./client

run server and client in seperate terminals. change the *ip to the local ip of the machine you are running.

MOORE FUNCTIONS WILL BE IMPLEMENTED IN THE FUTURE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages