SMSC Simulator - free download

what is SMSC Simulator - free download
smsc simulator, how it work
The SMSC Simulator is a service for near-to-live testing of your SMPP applications without need of access to real SMSC. The application behaves as a real SMSC with SMPP interface, your application can bind to it, submit_sm, deliver_sm, unbind, however nothing will get delivered anywhere as all the responses are only made-up by the Simulator. The Mobile Server is a simulator, since the SMSC Simulator can't send real short message to mobile user, so it will forward short message between SMSC and mobile phone simulator.

SMPP stands for Short Message Peer to Peer. In general, you can download the source code of the library and other applications as well and look how we've done what we've done. Please, read the detailed license.
28/11/2001 NEW Version 1.3 of the Java SMPP Library, with bug fixes and few improvements. The Java SMPP Library
The SMPP Library is set of classes for communication with SMSC using SMPP protocol. Our SMPP Java library implements version 3.4 of the SMPP protocol.
NEW The version 1.3 of the library was released on 28/11/2001. The SMSC Simulator
The version 1.1 was released on 12/10/2001. See the list of changes on the download page.
The Simulator is an application for near-to-live testing of your SMPP applications without need of access to real SMSC. The Simulator also supports multiple connection; the authentication information is stored in user configuration file users.txt.
The SMSC Simulator is written in Java. To communicate with clients the version 1.1 of the Simulator uses version 1.2 of the SMPP Library.
java -cp smpp.jar:smscsim.jar com.logica.smscsim.Simulator

Use proper pathnames if your jar file(s) are located somewhere else.
The Java test application
See the list of changes on the download page.
It shows how to bind to SMSC, how to send different types of messages (PDUs) to the SMSC (submit, data, cancel etc.), receive a message from SMSC and finally unbind.
If you are new to SMPP it's wise to use this test application together with our SMSC Simulator so that you don't need to bind to the real SMSC. However, this test application will correctly communicate with the real SMSC as well.
Considering that smpp.jar and smpptest.jar fileas are in the current directory, you can run the test application by executing the following command:
java -cp smpp.jar:smpptest.jar com.logica.smpp.test.SMPPTest

Use proper pathnames if your jar file(s) are located somewhere else.
SMS Server
Similar to the SMSC Simulator, this application will have SMPP interface and it will allow bind, send messages, unbind etc. XML interface
Interface for sending and receiving SMS using SMPP DTD based XML documents. XML interface will be a separate library sitting on top of the SMPP library and it will utilize one of the third party open source XML parsers.

download here

trik internet gratis telkomsel
android, aplikasi Android

download programs sms gratissms gratis

share it :

{ 1 comments... Views All / Post Comment! }

Anonymous said...

the simulator does not showup on windows, when i double click the jar files, nothing happens

Post a Comment