Net::Radio::Modem

Independently access radio network modems (such as 3GPP)
Download

Net::Radio::Modem Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jens Rehsack
  • Publisher web site:
  • http://search.cpan.org/~rehsack/

Net::Radio::Modem Tags


Net::Radio::Modem Description

Net::Radio::Modem is a Perl module to independently access radio network modems (such as 3GPP).SYNOPSIS use Net::Radio::Modem; my $modem = Net::Radio::Modem->new('Static', '/test_0' => { MNC => '262', MCC => '02', IMSI => '262020555017753', LAC => ...}, '/test_1' => { ... } ... ); my @modems = $modem->get_modems(); # returns ('/test_0', 'test_1', ...) my $local_modem = grep { $modem->get_modem_property($_, 'MobileCountryCode') == 364 } @modems; # find the one for Bahamas my $real_m = Net::Radio::Modem->new('oFono', { dbus_main_runs => 0 # fetch values, don't rely on dbus-signals }); my @rm = $real_m->get_modems(); my $o2sim = grep { $real_m->get_modem_property($_, 'MCC') == 262 # Germany and $real_m->get_modem_property($_, 'MNC') ~~ qw(07 08 11) # O2 } @rf;Product's homepage


Net::Radio::Modem Related Software