Archive for July 11th, 2007
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