通过互联网进行短信通信
如果我要从网站向移动设备发送消息,反之亦然,该怎么做?
我所知道的:几年前我在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以通过使用连接到计算机的手机来完成,但更可靠的方法是使用短信聚合器 - 众所周知的方法是 Mblox 或 Hay,但 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)
简而言之,您有 4 个选择:
,或者
,或者
,或者
The short answer is that you have 4 options:
OR
OR
OR