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#


基础教程推荐
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01