问题描述
我一直在我的项目中使用 GSM 调制解调器来发送/接收 SMS-s.我一直在使用 .net 的内置串行端口通信功能,通过使用标准 AT 命令来做到这一点.
I've been using GSM modems in my projects to send/recieve SMS-s. I have been using built-in serial port communication features of .net to do this by using standard AT commands.
现在我必须扩展它的功能(例如 PDU 模式下的 SMS、更有效的交付报告处理等).我不想重新发明轮子,所以首先我想知道是否有关于这个主题的好的开源项目或免费库.它应该以文本和 pdu 模式发送/接收短信,处理交付报告.
Now I have to extend its functionality (like SMSs in PDU mode, more efficient delivery report handling etc). I don't wanna reinvent the wheel, so first I'd like to know if there is a good open source project or a free library on this topic. It should send/recieve sms in text and pdu mode, handle delivery reports.
我已经用谷歌搜索过了,但到目前为止我还没有找到一个有效的.
I've googled it, but I have not found an efficient one so far.
平台:Windows/.net4/vs2010/c#
推荐答案
由于您不只是在寻找客户端库,因此您需要部署自己的 SMS 网关.这是你需要的
Since, you are not looking for just a client library, you need to deploy your own SMS gateway. This is what you need
这篇关于OpenSource .net SMS 库,我似乎根本找不到 C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!