Hi,
I'm trying to find a simple ping client that would talk to a ping server that I have that's in java. I'm trying to create a simplistic ping client similar to the actual ping program found in windows/dos. I was wondering if anyone know of a simple C ping client example that I could follow to convert into a java program. The only requirement for the program is to take hostname and port that it would connect to the server on. This is also done in UDP. Thank you for your time.