Help
-
Search
-
Members
-
Calendar
Full Version:
Ping Dll
Game Maker Community
>
Working with Game Maker
>
Extending Game Maker
>
DLLs [DLL]
h0bbel
Jul 16 2006, 12:26 PM
I've made a DLL for gamemaker that can ping to a certain IP address or hostname.
It can get the RTT (ping time in miliseconds) and the TTL (time to live) values.
I hope this is usefull for anyone.
Go to DLL download
Update
This is a small update but I fixed the TTL error in the example.
Now you see the real TTL and not just "3".
gml_josea
Jul 16 2006, 12:32 PM
Heh, I was looking for a DLL that could do this before. I'll check it.
ale870
Jul 16 2006, 12:38 PM
QUOTE (h0bbel @ Jul 16 2006, 02:26 PM)
I've made a DLL for gamemaker that can ping to a certain IP address or hostname.
It can get the RTT (ping time in miliseconds) and the TTL (time to live) values.
I hope this is usefull for anyone.
Go to DLL download
Great! Very useful! I will download it immediately!
tsg1zzn
Jul 16 2006, 05:55 PM
You can do this without a dll, just use execute_shell().
h0bbel
Jul 16 2006, 06:31 PM
QUOTE (tsg1zzn @ Jul 16 2006, 05:55 PM)
You can do this without a dll, just use execute_shell().
Yes, but you can't use the results in your game if you use execute_shell().
tangibleLime
Jul 16 2006, 08:03 PM
Actually, you can
Have it output to a text file, and simply have it read it.
r33d33m33r
Jul 16 2006, 11:44 PM
QUOTE (Roach @ Jul 16 2006, 09:03 PM)
Actually, you can
Have it output to a text file, and simply have it read it.
Well the dll goes alot faster...
h0bbel
Apr 9 2007, 01:23 PM
Update
This is a small update but I fixed the TTL error in the example.
Now you see the real TTL and not just "3".
Kadet
Mar 16 2009, 04:26 PM
Could somebody reupload it?
EDIT: Thank you for updating the server
montiedragon
Jun 24 2009, 02:32 AM
Thanks! i've been looking for this for a while.
Revel
Sep 16 2009, 03:19 AM
Takes ages to ping, and if Ping_Ping fails, you need to call
Ping_Init again before another Ping_Ping will work.
Please tell me if this error is on my end, but I'm pretty sure its the DLL.
Recreate
Oct 24 2009, 07:37 PM
Does it let you specify the packet size?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2010
Invision Power Services, Inc.