OpenSource .net SMS library, I can#39;t seem to find one at all for C#(OpenSource .net SMS 库,我似乎根本找不到 C#)
问题描述
我一直在我的项目中使用 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#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:OpenSource .net SMS 库,我似乎根本找不到 C#


- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 输入按键事件处理程序 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01