Skip to content

ebonnet/jsmpp

This branch is 297 commits behind opentelecoms-org/jsmpp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d90a928 · Jun 13, 2017
Jan 26, 2017
Jan 26, 2017
Jan 14, 2017
Jan 14, 2017
Apr 5, 2015
Jan 25, 2017
Aug 10, 2008
Dec 11, 2016
Aug 10, 2008
Jun 13, 2017

Repository files navigation

Introduction

Maven Central

jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second.

jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html

Travis-CI status:

Build Status

History

The project started on Google Code: http://code.google.com/p/jsmpp/

It was maintained by uudashr on Github until 2013.

It is now a community project maintained at http://jsmpp.org

Release procedure

mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase>

  • log in here: https://oss.sonatype.org
  • click the 'Staging Repositories' link
  • select the repository and click close
  • select the repository and click release

License

Copyright (C) 2007-2013, Nuruddin Ashr [email protected] Copyright (C) 2012-2013, Denis Kostousov [email protected] Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout [email protected]

This project is licensed under the Apache Software License 2.0.

About

SMPP implemented in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%