/protocols/smpp/docs/overview.html
http://mobicents.googlecode.com/ · HTML · 43 lines · 18 code · 0 blank · 25 comment · 0 complexity · 1a7008b696d180f719b5c60eabebec9d MD5 · raw file
- <!--
- Java SMPP API
- Copyright (C) 1998 - 2002 by Oran Kelly
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- A copy of the LGPL can be viewed at http://www.gnu.org/copyleft/lesser.html
- Java SMPP API author: orank@users.sf.net
- Java SMPP API Homepage: http://smppapi.sourceforge.net/
- $Id: overview.html 168 2002-11-20 09:37:41Z orank $
- -->
- <html>
- <head></head>
- <body>
- <p>
- Welcome to the smppapi. This API is intended to be used by software
- developers who wish to connect to Short Message Service Centre's using
- the Short Message Peer to Peer protocol.
- </p>
- <p>
- Starting points for using the API:
- <ul>
- <li><a href="../UserGuide.html">The a User Guide</a>
- <li>The {@link ie.omk.smpp.Connection} class.
- <li>The SMPP version 3.4 specification. (Link to be added...)
- </ul>
- </p>
- </body>
- </html>