| GSM-SMS documentation | Contained in the GSM-SMS distribution. |
GSM::SMS::Transport::XmlRpc - HTTP for Remote Serial modem
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;