SMPP Server Simulator
Do you need an SMPP Server?
Kannel (www.kannel.org) provides smppbox which is commercial product, but you could try SMPP server emulator. Find it here:
http://opensmpp.logica.com/
Get all jar files from this URL, and execute:
java -cp smpp.jar;smscsim.jar com.logica.smscsim.Simulator
—————- cut here ————————
Copyright (c) 1996-2001 Logica Mobile Networks Limited
This product includes software developed by Logica by whom copyright
and know-how are retained, all rights reserved.
- 1 start simulation
- 2 stop simulation
- 3 list clients
- 4 send message
- 5 list messages
- 6 reload users file
- 7 log to screen off
- 0 exit
>
—————- cut here ————————
Enter “1″ & Your SMPP server is now running, but wait… what about SMPP client?
Again you could use kannel or
java -cp smpp.jar;smpptest.jar com.logica.smpp.test.SMPPTest
Good luck
Thank you very much for the post
underhill
May 6, 2008 at 4:33 pm
how many version latest oF SMSC simulator is for SMPP version ?
question to u?
December 4, 2008 at 7:46 am
great post
very useful for my research
heru
December 27, 2008 at 8:15 pm
I think Kannel is more of open source product maybe with commercial grade. Logica OpenSMPP simulator is quite good, but it cannot really replicate what SMPP server looks like. I had issue with discerning Delivery Receipt from normal message due to the simulator consider them the same.
johanes
June 23, 2009 at 12:08 am