Plese provide a smpp client that can be used for my mvc3 app. My sms provider is using smpp protocol 3.4 and i need a free client api for this. form where i can download same and use .
Asked
Active
Viewed 3,579 times
1 Answers
1
May I suggest the following as starting points:
- Jamaa SMPP Client
- SMSC client .NET
- Inetlab.SMPP
- SMPP Component [IP*Works! V8]
- ActiveXperts Mobile Messaging Toolkit
Also see A robust SMPP library for .NET which references roaminsmpp and Easy SMPP. However, the answer mentions these have issues, recommends ActiveXperts, but ultimately ended up writing their own.
-
i tried jamma smpp and inetlab but doesnt seems to meet my requirements. jamma is aking different parameters which is not able to provide from my part. also the main purpose of using this client api is for delivery report of sms send. i need a report from provider. the format for sending a sms is below http://addreess/?user=username&password=password&from=from&shortcode=&code&message=message&trasid=transid .so just specify a smpp client where i can pass url with these parameters. – Rakesh Sep 12 '11 at 11:03
-
I've added two more commercial clients to my list which support delivery reports, but I am struggling to find a free one. Who is your provider? – Aaron Sep 12 '11 at 11:34
-
for example Opensmpp is a free one but i am not able to implement the same in my mvc3 project . its not made for a .net project – Rakesh Sep 12 '11 at 12:32
-
Hi Rakesh, I imagine you have looked at roaminsmpp and Easy SMTP (which I've just added above). They are both C# options, but I would be aware of the disclaimer from the original question I sourced them from. They appear to like ActiveXperts. It seems to be a case of "Good, Fast, Cheap. Pick Two" [^](http://en.wikipedia.org/wiki/Project_triangle) – Aaron Sep 12 '11 at 13:02