Skip to content

Geoffrey42/go_ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_ping

go_ping is an implementation of ping written in Go. go_ping is a network utility allowing to test host reachability through IP.

Installation

To install go_ping, you must first:

git clone git@github.com:Geoffrey42/go_ping.git
cd go_ping/

Then build the binary using:

make

Usage

Use it like ping although only the following options are supported:

usage: go_ping [-v] host

With host being only IPv4. FQDN is supported concerning the returning packet but there is no DNS resolution.

Contributing

Pull requests are welcome. For more details, please refers to our contributing file.

Disclaimer

This subject is based on 42 school ft_ping project here written in C.

License

MIT

About

Just a ping written in Go for fun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages