public
Description: Enrique Marcote Peña's SMPP for Erlang (mirrored from sourceforge with minor patches)
Homepage: http://oserl.sourceforge.net/
Clone URL: git://github.com/archaelus/oserl.git
oserl /
name age message
file COPYING Sun Jul 11 04:26:54 -0700 2004 Release 1.1 ready Documentation updated. Exampl... [mpquique]
file Makefile Mon Aug 13 15:04:44 -0700 2007 Fixing doc target in makefile. [archaelus]
file README Mon Apr 11 08:36:05 -0700 2005 Version number updated to 1.2 [mpquique]
file TODO Mon Apr 11 08:36:05 -0700 2005 Version number updated to 1.2 [mpquique]
file changes.txt Mon Jul 11 05:20:47 -0700 2005 updated [mpquique]
file common.mk Wed Jan 09 17:50:00 -0800 2008 Implements some path searching for app dependen... [archaelus]
directory doc/ Mon Aug 13 15:06:29 -0700 2007 SMSC address in submit_esme example now default... [archaelus]
directory ebin/ Mon Aug 13 15:05:38 -0700 2007 Altering version to 1.3-catalyst (ERMS specific). [archaelus]
directory include/ Thu Apr 19 12:59:54 -0700 2007 some macros for segmentation [mpquique]
file oserl.pub Mon Apr 11 08:36:05 -0700 2005 Version number updated to 1.2 [mpquique]
directory src/ Fri Apr 03 03:43:55 -0700 2009 Removing trailing whitespace. [archaelus]
README
README - OSERL Version 1.2                                   Apr 11, 2005

                    http://sourceforge.net/projects/oserl/

             Enrique Marcote Peña <mpquique@users.sourceforge.net>


Index

1.    Install OSERL
2.    Developing SMS based applications


---


1. Install OSERL

Install common_lib package:

  tar -zxvf common_lib-1.0.tar.gz
  cd common_lib-1.0
  make

Install oserl package:

  tar -zxvf oserl-1.1.tar.gz
  cd oserl-1.1
  make

Put the ebin directory of both packages in your code path.

To compile an erlang program using oserl, don't forget to add a reference to
the include directory:

   -I <path-to-oserl>/include -pz <path-to-oserl>/ebin



2.  Developing SMS based applications

Please refer to doc/index.html for detailed information (also available at
http://oserl.sourceforge.net/oserl/index.html).