GSM::SMS::Transport::XmlRpc - HTTP for Remote Serial modem


GSM-SMS documentation Contained in the GSM-SMS distribution.

Index


Code Index:

NAME

Top

GSM::SMS::Transport::XmlRpc - HTTP for Remote Serial modem

Top

This class implements a remote serial node. It needs to be used in conjunction with the remote node daemon (//TODO).


GSM-SMS documentation Contained in the GSM-SMS distribution.

package GSM::SMS::Transport::XmlRpc;
use strict;
use vars qw( $VERSION );

use base qw( GSM::SMS::Transport::Transport );

$VERSION = "0.161";

1;