forked from pruiz/AberrantSMPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
32 lines (17 loc) · 992 Bytes
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Need a SMPP-client for .net core.
This project seemed like a good starting point.
-chezuma
========================== pruiz old readme =========================
This is my own fork of RoaminSMPP code which wasnt maintained anymore.
By now this is nothing more than an upgraded layout with VS2k10 solution files.
You can find a NuGet package with binaries for fx v3.5 & v.40 at:
https://www.nuget.org/packages/AberrantSMPP/
=========================== OLD README ==============================
This software is meant to provide an open source edition of the basic
SMPP v3.4 functionality. It includes PDU definitions for all of the
PDUs in the spec.
I will no longer be adding functionality to this app; I may or may not fix bugs. If you find a
bug and want it fixed, BE NICE! I don't like people who make demands on my (not so free) time.
Please read the enclosed license files, COPYING (GNU GPL) and COPYING.LESSER (GNU LGPL) for more details.
Thanks!
-Chris Bouzek