We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Problem. I would like to ping a computer to discover if it is up and running or how big is the latency. How can I do it from Cuis?
Solution. AFAIK ICMP is not implemented, I can't find 'icmp' in any method. See here from our Squeak brothers. But, you can run a shell command!
NM on 15-Aug-2021.