Brijesh's Git Server — network-scan @ 822d6b35dfdd5e88f2265b6f75d63224ef140964

my own tool to scan for devices in local network, beyond just arp -a

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
module network-scan

go 1.23.0

require (
	github.com/google/uuid v1.6.0
	github.com/mattn/go-sqlite3 v1.14.23
)