Skip to content

the author is so lazy ,the description need a little time.

License

Notifications You must be signed in to change notification settings

cheng-lao/udp_packet_capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

udp_packet_capture

please ensure that your computer have the python3 installed. 😋

Usage

please run the server first ✈️

python udpserver.py -p <your-server-port> --ip <your-server-ip>

then run the client 🚀

python udpclient.py -ip <your-server-ip> -p <your-server-port>
  • note that the python usde the argparse module to parse the command line arguments. 👌

  • please ensure that the server is running before running the client.And the os is different between the server and the client. :)

END 😚 👍 👋

About

the author is so lazy ,the description need a little time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages