-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Deveel SMPP | ||
|
||
|
||
## Short Message Peer-to-Peer Protocol | ||
|
||
Short _Message Peer-to-Peer (SMPP)_ in the telecommunications industry is an open, industry standard protocol designed to provide a flexible data communication interface for the transfer of short message data between _External Short Messaging Entities (ESMEs)_, _Routing Entities (REs)_ and SMSC | ||
|
||
## The Project | ||
|
||
This project aims to provide a set of tools to support the protocol and the establishment of connections between entities and the reaction to the events within the open connections. | ||
|
||
The driver for this project is the consideration of the lack of proper interest for this matter in the .NET development ecosystem, probably because of the niche nature of the consumers of the protocol. | ||
|