On August 17, 2012 at 11:47 AM Thorsten Jolitz <tjol...@googlemail.com> wrote:

>
> Hi List,
>
> just one curiosity - how would one write a PicoLisp application that
> recieves and processes (and maybe sends) SMS messages?


It depends on where from you want to send and receive SMS. There are several
SMS
gateway companies, each with their own API.  You can also talk the stuff that
telecoms companies talk to each other, but almost certainly you can't do that.
You can talk to a phone as a GSM modem, but that is oldschool and involved
either serial cable, serial over USB, or Bluetooth.
If you have an Android phone, you could talk to an Android app, or it to a web
service, or whatever.  You need to think about what this should cost you or
how many SMS you expect to send and receive per month, and then you can start
looking for a solution.

best regards,
Jakob
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to