Re: [Gambas-user] How to check "Is a Network unreachable"

2012-10-10 Thread Ron
http://domotiga.nl/projects/domotiga/repository/entry/trunk/DomotiGa/Ping.module It results in On/Off (printers), Down/Up (hosts), or measure latency for graphing. Regards, Ron_2nd. > Not sure what would be good way to do this, but quick idea: > > Shell ("ping -c1 -q www.google.com") Wait To sTm

[Gambas-user] How to check "Is a Network unreachable"

2012-10-10 Thread abbat
Hi all, My programm uses a MySQL requests and very often I have a problem with a network. In terminal for "ping" I get "Network is unreachable" for my problem. How can I check the network status in Gambas? Thanks to all. -- View this message in context: http://old.nabble.com/How-to-check--