Reputation: 947
I have SMS API that supports JSON AND XML via HTTP protocal, what it does it it receives SMS request from clients in either JSON or XML format and forward it to MNO using Kannel SMS Gateway. Now I have the client whose requirement is that he want to connect to us via SMPP protocol. My question is how do I create SMPP server so that other client could connect to my application using SMPP? Any resources to get me started will much be appreciated.
The process is like this.
Upvotes: 1
Views: 11947
Reputation: 947
Well I managed to create SMPP server using Shorty Nodejs SMPP client and server
Upvotes: 2