Net::UP::Notify 1.01 review
DownloadNet::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA
|
|
Net::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser).
SYNOPSIS
use Net::UP::Notify;
$blah=new Net::UP::Notify;
$blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");
$blah->location("http://www.perl.com/");
$blah->description("The Perl.com Homepage");
print $blah->send;
This allows you to send a Net Alert to a cellular phone, provided you know the subscriber ID of the user. This also requires the end user to have the Wireless Web service on their phone, and they also must have it provisioned by the carrier.
This was designed and tested using a Nextel phone, but I think that both Cingular and Sprint PCS should be supported here when given the proper subscriberid string.
My intention is to completely support the entire UP SDK, but for right now, I can only support the sending of Net Alerts.
Requirements:
Perl
Net::UP::Notify 1.01 search tags