从 Linux 服务器发送短信的最简单的系统是什么?
从 Linux 服务器发送短信的最简单的系统是什么? 这是 Debian 系统。 不会有太多短信。 使用什么硬件和软件? 也许使用一些短信发送服务?
What would be the simplest system to send sms from linux server? It`s a Debian system. There would be not much SMSes. What hardware and software to use? Maybe use some SMS sending service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
是的,我认为最简单的方法是获取串行 GSM 调制解调器,或具有串行连接的 GSM 手机和 SIM 卡。 有些 USB 可以工作,但最好购买一个串行 USB 并保持安全。
串行调制解调器不需要任何驱动程序,您只需要通过串行端口(/dev/tty...)连接并转储命令...
另外,如果您想要更轻松,您可以安装可用的 SMS 工具在 Linux 上。 它们在 Ubuntu、Debian 和其他发行版中以简单名称“smstools”打包。
最新版本是第 3 号,您可以在此网站上获取一些信息:
http://smstools3.kekekasvi.com/
Yeah, I think the simplest way would be getting a serial GSM modem, or a GSM phone with a serial connection, and a SIM card. Some USB ones can work, but is better getting a serial one and staying on the safe side.
Serial modems don't need any drivers, you just need to connect via the serial port (/dev/tty...) and dump there the commmands...
Also, if you want it easier, you can install the SMS Tools available on Linux. They are packaged with the easy name 'smstools' in Ubuntu, Debian, and other Distros.
Last version is number 3, and you can get some info on this site:
http://smstools3.kekekasvi.com/
如果您想自己操作并使用旧手机,请尝试此秘诀:-)
与使用某些电子邮件短信服务相比,这种方法有一个真正的优势:计算机网络问题不会影响本地硬件。 如果您使用 SMS 来监控服务器,这一点尤其重要。
If you like to to do it yourself and utilize your old mobile phone, try this recipe :-)
There is a real advantage in this approach over using some email SMS service: computer network problems don't affect local hardware. It's especially important if you use SMSes for monitoring your server.
每个手机公司都提供电子邮件地址,用于向手机发送短信。 例如,verizon 使用类似 [email protected] 的内容来发送消息。 您所需要做的就是找到每个提供商的电子邮件域的列表,然后找出您的用户订阅的服务。 之后,只需像发送普通电子邮件一样发送短信即可。 大多数软件都是这样做的。
Each cell phone company offers email addresses to send sms messages to phones. For example verizon uses something like [email protected] to send messages. All you need to do is find a list of each provider's email domain and then find out the service your user subscribes. After that just send the sms like a regular email. This is how most software does it.
由于您可能正在寻找立陶宛服务(从您的名字来看),请查看 www.gsms。 。
Since you are probably looking for a lithuanian service (judging from your name), look into www.gsms.lt.
也许这个问题对您有帮助。 否则请查看 Kannel。
Maybe this Question helps you. Otherwise take a look at Kannel.
还有另一个选项 perl 独立执行。 下载直接运行。
无需调制解调器。 支持全球短信并免费试用。
您可以参考http://www.sms4mail.com/smsmail/smscmd.htm
There is another option perl independent exec. Download and Run directly.
No Moderm required. Global sms supported and free try.
you can refer http://www.sms4mail.com/smsmail/smscmd.htm
使用连接到串行端口的调制解调器。 并使用 gnokii。
Use a modem connected to a serial port. And use gnokii.
最简单的方法是使用 GPRS 调制解调器或调制解调器池。 更高级 - 在移动网络运营商处购买网关服务。
the simplest way is to use a GPRS modem or a pool of modems. More advance - buy gateway service in cell network operator.