Pregunta

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.

  1. Receive request from the client via SMPP
  2. Validate client information
  3. Forward the message to the MNO
  4. Send status response to the client.
¿Fue útil?

Solución 2

Well I managed to create SMPP server using Shorty Nodejs SMPP client and server

Otros consejos

WELL to get you started with some ground too information refer this

LINKS which will help

THE HOW TO U were asking for

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top