Streaming UDP Client
This is a Streaming UDP Client program, include Client program only. It is possible to run the test with this stand-alone client program.
- SUSE Linux Enterprise Server 11 (x86_64) 3.0.101-0.35-xen + gcc 4.3.4
- Ubuntu 14.04.5 LTS 4.4.0-31 + gcc 4.8.4
- Enter the folder "./udp_project/client/src"
- Run command "make".
- Enter the folder "./udp_project/client/bin"
- Run command "./udpClient -a 120.0.0.1 -p 2088 -n 1000 -s 200 "
Udp packets should be printed out on the screen.