Linux下飞信机器人安装(转)

490阅读 0评论2011-07-12 ccjsj1_cu
分类:LINUX

1、下载
主程序:
支持库:
 
2、安装
将主程序fetion放到/usr/loca/bin目录,支持库下载到/usr/local/src/fetion目录,解开rar文件和将解开的库加入ld.so.conf文件
rar d linuxso_20101113.rar
vi /etc/ld.so.conf 加入
/usr/local/src/fetion
 
3、发短信(前提是必须飞信好友),成功
fetion --mobile=1381144xxxx --pwd=111111 --to=1381006xxxx --msg-utf8=test
 
fetion --config=sample.conf --index=1 --to=1381006xxxx --msg-utf8=test
 
vi sample.conf
# This config file is for fetion robot tool.
# Usage demo: ./fetion --config=/etc/fetion.conf --index=1
# ID Mobile  Password
1  1381144xxxx  111111
 
转自:
上一篇:将wireshark显示TCP的绝对序列号
下一篇:kernel 在2.6.12-2.6.24.1之间升级为root用户 (转)