OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
188
stars
170
forks
source link
Improvements: .gitignore, handling of character encoding in sim and client #35
Closed
megadix closed 6 years ago
These modifications attempt to improve developer experience for people trying out OpenSmpp:
.gitignore
org.smpp.smscsim.Simulator
) and test client (org.smpp.test.SMPPTest
), i.e.*.dbg0
,*.evt0
DataCodingCharsetHandler
Attempt to standardize handling of text encoding based on
data_coding
parameter of SMPP PDUs. This POC handles onlyX-Gsm7Bit
andUTF-16