http://y7egb5vi45k74makeixpfb7jnimfxm3gf233lb3ke2ldonozjk55nvad.onion/samples_scripts.html
h/) {
print "perl iotScanner.pl <ipRanges> [devCfgUrl=<devCfgUrl>]\n";
exit;
}
my $devCfgUrl = "";
for ($i=1; $i<=$#ARGV; $i++) {
if ($ARGV[$i] =~ /devCfgUrl=/) {
$devCfgUrl = $';
} elsif ($ARGV[$i] =~ /^debug/) {
if ($' =~ /^\=/) {
$debug = $';
} else {
$debug = 1;
}
print "debug=$debug\n";
}
}
readDevices();
foreach $e (split(/\,/,...