Skip to content

Utility for work with UDP/TCP packets, rewritten from old C++ project.

License

Notifications You must be signed in to change notification settings

GOOD-Stuff/Net-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Net-client

Utility for work with UDP/TCP packets, rewritten from old C++ project.

What it could?

  • send UDP/TCP packets (repeatedly and once);
  • receive UDP/TCP packets;
  • send byte/ASCII data;
  • read data from file (and send it).

How to launch

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>

About

Utility for work with UDP/TCP packets, rewritten from old C++ project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages