[SLL] Console to text message tool wanted?

Kurt Buff kurt.buff at gmail.com
Fri Nov 9 12:50:18 PST 2007


On Nov 9, 2007 12:04 PM, Charles Hewson <cahewson at eskimo.com> wrote:
> Hi all,
>         I am looking for tool to notify me when script thinks I need to
> take action. I have searched google and others. Lots of servers stuff for
> the other OS. It could be real simple like;
>
> % echo2sms "/var/log @ 80%" > 206-555-1212
>
> Box is debian bases with USR modem. All suggestions welcomed.
>
> Thanks,
> Charles

As Brian noted, sending email to your phone is the best bet to make,
but if you're still interested in using SMS directly, there are
numerous apps for doing this.

One protocol for doing this is SNPP, for alphanumeric paging, and on
my FreeBSD box I find the following for that protocol:

Port:   qpage-3.3_3
WWW:    http://www.qpage.org/

Port:   p5-Net-SNPP-1.17
WWW:    http://search.cpan.org/dist/Net-SNPP/

Port:   sendSNPP-v1.03_1
WWW:    http://caspian.dotconf.net/menu/Software/SendSNPP/

There are also perl modules and standalone programs to send SMS
messages that don't mention a protocol in the FreeBSD ports
collection:

Port:   o2sms-3.26
WWW:    http://www.mackers.com/projects/o2sms/

Port:   p5-SMS-Send-0.04
WWW:    http://search.cpan.org/dist/SMS-Send/

Port:   p5-SMS-Send-DeviceGsm-0.02
WWW:    http://search.cpan.org/dist/SMS-Send-DeviceGsm/

Port:   p5-SMS-Send-TW-PChome-0.02
WWW:    http://search.cpan.org/dist/SMS-Send-TW-PChome/

Port:   p5-SMS-Send-TW-ShareSMS-0.01
WWW:    http://search.cpan.org/dist/SMS-Send-TW-PChome/

Port:   p5-SMS-Send-TW-emome-0.01
WWW:    http://search.cpan.org/dist/SMS-Send-TW-emome/

Port:   py25-bulksms-0.1
WWW:    http://botanicus.net/dw/

Port:   smstools-2.2.18_1
WWW:    http://smstools.meinemullemaus.de/

Port:   mail2sms-1.3.5
WWW:    http://www.contactor.se/~dast/mail2sms/

Port:   smssend-3.5
WWW:    http://zekiller.skytech.org/smssend_en.php

Port:   p5-Net-SMS-PChome-0.11
WWW:    http://search.cpan.org/dist/Net-SMS-PChome/

Port:   pear-Net_SMS-0.1.0_1
WWW:    http://pear.php.net/package/Net_SMS/

Port:   sendsms-0.2.4
WWW:    http://caspian.dotconf.net/menu/Software/SendSMS/

Port:   p5-WWW-TWSMS-0.01
WWW:    http://search.cpan.org/dist/WWW-TWSMS/

I would guess that all of the above are ports from the Linux world, so
one of them should be useful to you.

Kurt


More information about the linux-list mailing list