fazalmajid / pingwatch

Simple monitoring tool for your Internet connection, pings hosts and reports on availability and trends
BSD 2-Clause "Simplified" License
29 stars 4 forks source link

Windows compatibility #24

Open mohammedtabish0 opened 8 months ago

mohammedtabish0 commented 8 months ago

While running go build the error is thrown:- .\pingwatch.go:92:34: undefined: syscall.SIGUSR1 probably because syscall.SIGUSR1 command does not work on Windows (?).

fazalmajid commented 8 months ago

That could be worked around with build tags, but I seriously doubt the code that uses raw sockets to send ICMP (ping) packets would work on Windows.