Skip to content

Bayashin/device-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Device Counter

ネットワーク内(Wi-Fi等)のデバイス数をカウントするプログラム
ICMPを用いたものと、ARPを用いたものの2パターン
同人誌ICMPとARPを使って端末数を取得する本 with Golangに掲載したプログラム

実行方法

ICMP、ARPのどちらの方式でもsudo権限で実行

ICMP

$ sudo go run icmp/main.go

ARP

$ sudo go run arp/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages