/protocols/smpp/docs/overview.html

http://mobicents.googlecode.com/ · HTML · 43 lines · 18 code · 0 blank · 25 comment · 0 complexity · 1a7008b696d180f719b5c60eabebec9d MD5 · raw file

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