As long as your volume is quite low and you don't mind if the sms's don't occassionally get through, then posting data through phone companies websites is a good free solution.
However for my uses (commercial system monitoring) the volume and the availability make using websites a problem. So I use a modem and call SMS Client from http://www.styx.demon.co.uk
That said, if you're just sending to a small number of SMS networks, chances are you could knock something up in perl talking directly to the serial port, and just using the config files from SMS Client as a hint. It's normally as simple as dial the right number, wait for CONNECT, enter the phone number you want to message, hit return, then the message, then return, wait for an 'ok, done' message, and hang up (I've (badly) written something previously to do this, but am using SMS Client to keep an eye on updates that are needed)
the hatter
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.