Skip to content

65usami/simple-udp-communicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-udp-communicator

CircleCI

Feature

Check UDP comminication easily.

mac_raspberrypi

demo_simple_udp_communicator

Requirements

python 3.4.0 more

Supports

MacOS, Linux, Raspberry Pi, Windows

Usage

Server

python server.py PORT

# e.g.
# python server.py 13001

Client

python client.py 'IP ADDRESS' PORT

# e.g.
# python client.py '192.168.1.10' 13001

Options

Server

python server.py PORT -l
  • -l :Repeat server.py. Close by Ctrl + c

Client

python client.py 'IP ADDRESS' PORT MAX_MBPS DURATION_SEC_TIME PACKET_SIZE

# e.g.
# python client.py '192.168.1.10' 13001 2.0 3 1390
  • MAX_MBPS : Maximum upload speeds of per seconds.
  • DURATION_SEC_TIME : Duration of upload time by seconds.
  • PACKET_SIZE : This size is detected from related packet header size.

License

MIT

Author

Kenichi Usami

About

Check UDP connection easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages