Skip to content

SMPP SMSC Simulator from Melrose Labs. Simulate SMSCs (short message service centres) and SMPP SMS gateways, and simulated SMS message delivery. Code represents old version of existing SMSC Simulator service available online.

License

melroselabs/smpp-smsc-simulator

Repository files navigation

SMPP SMSC Simulator

smpp-smsc-simulator

This code was previously used in an early version of the Melrose Labs SMPP SMSC Simulator service. The SMSC simulator (or SMPP simulator) is used to test an SMS application's support for the SMPP protocol and to simulate the delivery of SMS.

Build

g++ -std=c++11 smscsimulator.cpp -o MLSMSCSimulator 

Run

./MLSMSCSimulator

The SMSC will listen for connections on port 2775.

If you wish to use TLS with the SMSC simulator, then you should put an AWS load balancer in front of the server on which you run the simulator or use openssl to bridge to the SMSC simulator.

Docker

Alternatively you can build and run the SMSC simulator in docker

docker-compose up

This will build and run the SMSC simulator in Docker on port 2775.

References

Melrose Labs SMPP SMSC Simulator - https://melroselabs.com/services/smsc-simulator/ (service running newer version of code not published in smpp-smsc-simulator repo)

SMPP protocol - https://smpp.org

About

SMPP SMSC Simulator from Melrose Labs. Simulate SMSCs (short message service centres) and SMPP SMS gateways, and simulated SMS message delivery. Code represents old version of existing SMSC Simulator service available online.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published