I have built am sms platform in django that connects to providers via HTTP, but now i want my application to communicate in SMPP protocol.
Please has anybody built such an application.?
I have searched through the internet, I found this repo https://github.com/dtekluva/shorty_SMPP.
But I cannot for the life of me, get it to run. I have also tried to reach out to the developer.
You do not need a SMPPServer .You need a SMPPClient to connect to your SMPP providers. And provide a HTTP interface for your sms platform.
Recommend a SMS development library sms-client and sms-core to support Smpp.
Also sms-client dependent on sms-core which can provide SMPPServer easily. for example: DemoSMPPServer
Next for SMPP Client: