通过 IP 发送短信

发布于 2024-12-19 02:17:17 字数 81 浏览 3 评论 0 原文

我希望创建一个网络服务器,可以为短信服务提供商提供一些额外的便利。我可以通过互联网发送短信吗?如果可能的话,是否有用于通过互联网发送和接收短信的库?

I hope to create a web server that can give some extra facilities for SMS Service Providers. Can I send SMS through internet? If its possible then, Are there any libraries for Send and Receive SMS over the internet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

ぽ尐不点ル 2024-12-26 02:17:17

通过 Internet 发送 SMS 有许多不同的选项,但最流行的选项如下:

  1. 直接连接到移动运营商的 SMSC(通常通过 SMPP 协议)。
  2. 通过一些短信聚合服务(如前面的答案中提到的 Clickatell)进行连接。

这些选项之间的选择主要取决于非技术问题:

  1. 所需的覆盖范围(移动运营商将仅在其网络内提供消息传递)。
  2. 可以进行加价计费(这需要与运营商密切合作)。
  3. 嗯,价格也... :-)

从技术上讲,最受欢迎的选项是:

  1. 专门协议,如 SMPP(点对点短消息)。
  2. SMS 聚合器提供的基于 HTTP 的协议。

如果您需要统一的解决方案,我建议使用 Kannel 开源短信网关,它支持多种流行的传输(SMPP、CIMD) 、UCP、HTTP 等)。

There are many different options to send SMS over Internet, but most popular are the following:

  1. Connecting to SMSC of mobile carriers directly (usually via SMPP protocol).
  2. Connecting through some SMS aggregation service like Clickatell mentioned in previous answers.

Choice between these options depends mostly on non-technical issues:

  1. Required coverage (mobile carrier will provide only messaging inside it's network).
  2. Premium Rate billing possibility (this requires closer work with carrier).
  3. Well, price too... :-)

Technically most popular options are:

  1. Specialized protocols like SMPP (Short Message Peer to Peer).
  2. HTTP based protocols provided by SMS aggregators.

If you need unified solution, I recommend to use Kannel open source SMS gateway that support many popular transports (SMPP, CIMD, UCP, HTTP, etc).

蓝眼睛不忧郁 2024-12-26 02:17:17

您可以使用 http://www.clickatell.com/,它为您提供了一些选项,例如发送短信一个或通过使用批量文件(例如 XML)。

我发现 clickatell API 非常有用且简单,我通过创建一个简单的类来包装所有方法,在几个小时内成功地将 SMS 功能添加到现有网站。

需要记住的一件事是,尽管这对您来说不是免费的,但根据您将文本发送到的位置以及您所在的位置,将会产生费用。

You can use http://www.clickatell.com/ which gives you a few options such as sending SMS one by one, or by using bulk files such as XML.

I found the clickatell API to be really usefull and easy, I managed to add SMS capability to an existing website in a few hours by creating a simple class to wrap up all the methods.

One thing to remember though this is not going to be free for you, there will be costs involved depending on where you send the text to, and where you are based.

-残月青衣踏尘吟 2024-12-26 02:17:17

您可以通过 TheTexting API 以编程方式发送短信,他们提供便宜的费率,而且服务非常好。

全面披露:我为生产该产品的公司工作。

You can send SMS programmatically through TheTexting API, They provide cheap rates and their service is really good.

Full disclosure: I work for company that makes this product.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文