企业或个人发短信的另一个解决方案
v2ex原文地址https://www.v2ex.com/t/151567
他的demo
http://sms.iot.fm/
我现在安装的demo(无法正常使用。。密钥9999)
看到这篇文章我的疑问是
9501端口既然是app的通讯端口。。。那这个端口直接打开就行了吗,还是需要安装什么。
7218安装httpsqs启动就可以了吗
我是参照httpsqs开发者张宴博客教程直接shell下执行以下代码
nohup /usr/bin/php /home/web/cli.php 2>&1 > /dev/null &
服务端一共两个文件cli.php和sms.php。。那么cli.php既然在上面用到了,sms.php又是做什么的呢。
api安装网址
http://sms.sfqn.com/
httpsqs队列安装网址
http://smsser.sfqn.com:7218/?name={$topic}&opt=get&auth=sms
http://smsser.sfqn.com:7218/?name={$topic}&opt=put&data={$str}&auth=sms
客户端请求端口9501
1
zhangjian OP 球袋。。。@liqinliqin
|
2
liqinliqin 2015-03-28 16:23:29 +08:00 1
Server程序监听9501,手机端与其建立tcp长连接
网页或api发布内容到接口,接口将内容存到队列,然后通知手机端 手机端收到通知从队列取数据发送。 |
3
zhangjian OP |
4
liqinliqin 2015-03-28 17:58:34 +08:00
直接file_get_contents将内容交给队列。
|
5
zhangjian OP @liqinliqin 找了一天还是没找出哪里出问题了。。。。。能麻烦帮忙看看。。。我这个是哪里出问题了吗。。。
|