Skip to content

tsunematsu21/boop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boop

The connectivity test tool made with Golang.

Supported protocols:

  • ARP
  • ICMP (echo request/reply)
  • TCP

Install

go install github.com/tsunematsu21/boop@latest

Usage

$ boop help
Usage: boop <flags> <subcommand> <subcommand args>

Subcommands:
        arp              test connectivity by arp
        icmp             test connectivity by icmp
        tcp              test connectivity by tcp

Subcommands for help:
        commands         list all command names
        flags            describe all known top-level flags
        help             describe subcommands and their syntax

$ ./boop help arp
arp [-i string] <target ip>:
        test connectivity by arp

  -i string
        source interface name

$ ./boop help icmp
arp [-6] <target host>:
        test connectivity by icmp

  -6    use ipv6

$ ./boop help tcp                                                                                                                                                                                                                                                   0s 󰅐 23:55:44
arp [-6] <target host> <target port>:
        test connectivity by tcp

  -6    use ipv6

About

The connectivity test tool made with Golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages