I am developing a cross-platform (Windows-Mac-Unix) application using Qt. This is my first time using this structure, so I open it.
I need to ping a remote machine based on its IP address, and I cannot find a way to perform this task with a Qt map, although it seems pretty simple ... I found examples on the Internet, but they use OS-dependent methods, which I I want to avoid, since I have to work in different environments. Isn't there a simple ping command in a Qt framework? And how to use it?
Any help would be greatly appreciated, thanks in advance.
source share