Page 1 of 1

short questions about InetLab

Posted: Tue Jun 14, 2011 4:03 am
by rayxelloss
I am searching a smpp client library to help me work with smsc.
But I have a little questions about Inetlab.
Did Inetlab support unicode character when submit or recevie the message?
Did Inetlab support the windows size setting in this library?
Did Inetlab support the deliver report since we submit an submit_sm to smsc?
Did Inetlab support the option field like message_payload to receive/submit a long message ?

Re: short questions about InetLab

Posted: Tue Jun 14, 2011 8:45 am
by alt
Yes, Inetlab.SMPP supports unicode characters.
Inetlab.SMPP is class library, there is no Windows Forms part.
Yes, Inetlab.SMPP supports delivery receipt.
Yes, Inetlab.SMPP supports optional TLV parameters.

Re: short questions about InetLab

Posted: Tue Jun 14, 2011 8:55 am
by rayxelloss
Sorry, the window size is the message traffic in one second.
Can I set how many message I can recevice and sent persecond?
We may need over 1000/ per second.

Re: short questions about InetLab

Posted: Wed Jun 15, 2011 8:14 pm
by alt
Only methods SubmitText and AdvancedSubmit use limit of messages per minute.
These methods use property client.SubmitSpeed.
Some SMSCs have limit of allowed SMS per minute. And when this limit is exceeded, SMSC returns status ESME_RTHROTTLED.

All other methods do not have limits. So SMS traffic depends on network and hardware.

You can test performance with applications SmppClientDemo and SmppServerDemo.