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