Skip to content

souring001/ignore-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ignore-protocol

This protocol never minds loss packets.

get started

Set your ip address and port in robust_client.py, robust_server.py as follows:

ip_dst = '192.168.12.101'
ip_src = '192.168.12.102'
port = 2525

Make directory checkFiles/src, checkFiles/dst and insert files into checkFiles/src directory.

run

Mode: send

python robust_client.py
python robust_server.py

or

python robust_client.py 0
python robust_server.py 0

Mode: Receive

python robust_client.py 1
python robust_server.py 1

About

This protocol never minds loss packets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages