cloudhopper-smpp icon indicating copy to clipboard operation
cloudhopper-smpp copied to clipboard

High performance SMSC Simulator

Open behrad opened this issue 10 years ago • 3 comments

It may sound unrelated but I wanna ask if you know of any high performance SMSC simulator for load/traffic testing?

Can I use cloudhopper-smpp as a SMSC with zero code or should I setup something? any docs?

thank you for your nice work :)

behrad avatar Apr 05 '15 09:04 behrad

Hi, I wrote a SMSC sim based on clouhopper SMPP. You can find it here: https://github.com/MavoCz/smscsim

You can run it without any code change, just compile and go. If you do not want to compile it, you can download dist from: http://www.voldrich.net/projects/smsc-smpp-simulator/smscsim-1-0-0-dist/

Not sure about the performance, I wrote it to test delivery receipts and message splitting :).

Regards Matous

MavoCz avatar Apr 05 '15 10:04 MavoCz

great Matous

behrad avatar Apr 05 '15 11:04 behrad

I am currently building a more complete client for perftests (with DR, periodic logging, configurable execution time - everything I've ever needed), ideas and suggestions welcomed.

https://github.com/krasa/cloudhopper-smpp/blob/perftest-netty4/src/test/java/com/cloudhopper/smpp/demo/perftest/PerformanceClientMain2.java

krasa avatar Apr 22 '15 07:04 krasa