| 1 |
$Id: README.txt,v 1.2 2008/08/06 15:11:35 diggersf Exp $
|
| 2 |
|
| 3 |
Description
|
| 4 |
===========
|
| 5 |
Allows gnokii to be used as a two-way SMS gateway. Includes a Python daemon
|
| 6 |
that manages the process of sending and receiving messages.
|
| 7 |
|
| 8 |
Installation
|
| 9 |
============
|
| 10 |
- Install and configure gnokii (http://www.gnokii.org/).
|
| 11 |
- Place the gnokii directory into your modules directory.
|
| 12 |
- Move the gnokii_smsd directory to a location outside of your web root. This
|
| 13 |
can be on an entirely different system as the daemon communicates with Drupal
|
| 14 |
using HTTP requests.
|
| 15 |
- Configure gnokii_smsd (refer to settings-sample.txt).
|
| 16 |
|
| 17 |
Sprouted at Development Seed (http://www.developmentseed.org)
|