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