theodorosidmar / smpp-server-simulator

Simulates an SMPP server with a 1 in 10 chance of returning error status on submit_sm (SMS sending) requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulates an SMPP server.

Simulates an SMPP server with a 1 in 10 chance of returning error status on submit_sm (SMS sending) requests.

1. Clone the repository
2. Run npm install
3. Run npm start
4. Connect and send smpp commands to it

TODO

  • Set success and error percentage via configuration (maybe env variables)
  • Inbox simulation
  • Implement winston or bunyan as logging tool
  • Liveness check (?)
  • Readiness check (?)
  • Test all smpp callbacks

License

MIT

About

Simulates an SMPP server with a 1 in 10 chance of returning error status on submit_sm (SMS sending) requests

License:MIT License


Languages

Language:JavaScript 92.8%Language:Dockerfile 7.2%