Penguin
Blame: CommandLineSMS
EditPageHistoryDiffInfoLikePages
Annotated edit history of CommandLineSMS version 8, including all changes. View license author blame.
Rev Author # Line
1 DrewBroadley 1 !! Project Plan
2
3 I required an [SMS] gateway to send 1-15 non critical SMS messages a day and produced this hack [API] to the Vodafone [Web2TXT] system. (You need a Vodafone.net.nz login to be able to use this.) Messages from this will be from your cellphone number so it makes it handy if you need to reply.
4
5 !! Backend
6
7 [Perl], using LWP/SSL and a few tricks, performs the appropriate POST requests to use the [Web2TXT] system to send the recipient's cellphone an [SMS].
2 DrewBroadley 8
9 Module Dependancies:
10
6 AristotlePagaltzis 11 * [ libwww-perl | http://search.cpan.org/dist/libwww-perl/ ]
12 * [ Net_SSLeay | http://search.cpan.org/dist/Net_SSLeay.pm/ ]
13 * [ IO-Socket-SSL | http://search.cpan.org/dist/IO-Socket-SSL/ ]
14 * [ Crypt-SSLeay | http://search.cpan.org/dist/Crypt-SSLeay/ ]
1 DrewBroadley 15
16 !! Author
17
8 DrewBroadley 18 [DrewBroadley]
1 DrewBroadley 19
8 DrewBroadley 20 !! [CVS]
1 DrewBroadley 21
7 DrewBroadley 22 [http://cvs.corrupt.co.nz/cgi-bin/cvsweb.cgi/vodafonesms/]