Please recommend PDU SMS format code or library for .NET or C++

杀马特。学长 韩版系。学妹 提交于 2019-12-08 05:18:49

问题


I have been searching a lot for a chunk of code, or a library to format SMS messages in PDU format and had little luck. They were either huge monsters with terrific dependencies on everything way above my requirements and a very obscure interface, totally not justifying the straight-forward, although rather complex encoding.

Being on the edge of creating a NIH, my question is - have encountered the same problem and how have you solved it?


回答1:


GSMComm has a PDU conversion class for wroking with SMS Messages.




回答2:


http://www.codeproject.com/Articles/15924/Library-for-Decode-Encode-SMS-PDU

I use this library to encode and decode messages. It also works with multi-part messages.




回答3:


Try with this http://www.codeproject.com/KB/IP/PDUDecoder.aspx



来源:https://stackoverflow.com/questions/2658575/please-recommend-pdu-sms-format-code-or-library-for-net-or-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!