Server Monitor (GUI Ping Tool with RDP and TRACERT)

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Server Monitor (GUI Ping Tool with RDP and TRACERT)

13 Oct 2016, 03:25

Added IPHelper Class in my GitHub -> Class_IPHelper.ahk

Example:

Code: Select all

MsgBox % IPHelper.ResolveHostname("google-public-dns-a.google.com")    ; -> 8.8.8.8
MsgBox % IPHelper.ReverseLookup("8.8.8.8")                             ; -> google-public-dns-a.google.com
MsgBox % IPHelper.Ping("8.8.8.8")                                      ; -> 24

MsgBox % IPHelper.ResolveHostname("autohotkey.com")                    ; -> 104.24.122.247
MsgBox % IPHelper.ReverseLookup("104.24.122.247")                      ; -> 104.24.122.247 (because no reverse pointer is set)
MsgBox % IPHelper.Ping("autohotkey.com")                               ; -> 129
Or you use the function from just me
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
Elesar
Posts: 70
Joined: 31 Oct 2013, 07:56

Re: Server Monitor (GUI Ping Tool with RDP and TRACERT)

14 Oct 2016, 09:43

just me & jNizM: Thanks for the replies. Super busy at work the last couple of days, but I'll look at everything this weekend.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 56 guests