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#
基础教程推荐
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01