Skip to content

thanhledev/PacketWacherCliApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacketWacherCliApp

PacketWacher Command line app

PacketWatcher Command line app - version 1.0

Commandline arguments:

  1. TCP (UDP) server, mode auto, listening to port 10000
-m server -t auto -p tcp/udp -l 10000
  1. TCP (UDP) server, mode manual, listening to port 10000
-m server -t manual -p tcp/udp -l 10000
  1. TCP/UDP client, mode auto, server listening at 192.168.1.29 (depends on each network configuration) port 10000, sending out 50000 packets with maximum sending delay of 200ms
-m client -t auto -p tcp/udp -si 192.168.1.29 -sp 10000 -ps 50000 -d 200
  1. TCP/UDP client, mode manual, server listening at 192.168.1.29 (depends on each network configuration) port 10000, send outgoing packet one by one manually.
-m client -t manual -p tcp/udp -si 192.168.1.29 -sp 10000

About

PacketWacher Command line app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages