Skip to content

sanarena/smpptester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick and dirty SMPP Tester wrapper using nodejs.

To install it:

npm i
chmod +x smpp
ln -s $(pwd)/smpp /usr/local/bin  

To run it:

ip=smpp.example.com protocol=smpp port=2675 user=demo pass=test dest=100000000 msg=hello\ world ./smpp

for SMPP over SSL:

ip=smpp.example.com protocol=ssmpp port=8445 user=demo pass=test dest=100000000 msg=hello\ world ./smpp

About

A simple SMPP tester client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published