通过互联网进行短信通信

发布于 2024-07-09 16:58:30 字数 245 浏览 9 评论 0原文

如果我要从网站向移动设备发送消息,反之亦然,该怎么做?

我所知道的:几年前我在J2ME平台上开发了一个简单的注册系统(只是为了尝试J2ME)。 我在 PC/服务器中设置了一个 mysql 数据库,并且为了进行通信,我使用了该服务器的静态 IP。 我有一个桥,一部连接到互联网的手机,客户端可以发送格式化的消息。 然后,桥接器将消息发送到服务器,经过验证和确认后,服务器将响应回桥接器,最后桥接器将该消息转发给客户端。 (我知道我知道..!)

If I am to send a message to a mobile device from a website and viceversa, how can that be done?

What I know: A couple of years ago I developed a simple enrollment system on J2ME platform(just for trying J2ME out). I had a mysql database that I setup in a pc/server, and for the communication I used the static IP of that server. I had a bridge, a mobile phone which was connected to the internet, where clients would send a formatted message. That bridge then would send the message to the server, after verification and validation, the server would respond back to the bridge, and finally the bridge will forward that message to the client. (I know..I know..!)

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

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

发布评论

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

评论(2

So尛奶瓶 2024-07-16 16:58:30

可以通过使用连接到计算机的手机来完成,但更可靠的方法是使用短信聚合器 - 众所周知的方法是 MbloxHay,但 Google 搜索会显示更多。

他们将支持发送和接收短信

(免责声明:与任何一个都没有联系,尽管我的雇主确实使用 Hay)

It can be done by using a mobile phone connected to your computer, but a more robust way would be to use an SMS aggregator - well known ones are Mblox or Hay, but a google search will show many more.

They will support both sending and receiving SMS messages

(Disclaimer: no connection with either, although my employer does use Hay)

抚笙 2024-07-16 16:58:30

简而言之,您有 4 个选择:

  • 拥​​有自己的 SMS 服务器

,或者

  • 必须使用您想要发送消息的每个提供商的门户网站

,或者

  • 某些提供商允许您通过电子邮件发送 SMS 到 SMS

,或者

  • 使用一些允许您发送 SMS 的服务通过他们的网络服务(这通常需要一些钱来订阅)。

The short answer is that you have 4 options:

  • Having your own SMS server

OR

  • Having to use the webportal for each provider you want to sent the message

OR

  • Some provider let you send SMS with email to SMS

OR

  • Use some services that let you send SMS via their webservices (this usually cost some money to subscribe).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文