Help for this page

Select Code to Download


  1. or download this
    use threads;
    use Net::...
    ...
    
    ...
    
  2. or download this
    $ssh->scp_put($firmware[$antenna_type],'/tmp/fwupdate.bin');
    print "Upgrading firmware, this will take about 3 minutes.\n";
    my $chan = $ssh->channel();
    $chan->exec( "/sbin/fwupdate -m &\n"); ### Note: &
    $chan->close;