OpenSource .net SMS 库,我似乎根本找不到 C#

1

本文介绍了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#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14