farhadi / node-smpp

SMPP client and server implementation in node.js
MIT License
419 stars 180 forks source link

need more detailed samples #15

Closed badlee closed 9 years ago

badlee commented 10 years ago

Hi,

I looking for an node-smpp sample server and client... i's for send and recieve message.

badlee commented 10 years ago

Hi,

I use node-smpp in my project scriptbox, for support smpp 5.0. But i need more sample (Client and Server) for make a better implementation.

Please help me.

Regards

farhadi commented 9 years ago

Hi,

Unfortunately there is no any complete usage example for now. This is a low level implementation of SMPP protocol and you should be able to use it by studying the SMPP specification.