Overview
The Dedicated SMSC Simulator is for use in the development and testing of SMS text messaging capabilities within applications. They simulate SMSCs (short message service centres) and SMPP SMS gateways, and the delivery of SMS messages. SMPP v3.3, SMPP v3.4 and SMPP v5 are supported.
Up to 10,000 SMS/sec can be submitted to the SMSC Simulator.
Highlights
- Test SMS applications and infrastructure without SMS cost
- SMPP v3.3, v3.4 and v5
- MT and MO SMS testing (A2P and P2A)
Details
Typical total price
$0.271/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t3.small Recommended | $0.25 | $0.021 | $0.271 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp3) volumes | $0.08/per GB/month of provisioned storage |
Vendor refund policy
Hourly subscriptions are not eligible for refunds, but you can cancel at any time.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Additional details
Usage instructions
SSH to your Dedicated SMSC Simulator (DSS) instance to generate SMPP credentials and start, stop or check the DSS.
== Generate SMPP credentials ==
To generate SMPP credentials for applications to connect to the SMSC Simulator using SMPP, use the following command: ./ec2MLSMSCSimulator gencredentials
The will produce output similar to the following: ./ec2MLSMSCSimulator Melrose Labs - Build timestamp: Mar 2 2021 17:49:23
Generated SMPP Credentials (valid 90 days)
System ID Password
980632 30fc81
443358 32abd5
The credentials will be valid for 90 days. When the credentials expire, the DSS will reject SMPP bind attempts using those credentials with an SMPP "command status" 13 returned to your application. You can generate new credentials using the above steps.
The SMPP system type is always null (empty).
If required, a system ID may be used simultaneously by multiple applications.
== Starting the SMSC Simulator ==
The DSS will automatically start (systems service) when an AWS EC2 instance is launched or reboots.
To start DSS:
sudo systemctl start smscsimulator
To get the status of the DSS process:
sudo systemctl status smscsimulator
== Connecting your application via SMPP to the DSS ==
Use SMPP credentials (system ID and password) created above with your application.
Your application should connect to port 2775 at the hostname of your DSS AWS EC2 instance.
When your application is connected and has established its SMPP sessions with the DSS, your application can then submit messages to the DSS.
CDR files can be found in the cdrs directory at /home/ec2-user/cdrs. These files contain a row for each message submitted to the simulator.
See the SMPP specification at https://smpp.org for further details using the Short Message Peer-to-Peer (SMPP) protocol.
== Stopping the SMSC Simulator ==
To stop DSS:
sudo systemctl stop smscsimulator
== Further documentation ==
https://melroselabs.scrollhelp.site/dss/dedicated-smsc-simulator
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.