SMLib 1.0.3 Readme
SMLib - sending and receiving short messages (SMS) via Java
Description
SMLib is a java API for sending and receiving short messages (SMS).
Sending and receiving performed thru the GSM mobile phone connected
to the computer by data cable. Just import com.unipro.smlib package
to your application and work with messages.
SMLib is tested using several most popular mobile phone models.
Tests include main functionality as well as stress tests.
Features
- Messages sending
- Messages receiving and processing
- Acknowledgement reports receiving and processing
Changes since 1.0.2
- Working with several mobile phones.
- Support sending/receiving concatinated messages.
- Maximum message's length is 38760=255*152 characters.
- If the length of message is more than 160 characters then massage is sent as concatinated.
- Flash messages.
- More constansts for COM port were added.
Instalation
To install SMLib for win32 platform you need jdk1.3+ and Java (TM)
Communications API installed for the JDK.
First variant
- Install JDK 1.3+. For more information see http://java.sun.com/j2se
- Install Java (TM) Communications API
- Download the library at Sun Microsystems official site: http://java.sun.com/products/javacomm. Look for more information about API there. (Java COMM API is included into SMLib distributive)
- Install Java (TM) Communications API for your JDK
- Windows: place the win32com.dll in \jre\bin directory.
- Solaris: put the libSolarisSerialParallel.so in the LD_LIBRARY_PATH.
- Place the comm.jar in \jre\lib\ext.
- Place the javax.comm.properties in \jre\lib.
- Do not alter the CLASSPATH.
Second variant
Run install.bat
Documentation
See full documentation in user guide and javadoc.
Contacts
Developer
The developer of the SMLib is UniPro Company (www.unipro.ru). UniPro Company owns by all rights for this product.
Contacts
Any comments, questions, bugs, etc please send to the UniPro company by mail: marketing@unipro.ru.