有没有可以从电脑发短信到手机的开发工具?
我想在我的计算机中开发一个接口,它将短信从文本框发送到计算机连接的电话(具有基于 gsm 的 SIM 卡),然后电话将该短信发送到特定号码(该号码也将在文本字段中给出) 。 我想知道我可以使用哪些工具来实现此目的。哪种编程语言更适合这种工作?(java/.net/php/UNIX shell 脚本)。
I want to develop an interface in my computer that will send sms from a text box to the computer attached phone(which has gsm based SIM) and phone will deliver that sms to a particular number(the number will also be given in text field).
I want to know what are the tools i may use for this purpose.What programming languages will be better for this kind of job?(java/.net/php/UNIX shell script).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在使用方面有些不同,但以下问题可能可以帮助您开始一些研究:
https:// stackoverflow.com/questions/238579/free-sms-api
Somewhat different in terms of use, but the following question probably can get you started with some of the research:
https://stackoverflow.com/questions/238579/free-sms-api
您可以下载一个名为 gnokii 的程序(我认为它可以在 Linux 和 Windows 上运行,请查看网站)。您可以连接一部非常便宜的诺基亚手机(检查兼容列表)并使用此程序向手机发送指令,例如发送短信。
几年前,我用一部非常便宜的诺基亚手机做到了这一点。当然,我必须为每条发送的短信付费,但这取决于您运营商的计划..就我而言,我花了 6 美元购买了短信套餐,然后我可以发送 120 条短信(我来自巴西,请检查您的位置)。
You could download a program called gnokii (I think it works both on Linux and Windows, please check the website). You can connect a very cheap Nokia mobile phone (check the list that are compatible) and send instructions to the cell phone using this program, like sending sms.
I did this some years ago with a very cheap Nokia phone. Of course I had to pay for each SMS sent, but this depends on the plan of your operator.. in my case I bought a SMS packpage for 6 bucks, then I could send 120 SMS (I'm from Brazil, check your location).