|
对应eyou ipb 协议为1.0.3
1.下载 http://arithboy.org/wiki/eucd-0.0.3.tar.bz2
2.安装
- ./configure
- make
- make install
复制代码
将源码中doc下的配置文件eucd.conf复制到/etc/下.
3.配置
编辑/etc/eucd.conf文件,如下:
- server=202.112.154.202:44449
- domain=localhost
- id=05121716
- pass=yourpassword
- check_time=10
- mac=00169041A735
- tcp_timeout=300
- udp_timeout=10
- retry=10
复制代码
server
为服务器地址,格式如上,或者gw.njtu.edu.cn:44449
domain
为域
id
为上网账号,一般为学号
pass
为上网账号的密码,明文
check_time
单位为分钟,检查流量超支间隔的时间
mac
网卡地址
tcp_timeout
发送tcp包超时时间
udp_timeout
发送udp包超时时间,查询余额和保持连接使用该方式
retry
保持连接时,重试次数
4.使用
用法: eucd 选项
选项:
-i,--intranet 登录城域
-c,--civial 登录国内
-a,--aboard 登录国际
-o,--offline 离线
-q,--query 查询上线时间和流量
-r,--rereadcfg 重读配置文件
-x,--exit 退出
-v,--version 显示版本
-h,-?,--help 显示帮助
输出信息为utf8编码.
5.
windows版本:http://arithboy.org/wiki/euc-0.0.3.zip
协议分析:http://arithboy.org/wiki/Eucdp.html
bug联系 arithboy at gmail dot com |
|