Skip to content

Simple fake SMPP server based on node.js smpp package

License

Notifications You must be signed in to change notification settings

tiltroom/fakesmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakesmpp

========

Simple fake SMPP server based on node.js smpp package

The app supports ESME complinat auth, ACK and responses.

Settings

Refer to settings object in app.js

Logs

Pino looger, console only

Install

Note: This project uses yarn instead of npm.

Classic

git clone https://github.com/tiltroom/fakesmpp.git
cd fakesmpp
yarn install

Start the app with default setting with one of the commands below:

yarn start
node app.js

Docker

git clone https://github.com/tiltroom/fakesmpp.git
cd fakesmpp
docker build .
docker run -p [port of choice]:2775 -d [build hash]

About

Simple fake SMPP server based on node.js smpp package

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published