OK - so after a bit more searching, it seems that I want to use the
bucket backend... only issue is that I don't see any documentation on
how to invoke it... Any thoughts??
Thank again,
Kay
On Feb 8, 9:56 am, K <mehmet.no...@gmail.com> wrote:
> I have a system running now that is working (in terms of sending/
> receiving messages), and I'd like to make RapidSMS the UI part of
> things. How can I get messages into RapidSMS (command line / HTTP),
> and in what format would it have to be?
>
> And, how does RapidSMS send out messages? Does it create a text file
> and put it in a queue somewhere?
>
> Thanks,
> Kay
--
You received this message because you are subscribed to the Google Groups "rapidsms" group.
To post to this group, send email to rapi...@googlegroups.com.
To unsubscribe from this group, send email to rapidsms+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rapidsms?hl=en.
Thanks Cory... that's cool, but I need something that can be done via
command line/script. If I've got text files that contain the sms
message, is it possible to use something to get them into the rapidsms
system? I was thinking of the bucket one, but I can't see where it's
pulling from.
A different direction, but depending on your needs, you may want to
look at rapidsms-httprouter:
http://pypi.python.org/pypi/rapidsms-httprouter
It should be pretty easy to instrument for what you are doing.
-Nic