Skip to content
/ eko Public

Command line app built in golang with pure implementation of ping for ipv4 and ipv6

License

Notifications You must be signed in to change notification settings

smiraldr/eko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eko

CLI app built using golang for pinging ipv4 and ipv6 addresses Library used: Cobra, net (for icmp,ipv4,ipv6)

Usage: go install eko (in the folder) Works only as root due to web socket permissions, to run as admin : sudo -s

On terminal eko --help for further usage.

example ping ipv4 eko pingip4 -4 google.com (or any ip4 address)

example ping ipv6 eko pingip6 -6 google.com (or any ip6 address)

About

Command line app built in golang with pure implementation of ping for ipv4 and ipv6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages