Device::CableModem::SURFboard

Get info from a Motorola 'SURFboard'
Download

Device::CableModem::SURFboard Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Mazur
  • Publisher web site:
  • http://triton.littlefish.ca/projects/repo-proxy/

Device::CableModem::SURFboard Tags


Device::CableModem::SURFboard Description

Get info from a Motorola 'SURFboard' The Motorola 'SURFboard' cable modem includes a built in web interface that contains useful information like signal to noise ratios and power levels. These values can be used to aid in trouble shooting modem connection problems, or monitoring the health of the modem or cable connection. Device::CableModem::SURFboard is a Perl module that connects to several different models of 'SURFboard' modems (currently confirmed: SB4100, SB4200, SB5100, SB5100E, SB5101, SBV5120E), scraping the status page for the most useful information regarding cable line condition.SYNOPSYS use Device::CableModem::SURFboard; my $modem = Device::CableModem::SURFboard->new or die Device::CableModem::SURFboard->errstr; # print upstream power range check print $modem->upPowerStr . ' ' . $modem->upPowerCheck; # print downstream power range check print $modem->dnPowerStr . ' ' . $modem->dnPowerCheck; # print Signal/Noise range check print $modem->SNRatioStr . ' ' . $modem->SNRatioCheck; Requirements: · Perl


Device::CableModem::SURFboard Related Software