Skip to content

Commit 26d692e

Browse files
committed
Add README.md
1 parent b492389 commit 26d692e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
Introduction
3+
------------
4+
5+
jSMPP is a java implementation (SMPP API) of SMPP protocol (currently support
6+
SMPP v3.4). It provides interfaces to communicate with Message Center or
7+
ESME (External Short Message Entity) and able to handle
8+
traffic 3000-5000 messages per second.
9+
10+
jSMPP is not a high-level library. Many people looking for a quick way to
11+
get started with SMPP may be better of using an abstraction layer such
12+
as the Apache Camel SMPP component:
13+
http://camel.apache.org/smpp.html
14+
15+
Travis-CI status:
16+
-----------------
17+
18+
[![Build Status](https://travis-ci.org/opentelecoms-org/jsmpp.svg?branch=release-2.1)](https://travis-ci.org/opentelecoms-org/jsmpp)
19+
20+
History
21+
-------
22+
23+
The project started on Google Code: http://code.google.com/p/jsmpp/
24+
25+
It was maintained by uudashr on Github until 2013
26+
27+
It is now a community project maintained at http://jsmpp.org
28+
29+
Release procedure
30+
-----------------
31+
32+
mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging
33+
34+
* log in here: https://oss.sonatype.org
35+
* click the `Staging Repositories' link
36+
* select the repository and click close
37+
* select the repository and click release
38+
39+
License
40+
-------
41+
42+
Copyright (C) 2007-2013, Nuruddin Ashr <uudashr@gmail.com>
43+
Copyright (C) 2012-2013, Denis Kostousov <denis.kostousov@gmail.com>
44+
Copyright (C) 2014, Daniel Pocock http://danielpocock.com
45+
46+
This project is licensed under the Apache Software License 2.0.
47+

0 commit comments

Comments
 (0)