Device::CableModem::Motorola::SB4200

Interface to Motorola SurfBoard 4200 Cable Modem
Download

Device::CableModem::Motorola::SB4200 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Burak Gursoy
  • Publisher web site:
  • http://search.cpan.org/~burak/

Device::CableModem::Motorola::SB4200 Tags


Device::CableModem::Motorola::SB4200 Description

Device::CableModem::Motorola::SB4200 is a Perl module that can be used to manage/fetch every setting available via the modem's web interface. It is also possible to restart/reset the modem.All methods will die upon failure.SYNOPSIS use Device::CableModem::Motorola::SB4200; my $m = Device::CableModem::Motorola::SB4200->new(%opts); my %version = $m->versions; my %status = $m->status; my %signal = $m->signal; my dr = $m->addresses; my %config = $m->config; my @logs = $m->logs; $m->restart; $m->reset; my $fw = $version{software}; printf "Firmware version is %s-%s\n", $fw->{version}, $fw->{string}; die "Unknown device disguised as SB4200" if $fw->{model} ne 'SB4200';Product's homepage


Device::CableModem::Motorola::SB4200 Related Software