How can I get the responses from ofSystem(), straight forward I guess.
To give more detail, I want to ping some devices to check they are on the network, I thought using ping via ofSystem() was a fast way (I cannot add functionality to all of the devices so ping is enough to know they are there and on). If there is away to do this it would also solve my problem.