Utility for work with UDP/TCP packets, rewritten from old C++ project.
- send UDP/TCP packets (repeatedly and once);
- receive UDP/TCP packets;
- send byte/ASCII data;
- read data from file (and send it).
go build -o net_client main.go
./net_client -h # show help page
./net_client -ip <ip address> -pt <port of connection> -t <type of connection: udp/tcp>